efl/legacy/elementary/src/lib
Seunggyun Kimsgyun.kim 87635d081e RE: [E-devel] [Patch] Align of Elm_Notify
I attached new patch.
The old patch's default position and mirroring problem has been fixed.

I added new 2 APIs for supporting various notify's postion.
EAPI void elm_notify_align_set(Evas_Object *obj, double horizontal, double vertical); EAPI void elm_notify_align_get(const Evas_Object *obj, double *horizontal, double *vertical);

And below 2 APIs will be deprecated.
EINA_DEPRECATED EAPI void elm_notify_orient_set(Evas_Object *obj, Elm_Notify_Orient orient); EINA_DEPRECATED EAPI Elm_Notify_Orient elm_notify_orient_get(const Evas_Object *obj);

Please review this patch.
Thanks:)

Signed-Off-By: Seunggyun Kim<sgyun.kim@samsung.com>



SVN revision: 78653
2012-10-30 13:09:33 +00:00
..
Elementary.h.in update header #defined versions to 1.8 to make sure new apis are used 2012-09-03 09:55:34 +00:00
Elementary_Cursor.h fomatting of headers -> fixup. and documentation fixing. 2011-12-30 07:20:48 +00:00
Makefile.am elementary: starting work for using WebKit2 as an alternative to WebKit. 2012-10-19 03:08:45 +00:00
elc_ctxpopup.c elementary: Fixed show/hide direction for ctx-popup ui-mirroring 2012-09-20 08:13:28 +00:00
elc_ctxpopup.h [elm] NEWS, Changelog and @since for my residual 2012-08-30 23:19:05 +00:00
elc_fileselector.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elc_fileselector.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elc_fileselector_button.c [elm] File selector button now inheritable. 2012-08-01 21:04:26 +00:00
elc_fileselector_button.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elc_fileselector_entry.c [elm] Filesector entry ported. 2012-08-30 16:45:28 +00:00
elc_fileselector_entry.h [elm] NEWS, Changelog and @since for my residual 2012-08-30 23:19:05 +00:00
elc_hoversel.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elc_hoversel.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elc_multibuttonentry.c change returned value from -1 to EINA_FALSE. 2012-10-18 00:55:19 +00:00
elc_multibuttonentry.h [elm] NEWS, Changelog and @since for my residual 2012-08-30 23:19:05 +00:00
elc_naviframe.c Revert "elementary: hide naviframe itens added but not on 2012-10-16 18:01:21 +00:00
elc_naviframe.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elc_player.c [elm] Now those comments make less sense, remove. 2012-08-01 21:05:16 +00:00
elc_popup.c elementary: Fixes bad format strings in *printf() calls. 2012-10-04 02:42:26 +00:00
elc_popup.h [elm] NEWS, Changelog and @since for my residual 2012-08-30 23:19:05 +00:00
elc_scrolled_entry.c [elm] Entry now a scrollable layout. 2012-08-30 16:45:15 +00:00
elm_access.c elementary: Fixes copy&paste error and possible invalid memory access. 2012-10-04 02:47:15 +00:00
elm_actionslider.c [elm] Actionslider now inheritable. 2012-07-31 22:06:16 +00:00
elm_actionslider.h From: Daniel Willmann <d.willmann@samsung.com> 2012-06-14 14:42:34 +00:00
elm_app.h Fix typos in documentation #2 2012-02-14 08:50:23 +00:00
elm_authors.h elm: Added Jiyoun Park to elementary authors list. 2012-10-16 00:01:38 +00:00
elm_bg.c [elm] Now those comments make less sense, remove. 2012-08-01 21:05:16 +00:00
elm_bg.h [elm] Remove deprecated info. 2012-08-09 14:46:51 +00:00
elm_box.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_box.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_bubble.c From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-09-18 10:56:19 +00:00
elm_bubble.h elm elm_bubble.h: Added documentation for bubble widget. 2012-10-22 00:47:10 +00:00
elm_button.c From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-09-17 03:01:46 +00:00
elm_button.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_cache.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_calendar.c elementary: add elm_calendar_displayed_time_get to know which month is displayed. And add a signal display,changed 2012-10-03 10:02:27 +00:00
elm_calendar.h elementary: add elm_calendar_displayed_time_get to know which month is displayed. And add a signal display,changed 2012-10-03 10:02:27 +00:00
elm_check.c elementary: Simplifies code and removes redundant duplicated code. 2012-10-04 02:43:57 +00:00
elm_check.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_clock.c [elm] Clock inheritable. 2012-08-01 21:03:41 +00:00
elm_clock.h elm elm_clock.h: Fixed documentation typo. 2012-10-24 12:51:34 +00:00
elm_cnp.c elementary: Add COMPOUND_TEXT handler 2012-10-04 23:19:05 +00:00
elm_cnp.h core fixup of elm cnp to be able to work regardless ofr display 2012-08-22 08:33:43 +00:00
elm_colorselector.c elementary: should work with wayland when both wayland and x11 backend are build. 2012-10-05 01:59:11 +00:00
elm_colorselector.h elementary: add color picker to elm_colorselector. 2012-10-04 08:27:07 +00:00
elm_config.c From: KoziarekBeata <b.koziarek@samsung.com> 2012-10-10 09:26:29 +00:00
elm_config.h update all versions in @sincs, README's and configure.ac's etc. to 2012-07-09 10:20:21 +00:00
elm_conform.c elementary : Just fixed some mis-typos :) 2012-10-15 01:22:12 +00:00
elm_conform.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_container.c [Elm] New Elm widget class: cointainer 2012-05-03 22:41:21 +00:00
elm_cursor.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_datetime.c elementary/datetime : Ctxpopup should be hidden when datetime is 2012-09-12 06:18:43 +00:00
elm_datetime.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_dayselector.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_dayselector.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_debug.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_deprecated.h RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
elm_diskselector.c From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-10-15 08:43:14 +00:00
elm_diskselector.h elm diskselector: Added 'clicked' smart callback to diskselector. This is called only when user clicks an item. 2012-08-30 10:38:38 +00:00
elm_entry.c elementary: quick bug fix. 2012-10-26 09:00:14 +00:00
elm_entry.h describe about TERMINAL Layout more detail 2012-09-06 06:01:37 +00:00
elm_factory.c remove deprecated function related with elm_flipselector and elm_factory 2012-03-06 12:58:07 +00:00
elm_factory.h disable factory for elm release 2012-03-05 13:13:26 +00:00
elm_finger.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_flip.c elementary: Fixes copy&paste error and possible invalid memory access. 2012-10-04 02:47:15 +00:00
elm_flip.h flip: proper api: elm_flip_go_to(). 2012-07-24 21:57:11 +00:00
elm_flipselector.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_flipselector.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_focus.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_font.c fix bug hermet added in font code! :) 2012-05-03 09:18:20 +00:00
elm_font.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_frame.c [elm] Now those comments make less sense, remove. 2012-08-01 21:05:16 +00:00
elm_frame.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_gen.h elm genlist: Fixed wrong member name. 'edit_item_style' -> 'decorate_all_item_style' 2012-03-09 12:00:28 +00:00
elm_gen_common.h [elm] Genlist now a scrollable layout. 2012-07-16 21:56:30 +00:00
elm_general.h elementary: fix enum docs on elm_general 2012-10-02 17:06:20 +00:00
elm_gengrid.c elm gengrid: Fixed wrong _calc_job parameter. Patch by Bluezery <ohpowel@gmail.com> 2012-10-19 04:06:42 +00:00
elm_gengrid.h [elm] Forgotten cleanups and comments on gengrid. 2012-07-16 21:56:18 +00:00
elm_genlist.c elementary: a better fix to not remove an inexistant block items 2012-10-26 10:27:13 +00:00
elm_genlist.h This is minor fix (typo, nuance) for genlist documentation. 2012-08-31 12:54:53 +00:00
elm_gesture_layer.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_gesture_layer.h Be clear about gesture layer's usage. 2012-06-13 17:21:13 +00:00
elm_getting_started.h Removing meaningless '*' from documentation output. 2012-05-29 20:20:33 +00:00
elm_glview.c [elm] Glview now inheritable. 2012-07-31 22:04:54 +00:00
elm_glview.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_grid.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_grid.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_hover.c Elementary: Revert all framespace changes. 2012-09-05 07:42:57 +00:00
elm_hover.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_icon.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_icon.h update all versions in @sincs, README's and configure.ac's etc. to 2012-07-09 10:20:21 +00:00
elm_image.c elementary: fix elm_image_orient_get/set and add a test case. 2012-08-02 08:15:05 +00:00
elm_image.h update all versions in @sincs, README's and configure.ac's etc. to 2012-07-09 10:20:21 +00:00
elm_index.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_index.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_interface_scrollable.c elm: Fix division by zero in elm_interface_scroller 2012-08-21 02:46:17 +00:00
elm_interface_scrollable.h fix another elm bug where arrows are not "clickable" for scrolling to 2012-08-07 10:20:30 +00:00
elm_intro.h update @version's 2012-08-27 09:51:57 +00:00
elm_inwin.c [elm] Inwin now inheritable. 2012-07-31 22:06:57 +00:00
elm_inwin.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_label.c From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-08-18 13:52:03 +00:00
elm_label.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_layout.c elementary: adds safety check when setting childs to elm_layout_box_*. 2012-10-19 03:17:00 +00:00
elm_layout.h elementary: add thaw/freeze to Elm_Layout and use it in Elm_Calendar. 2012-07-30 07:14:33 +00:00
elm_list.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_list.h elm elm_list.h: Fix typo pointed out by Goffi on irc. 2012-07-18 13:24:45 +00:00
elm_macros.h split up all elm headers. not perfect, but a big start 2011-12-30 06:49:28 +00:00
elm_main.c remove trailing spaces and fix coding style 2012-10-11 00:35:00 +00:00
elm_map.c typo-- 2012-10-13 12:59:39 +00:00
elm_map.h elementary: add elm_map_name_search 2012-10-12 10:27:08 +00:00
elm_mapbuf.c [elm] Mapbuf now inheritable. 2012-07-31 22:05:33 +00:00
elm_mapbuf.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_menu.c elementary: Simplifies code and removes redundant duplicated code. 2012-10-04 02:43:57 +00:00
elm_menu.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_mirroring.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_module.c someone change... bdilly 72499. bad! iterators are not safe for 2012-07-05 09:36:07 +00:00
elm_need.h Fix typos in documentation #8. 2012-02-14 08:50:43 +00:00
elm_notify.c RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
elm_notify.h RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
elm_object.h [elm] More doc improvements. 2012-08-20 14:03:28 +00:00
elm_object_item.h Cleanup Doxygen Warnings - elementary 5 2012-04-27 12:55:29 +00:00
elm_panel.c dear all, hello. 2012-10-25 09:07:21 +00:00
elm_panel.h [elm] NEWS, Changelog and @since for my residual 2012-08-30 23:19:05 +00:00
elm_panes.c [elm] Panes now inheritable. 2012-08-01 21:04:56 +00:00
elm_panes.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_photo.c [elm] Making photo inheritable. 2012-07-30 22:35:11 +00:00
elm_photo.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_photocam.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_photocam.h [elm] Elm photocam on scrollable iface, now. 2012-07-04 21:43:29 +00:00
elm_plug.c elementary: Fix unused variable warnings 2012-09-19 21:01:01 +00:00
elm_plug.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_priv.h RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
elm_progressbar.c From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-08-18 13:52:03 +00:00
elm_progressbar.h update all versions in @sincs, README's and configure.ac's etc. to 2012-07-09 10:20:21 +00:00
elm_radio.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_radio.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_removed.h elm: Fixed formatting. 2012-03-28 09:02:22 +00:00
elm_route.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_route.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_scale.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_scroll.h update all versions in @sincs, README's and configure.ac's etc. to 2012-07-09 10:20:21 +00:00
elm_scroller.c RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
elm_scroller.h [elm] Missing @sinces and stuff, sorry. 2012-07-11 01:38:34 +00:00
elm_segment_control.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_segment_control.h elm: Applied elm_icon_file_set -> elm_image_file_set api change. 2012-06-07 11:40:54 +00:00
elm_separator.c [elm] Separator now inheritable. 2012-07-31 22:06:47 +00:00
elm_separator.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_slider.c From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-09-17 03:01:46 +00:00
elm_slider.h elementary: and now fix me 2012-06-15 16:48:25 +00:00
elm_slideshow.c [elm] Slideshow now inheritable. 2012-07-31 22:06:00 +00:00
elm_slideshow.h elementary : From. Michal Jagiello. 2012-10-12 10:37:23 +00:00
elm_spinner.c remove trailing spaces and fix coding style 2012-10-11 00:35:00 +00:00
elm_spinner.h elementary: add since tag on new spinner funcs 2012-10-08 22:55:26 +00:00
elm_store.c remove trailing spaces and fix coding style 2012-10-11 00:35:00 +00:00
elm_store.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_table.c [elm] Table oopsie. 2012-08-21 22:00:28 +00:00
elm_table.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_theme.c elementary: escape theme filename correctly. 2012-09-25 08:04:17 +00:00
elm_theme.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_thumb.c elm: Fixed indentations for EINA_LIST/INLIST_FOREACH(_SAFE). 2012-10-01 07:36:27 +00:00
elm_thumb.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_toolbar.c [toolbar] temporary smart_event() has blocked event propagation 2012-10-23 06:07:30 +00:00
elm_toolbar.h Add the toolbar API which expand the transverse length 2012-09-27 03:05:50 +00:00
elm_tooltip.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_transit.c elementary/transit - fix elm_transit image animation that last few frame are skipped 2012-10-19 07:46:33 +00:00
elm_transit.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_util.c RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
elm_video.c elm/video: fix elm_widget_type_check (obj=0x0, type=0x29a520 elm_layout, func=0x29ade9 elm_layout_sizing_eval) 2012-10-16 01:25:37 +00:00
elm_video.h [elm] Welcome pretty widget hierarchy images on docs. 2012-06-05 22:41:21 +00:00
elm_web.c elementary: starting work for using WebKit2 as an alternative to WebKit. 2012-10-19 03:08:45 +00:00
elm_web.h [elm] Some emergencial elm_web api changes fixes. 2012-08-20 14:05:10 +00:00
elm_web2.c elementary: starting work for using WebKit2 as an alternative to WebKit. 2012-10-19 03:08:45 +00:00
elm_widget.c elm: Fixed on_focus_region() issue. Focused area should be scrolled only when it is needed. Now only entry needs this feature. 2012-10-17 10:09:52 +00:00
elm_widget.h elm: Fixed on_focus_region() issue. Focused area should be scrolled only when it is needed. Now only entry needs this feature. 2012-10-17 10:09:52 +00:00
elm_widget_actionslider.h [elm] Actionslider now inheritable. 2012-07-31 22:06:16 +00:00
elm_widget_bg.h [elm] Bg inheritable. 2012-07-31 22:07:28 +00:00
elm_widget_box.h [elm] More safety for box deletion. 2012-08-30 16:46:20 +00:00
elm_widget_bubble.h [elm] Bubble now inheritable. 2012-08-01 21:04:39 +00:00
elm_widget_button.h [elm] Tweeks on button inheritance. 2012-08-01 21:04:14 +00:00
elm_widget_calendar.h From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-09-12 08:25:10 +00:00
elm_widget_check.h [elm] Check now inheritable. 2012-08-01 21:03:05 +00:00
elm_widget_clock.h [elm] Clock inheritable. 2012-08-01 21:03:41 +00:00
elm_widget_colorselector.h elementary: add color picker to elm_colorselector. 2012-10-04 08:27:07 +00:00
elm_widget_conform.h [elm] Conformant now inheritable. 2012-07-31 22:06:21 +00:00
elm_widget_container.h [elm] It won't hurt to have it here. 2012-09-05 19:43:33 +00:00
elm_widget_ctxpopup.h [elm] Ctxpopup now a layout. 2012-08-30 16:45:51 +00:00
elm_widget_datetime.h elementary/datetime : Ctxpopup should be hidden when datetime is 2012-09-12 06:18:43 +00:00
elm_widget_dayselector.h [elm] Day selector now inheritable. 2012-08-01 21:04:47 +00:00
elm_widget_diskselector.h From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-10-10 09:43:58 +00:00
elm_widget_entry.h [elm] Entry now a scrollable layout. 2012-08-30 16:45:15 +00:00
elm_widget_fileselector.h Elm: fix compilation on Windows 2012-08-17 08:09:06 +00:00
elm_widget_fileselector_button.h [elm] File selector button now inheritable. 2012-08-01 21:04:26 +00:00
elm_widget_fileselector_entry.h [elm] Filesector entry ported. 2012-08-30 16:45:28 +00:00
elm_widget_flip.h fix interactive flip so it works again! :/ 2012-08-02 08:42:06 +00:00
elm_widget_flipselector.h fix 2 flipselector issues. 2012-08-07 03:59:02 +00:00
elm_widget_frame.h [elm] Frame inheritable. 2012-07-31 22:07:12 +00:00
elm_widget_gengrid.h [elm] Gengrid inheritable. 2012-07-31 22:07:07 +00:00
elm_widget_genlist.h oops i didnt mean to commit this with shinwoo's patch. remove. 2012-10-10 11:03:44 +00:00
elm_widget_glview.h [elm] Glview now inheritable. 2012-07-31 22:04:54 +00:00
elm_widget_grid.h [elm] Grid now inheritable. 2012-07-31 22:05:06 +00:00
elm_widget_hover.h [elm] Hover now inheritable. 2012-07-31 22:05:43 +00:00
elm_widget_hoversel.h [elm] Hoversel now inheritable. 2012-08-01 21:04:20 +00:00
elm_widget_icon.h [elm] Icon now inheritable. 2012-07-30 22:36:38 +00:00
elm_widget_image.h [elm] Image now (better) inheritable. 2012-07-30 22:36:19 +00:00
elm_widget_index.h [elm] Index now inheritable. 2012-08-01 21:03:11 +00:00
elm_widget_inwin.h [elm] Inwin now inheritable. 2012-07-31 22:06:57 +00:00
elm_widget_label.h [elm] Label now inheritable. 2012-08-01 21:03:51 +00:00
elm_widget_layout.h Elm layout: remove !obj check from ELM_LAYOUT_CHECK. 2012-09-11 14:25:30 +00:00
elm_widget_list.h elm list: Do not process _size_hints_changed_cb when list is going to be deleted. 2012-08-29 23:38:58 +00:00
elm_widget_map.h elementary: add elm_map_name_search 2012-10-12 10:27:08 +00:00
elm_widget_mapbuf.h [elm] Mapbuf now inheritable. 2012-07-31 22:05:33 +00:00
elm_widget_menu.h [elm] Menu now inheritable. 2012-07-30 22:35:55 +00:00
elm_widget_multibuttonentry.h elementary: better fix for data corruption in multibuttonentry. 2012-10-10 09:44:38 +00:00
elm_widget_naviframe.h Modify Elm conformant widget to notify display mode change 2012-10-14 14:48:02 +00:00
elm_widget_notify.h RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
elm_widget_panel.h [elm] Panel now a layout (last widget, woo hoo!) 2012-08-30 16:46:40 +00:00
elm_widget_panes.h [elm] Panes now inheritable. 2012-08-01 21:04:56 +00:00
elm_widget_photo.h [elm] Making photo inheritable. 2012-07-30 22:35:11 +00:00
elm_widget_photocam.h [elm] Photocam now inheritable. 2012-07-30 22:36:06 +00:00
elm_widget_player.h [elm] Player inheritable. 2012-07-31 22:07:23 +00:00
elm_widget_plug.h [elm] Plug now inheritable. 2012-07-31 22:05:12 +00:00
elm_widget_popup.h [elm] Popup now a layout. 2012-08-30 16:46:34 +00:00
elm_widget_progressbar.h [elm] Progressbar now inheritable. 2012-07-31 22:06:41 +00:00
elm_widget_radio.h [elm] Radio now inheritable. 2012-07-31 22:07:02 +00:00
elm_widget_route.h [elm] Route now inheritable. 2012-07-31 22:05:17 +00:00
elm_widget_scroller.h [elm] Scroller now inheritable. 2012-07-31 22:05:55 +00:00
elm_widget_segment_control.h [elm] Segment control inheritable. 2012-08-01 21:02:49 +00:00
elm_widget_separator.h [elm] Separator now inheritable. 2012-07-31 22:06:47 +00:00
elm_widget_slider.h [elm] Slider now inheritable. 2012-07-31 22:06:31 +00:00
elm_widget_slideshow.h [elm] Slideshow now inheritable. 2012-07-31 22:06:00 +00:00
elm_widget_spinner.h From: Kim Shinwoo <kimcinoo.efl@gmail.com> 2012-08-21 10:08:56 +00:00
elm_widget_table.h [elm] Table oopsie. 2012-08-21 22:00:28 +00:00
elm_widget_thumb.h [elm] Thumb now inheritable. 2012-07-30 22:35:44 +00:00
elm_widget_toolbar.h Add the toolbar API which expand the transverse length 2012-09-27 03:05:50 +00:00
elm_widget_video.h [elm] Video now inheritable. 2012-08-01 21:02:42 +00:00
elm_widget_web.h elementary: starting work for using WebKit2 as an alternative to WebKit. 2012-10-19 03:08:45 +00:00
elm_win.c Elm_Win: Don't draw decorations for ELM_WIN_INLINED_IMAGE on 2012-10-15 20:51:23 +00:00
elm_win.h From: Doyoun Kang <doyoun.kang@samsung.com> 2012-09-14 13:06:57 +00:00
els_box.c Remove unnecessary code. 2012-04-24 11:09:31 +00:00
els_box.h Elementary: Added ui-mirroring support for all the widgets. 2011-02-08 12:08:28 +00:00
els_cursor.c Elm: Patches from Rob Bradford <rob@linux.intel.com> to: 2012-06-06 13:55:15 +00:00
els_pan.c Elm smart/pan: Check obj != NULL before fetching smart data. 2012-07-08 10:31:34 +00:00
els_pan.h fomatting of headers -> fixup. and documentation fixing. 2011-12-30 07:20:48 +00:00
els_scroller.c RE: [E-devel] [Patch] Align of Elm_Notify 2012-10-30 13:09:33 +00:00
els_scroller.h move lots of deprecated stuff into deprecated files. need 2 right now. 2011-12-30 09:41:11 +00:00
els_tooltip.c big tooltip (tooltip in window) visibility bug fix! yay! :) 2012-08-06 06:43:59 +00:00
elu_ews_wm.c use the new escape text set to clear up issues if theme has TEXT vs 2012-04-20 12:51:10 +00:00