efl/legacy/elementary/src/lib
Daniel Zaoui 9d50d391a0 Object Items: Adapt del callback to Eo.
Because of widget item design, it is hard to make it fit to Eo as it
should be:
- _eo_del_cb should have the callback pointer as data but pre_notify
function forces its storage into the item data because we need to be
able to call the cb before del is really triggered.
- only one cb is supported for an item, meaning replacing it would mean
we have to save the function pointer inside the item, delete the
callback with the previous function as data and then add the new
callback. Instead of it, we just add our own wrapper as Eo callback that
will invoke the function pointer stored in the item data.
2014-11-12 12:03:58 +02:00
..
.gitignore add ignore for generated .hh eo files 2014-07-22 15:54:44 +09:00
Elementary.h.in atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
Elementary_Cursor.h
Makefile.am Elm Popup Item: Migrate to Eo 2014-11-12 12:03:56 +02:00
elc_ctxpopup.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_ctxpopup.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elc_ctxpopup_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_ctxpopup_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_ctxpopup_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_fileselector.c Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elc_fileselector.h elm: use @p for parameters in doxygen. 2014-07-20 01:50:06 +09:00
elc_fileselector_button.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elc_fileselector_button.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elc_fileselector_button_eo.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elc_fileselector_button_legacy.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elc_fileselector_common.h elm: fixed up the comments after the struct member. 2014-02-10 22:27:08 +09:00
elc_fileselector_entry.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elc_fileselector_entry.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elc_fileselector_entry_eo.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elc_fileselector_entry_legacy.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elc_fileselector_eo.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elc_fileselector_legacy.h doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elc_hoversel.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_hoversel.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elc_hoversel_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_hoversel_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_multibuttonentry.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_multibuttonentry.h doc: removed @ from @since if it needs to be inlined the documentation. 2014-08-14 00:42:43 +09:00
elc_multibuttonentry_common.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elc_multibuttonentry_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_multibuttonentry_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_naviframe.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_naviframe.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elc_naviframe_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_naviframe_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_naviframe_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elc_player.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elc_popup.c Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elc_popup.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elc_popup_common.h
elc_popup_eo.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elc_popup_legacy.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elc_scrolled_entry.c
elm_access.c Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_access.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_access.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_actionslider.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_actionslider.eo doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elm_actionslider.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_actionslider_common.h actionslider: Added descriptions for Elm_Actionslider_Pos and added # for enum. 2014-09-01 00:40:20 +09:00
elm_actionslider_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_actionslider_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_app.h scale: set the base scale of the application. 2014-09-19 13:46:23 +09:00
elm_app_client.c Eo: Get rid of eo_add_custom. 2014-09-25 10:46:04 +01:00
elm_app_client.eo doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elm_app_client.h Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_client_eo.h Elm_App: protect against type redefinition 2014-08-22 10:20:22 +02:00
elm_app_client_view.c app client view: Adjusted to Eo2. 2014-04-10 09:34:59 +01:00
elm_app_client_view.eo update as per latest eolian changes 2014-09-01 15:57:56 +01:00
elm_app_client_view.h Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_client_view_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_app_common.c elm: fixed trivial formattings. 2014-05-10 23:44:27 +09:00
elm_app_common.h Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_server.c Eo: Get rid of eo_add_custom. 2014-09-25 10:46:04 +01:00
elm_app_server.eo Eo: Get rid of eo_add_custom. 2014-09-25 10:46:04 +01:00
elm_app_server.h Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_server_eet.c elm lib: removed all the unnecessary empty lines. 2013-12-15 06:18:35 +09:00
elm_app_server_eet.h Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_server_eo.h Elm_App: protect against type redefinition 2014-08-22 10:20:22 +02:00
elm_app_server_view.c app server view: Adjusted to Eo2. 2014-04-10 09:34:59 +01:00
elm_app_server_view.eo update as per latest eolian changes 2014-09-01 15:57:56 +01:00
elm_app_server_view.h Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_server_view_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_atspi_app_object.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_atspi_app_object.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_atspi_app_object.h atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_atspi_bridge.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_authors.h authors: Updated authors list. 2014-09-28 23:57:01 +09:00
elm_bg.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_bg.eo Bg: Use file interface 2014-08-21 11:04:28 +01:00
elm_bg.h
elm_bg_common.h
elm_bg_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_bg_legacy.h Bg: Use file interface 2014-08-21 11:04:28 +01:00
elm_box.c elm_box_align_set API fix 2014-11-09 18:02:37 +09:00
elm_box.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_box.h
elm_box_common.h
elm_box_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_box_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_bubble.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_bubble.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_bubble.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_bubble_common.h
elm_bubble_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_bubble_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_button.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_button.eo doc: add API docs in button, container, image, store, general. 2014-10-20 18:42:21 +02:00
elm_button.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_button_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_button_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_cache.h
elm_calendar.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_calendar.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_calendar.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_calendar_common.h
elm_calendar_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_calendar_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_check.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_check.eo move all eo files to new builtin bool type 2014-07-11 14:44:47 +01:00
elm_check.h check: deleted typo. 2014-10-30 19:39:19 +09:00
elm_check_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_check_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_clock.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_clock.eo move all eo files to new builtin bool type 2014-07-11 14:44:47 +01:00
elm_clock.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_clock_common.h
elm_clock_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_clock_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_cnp.c Elm cnp: Fix infinite loop on drop target deletions in some cases. 2014-10-20 17:24:07 +01:00
elm_cnp.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elm_color_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_colorselector.c Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_colorselector.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_colorselector.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_colorselector_common.h Elm Colorselector Item: Migrate to Eo 2014-11-12 11:56:02 +02:00
elm_colorselector_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_colorselector_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:49:22 +03:00
elm_config.c config font hinting api added 2014-11-10 16:02:28 -05:00
elm_config.h config font hinting api added 2014-11-10 16:02:28 -05:00
elm_conform.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_conform.h doc: removed @ from @since if it needs to be inlined the documentation. 2014-08-14 00:42:43 +09:00
elm_conform_eo.h Eolian: Eo header clean. 2014-04-24 13:21:26 +03:00
elm_conform_legacy.h
elm_conformant.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_container.c Elm: Update code to use the new class names generated by eolian. 2014-06-03 11:54:44 +01:00
elm_container.eo doc: add API docs in button, container, image, store, general. 2014-10-20 18:42:21 +02:00
elm_container.h Elm container: Ship missing headers. 2014-09-24 11:27:21 +01:00
elm_ctxpopup.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_ctxpopup_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_cursor.h doc: added @c for eina bool in the documentation. 2014-08-13 19:50:38 +09:00
elm_datetime.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_datetime.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_datetime.h
elm_datetime_common.h
elm_datetime_eo.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_datetime_legacy.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_dayselector.c Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_dayselector.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_dayselector.h
elm_dayselector_common.h
elm_dayselector_eo.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_dayselector_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_dayselector_legacy.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_dbus_menu.c Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_debug.h
elm_deprecated.h fileselector_entry: Moved declarations of deprecated APIs to 2014-01-21 23:50:31 +09:00
elm_diskselector.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_diskselector.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_diskselector.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_diskselector_common.h Elm DiskSelector Item: Migrate to Eo 2014-11-12 12:03:56 +02:00
elm_diskselector_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_diskselector_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_diskselector_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_entry.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_entry.eo Add elm_entry_input_hint_set/get API 2014-09-01 19:04:05 +09:00
elm_entry.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_entry_common.h entry: Describe input panel numberonly variations 2014-10-17 21:45:02 +09:00
elm_entry_eo.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_entry_legacy.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_factory.c elm: Removed unnecessary null check for evas_object_del. 2014-01-22 10:54:52 +09:00
elm_factory.h
elm_fileselector.eo Introduce current_name_{set|get} 2014-10-06 08:08:24 +09:00
elm_fileselector_button.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_fileselector_entry.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_finger.h
elm_flip.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_flip.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_flip.h
elm_flip_common.h
elm_flip_eo.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_flip_legacy.h Eolian: Eo headers clean and legacy integration for: 2014-04-24 10:12:09 +03:00
elm_flipselector.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_flipselector.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_flipselector.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_flipselector_common.h Elm Flipselector Item: Migrate to Eo 2014-11-12 12:03:55 +02:00
elm_flipselector_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_flipselector_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_flipselector_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_focus.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_font.c elm: Removed unnecessary null check for eina_stringshare_del. 2014-01-22 10:54:45 +09:00
elm_font.h
elm_frame.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_frame.eo move all eo files to new builtin bool type 2014-07-11 14:44:47 +01:00
elm_frame.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_frame_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_frame_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_gen.h fix genlist/grid search item patch to be simpler and just better 2014-07-24 12:41:33 +09:00
elm_gen_common.h Object Items: remove old inheritance mechanism. 2014-11-12 12:03:57 +02:00
elm_general.h elm_general: Add '*' explicitly for function pointer parameter 2014-11-05 15:01:15 +09:00
elm_gengrid.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_gengrid.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_gengrid.h gengrid, genlist, list: Changed %c to @p for parameters in the documentation. 2014-08-21 23:51:22 +09:00
elm_gengrid_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_gengrid_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_gengrid_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_gengrid_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_gengrid_pan.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_genlist.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_genlist.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_genlist.h gengrid, genlist, list: Changed %c to @p for parameters in the documentation. 2014-08-21 23:51:22 +09:00
elm_genlist_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_genlist_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_genlist_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_genlist_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_genlist_pan.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_gesture_layer.c Eo related: Change according to recent changes in eo_add(). 2014-09-25 17:39:34 +01:00
elm_gesture_layer.eo elm_gesture: Moved since at the end of each api's documentation. 2014-09-07 16:23:15 +09:00
elm_gesture_layer.h
elm_gesture_layer_common.h doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elm_gesture_layer_eo.h Eolian: Eo headers clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_gesture_layer_extra_gestures.c elm lib: removed all the unnecessary empty lines. 2013-12-15 06:18:35 +09:00
elm_gesture_layer_legacy.h elm_gesture: Moved since at the end of each api's documentation. 2014-09-07 16:23:15 +09:00
elm_getting_started.h el - ELM_MAIN() cleanup. don't need shutdown in elm_main() anymore 2014-09-01 15:29:07 +09:00
elm_glview.c GLView: Add constructor for GLES 1.1 context glview 2014-10-20 12:16:43 +09:00
elm_glview.eo GLView: Add legacy bindings for the new functions 2014-10-20 12:16:43 +09:00
elm_glview.h
elm_glview_common.h GLView: Add support for client-side rotation 2014-10-20 12:16:43 +09:00
elm_glview_eo.h Eolian: Eo headers clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_glview_legacy.h GLView: Add constructor for GLES 1.1 context glview 2014-10-20 12:16:43 +09:00
elm_grid.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_grid.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_grid.h
elm_grid_eo.h Eolian: Eo headers clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_grid_legacy.h Eolian: Eo headers clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_hover.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_hover.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_hover.h elm_hover: added "dismissed" smart callback for dismiss action. 2013-09-21 19:30:04 +09:00
elm_hover_common.h
elm_hover_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_hover_legacy.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_hoversel.eo Elm Hoversel Item: Migrate to Eo 2014-11-12 12:03:54 +02:00
elm_hoversel_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_icon.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_icon.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_icon.h
elm_icon_common.h
elm_icon_eo.h Eolian: Eo headers clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_icon_legacy.h Eolian: Eo headers clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_image.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_image.eo doc: add API docs in button, container, image, store, general. 2014-10-20 18:42:21 +02:00
elm_image.h
elm_image_common.h elm_image: add support for url. 2013-08-09 21:13:15 +09:00
elm_image_eo.h Eolian: Eo headers clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_image_legacy.h Image: Use file interface. 2014-08-21 11:04:28 +01:00
elm_index.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_index.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_index.h elm: use @p for parameters in doxygen. 2014-07-20 01:50:06 +09:00
elm_index_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_index_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_index_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_index_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_interface_atspi_accessible.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_accessible.eo atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_accessible.h atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_action.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_action.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_interface_atspi_component.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_component.eo atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_editable_text.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_editable_text.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_interface_atspi_image.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_image.eo atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_selection.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_selection.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_interface_atspi_text.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_text.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_interface_atspi_text.h atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_value.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_value.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_interface_atspi_widget.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_widget.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_interface_atspi_widget_action.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_widget_action.eo update as per eolian changes 2014-08-29 11:41:44 +01:00
elm_interface_atspi_widget_action.h atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_window.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_interface_atspi_window.eo update according to latest eolian changes 2014-07-18 17:30:06 +01:00
elm_interface_fileselector.c Eolian: Integration of File Selector Interface 2014-03-31 13:48:25 +03:00
elm_interface_fileselector.eo Introduce current_name_{set|get} 2014-10-06 08:08:24 +09:00
elm_interface_fileselector.h update according to latest efl changes: _CLASS -> _CLASS/INTERFACE/MIXIN 2014-06-30 21:37:04 +01:00
elm_interface_scrollable.c elm_interface_scrollable: fix last page get api 2014-10-10 14:36:52 +09:00
elm_interface_scrollable.eo doc: add API docs in elm_interface_scrollable. 2014-10-20 18:42:21 +02:00
elm_interface_scrollable.h update according to latest efl changes: _CLASS -> _CLASS/INTERFACE/MIXIN 2014-06-30 21:37:04 +01:00
elm_interfaces.h atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_intro.h.in elementary: use autotools to generate version number and avoid future mistake. 2014-02-12 16:59:57 +09:00
elm_inwin.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_inwin.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_inwin.h conform, inwin, progressbar, radio: Fixed wrong part_alias_description implementations and documentations. 2014-09-05 01:12:22 +09:00
elm_inwin_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_inwin_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_label.c label: Reset sd->lastw as '-1' in some elm_label APIs for ensure the sizing_eval. 2014-11-10 14:06:32 +09:00
elm_label.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_label.h
elm_label_common.h
elm_label_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_label_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_layout.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_layout.eo Layout: Use file interface. 2014-08-21 11:04:28 +01:00
elm_layout.h
elm_layout_common.h layout: expose a typedef that needs to be public (Content_Alias). 2014-04-10 03:41:52 +01:00
elm_layout_eo.h Eolian: Eo header clean and legacy integration for: 2014-04-24 09:21:32 +03:00
elm_layout_legacy.h Layout: Use file interface. 2014-08-21 11:04:28 +01:00
elm_list.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_list.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_list.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_list_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_list_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_list_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_list_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_macros.h macro: Fix wrong macro braces. 2014-11-10 14:05:58 +09:00
elm_main.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_map.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_map.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_map.h
elm_map_common.h doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elm_map_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_map_legacy.h Elm_Map: port API to eo file. 2014-07-22 13:59:41 +03:00
elm_map_pan.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_mapbuf.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_mapbuf.eo move all eo files to new builtin bool type 2014-07-11 14:44:47 +01:00
elm_mapbuf.h mapbuf: updated doc. 2014-10-17 19:42:43 +09:00
elm_mapbuf_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_mapbuf_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_menu.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_menu.eo Elm Menu Item: Migrate to Eo 2014-11-12 12:03:55 +02:00
elm_menu.h elm_menu: Add item_signal_emit_hook for elm_menu 2014-09-30 10:59:43 +09:00
elm_menu_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_menu_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_menu_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_menu_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_mirroring.h doc: added @c for eina bool in the documentation. 2014-08-13 19:50:38 +09:00
elm_module.c module: detect extention just based on if its windows or not. 2014-09-04 17:33:05 +02:00
elm_multibuttonentry.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_multibuttonentry_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_naviframe.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_naviframe_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_need.h doc: added @c for eina bool in the documentation. 2014-08-13 19:50:38 +09:00
elm_notify.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_notify.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_notify.h
elm_notify_common.h
elm_notify_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_notify_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_object.h elm: use @p for parameters in doxygen. 2014-07-20 01:50:06 +09:00
elm_object_item.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_pan.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_panel.c panel: add error messages for user information. 2014-10-31 15:19:35 +09:00
elm_panel.eo panel: add elm_panel_scrollable_get() 2014-10-06 12:11:05 +09:00
elm_panel.h panel: added more documentations to panel. 2014-09-01 00:28:07 +09:00
elm_panel_common.h panel: added more documentations to panel. 2014-09-01 00:28:07 +09:00
elm_panel_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_panel_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_panes.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_panes.eo move all eo files to new builtin bool type 2014-07-11 14:44:47 +01:00
elm_panes.h
elm_panes_eo.h Elementary/Panes: update functionality (add new 8 API functions) 2014-06-17 10:23:30 +09:00
elm_panes_legacy.h Elementary/Panes: update functionality (add new 8 API functions) 2014-06-17 10:23:30 +09:00
elm_photo.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_photo.eo Photo: Use file interface. 2014-08-21 11:04:28 +01:00
elm_photo.h
elm_photo_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_photo_legacy.h Photo: Use file interface. 2014-08-21 11:04:28 +01:00
elm_photocam.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_photocam.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_photocam.h elementary: add support for url in Elm_Photocam and gave a look at Nasa Earth picture. 2013-08-12 12:14:45 +09:00
elm_photocam_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_photocam_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_photocam_pan.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_player.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_plug.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_plug.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_plug.h
elm_plug_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_plug_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_popup.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_popup_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_prefs.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_prefs.eo Prefs: Use file interface. 2014-08-21 11:04:28 +01:00
elm_prefs.h
elm_prefs_common.h
elm_prefs_data.c Win32: Fix some compilation warnings 2014-06-11 14:25:47 +09:00
elm_prefs_data.h doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elm_prefs_edd.x
elm_prefs_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_prefs_legacy.h Prefs: Use file interface. 2014-08-21 11:04:28 +01:00
elm_priv.h elm win engines - make code only include engines efl compiled for 2014-08-26 20:12:00 +09:00
elm_progressbar.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_progressbar.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_progressbar.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_progressbar_common.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_progressbar_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_progressbar_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_radio.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_radio.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_radio.h radio: Added more comments about changed smart callback. 2014-09-20 17:22:33 +09:00
elm_radio_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_radio_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_removed.h elm: use @p for parameters in doxygen. 2014-07-20 01:50:06 +09:00
elm_route.c Eo related: Change according to recent changes in eo_add(). 2014-09-25 17:39:34 +01:00
elm_route.eo Eolian classes: Fix according to namespace changes in efl. 2014-06-30 17:52:16 +01:00
elm_route.h
elm_route_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_route_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_scale.h
elm_scroll.h list: Add item loop feature 2014-03-24 17:35:07 +09:00
elm_scroller.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_scroller.eo Fix typos in docs. 2014-07-30 02:54:27 +01:00
elm_scroller.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_scroller_common.h
elm_scroller_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_scroller_legacy.h elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_segment_control.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_segment_control.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_segment_control.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_segment_control_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_segment_control_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_segment_control_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_segment_control_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_separator.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_separator.eo move all eo files to new builtin bool type 2014-07-11 14:44:47 +01:00
elm_separator.h
elm_separator_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_separator_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_slider.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_slider.eo slider.eo: move since definition to be more conventional 2014-09-23 21:49:56 +02:00
elm_slider.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_slider_common.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_slider_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_slider_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_slideshow.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_slideshow.eo update to eolian complex types (without complex part for now) 2014-09-09 14:53:02 +01:00
elm_slideshow.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_slideshow_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_slideshow_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_slideshow_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_slideshow_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_spinner.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_spinner.eo atspi: expose more actions through atspi bus. 2014-07-25 11:58:16 +02:00
elm_spinner.h spinner: added signals "spinner,drag,start" and "spinner,drag,stop" 2013-10-23 23:03:50 +09:00
elm_spinner_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_spinner_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_store.c fix some typos in comment and description 2014-01-22 13:20:15 +09:00
elm_store.h doc: add API docs in button, container, image, store, general. 2014-10-20 18:42:21 +02:00
elm_sys_notify.c elm: fixed trivial formattings. 2014-05-10 23:44:27 +09:00
elm_sys_notify.h
elm_systray.c dbus warn-- 2014-07-20 12:21:54 +09:00
elm_systray.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_systray.h
elm_systray_common.h
elm_systray_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_systray_watcher.c option build deps that efl guarantees... now just are assumed and not ifdef'd 2013-11-12 22:56:05 +09:00
elm_systray_watcher.h
elm_table.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_table.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_table.h
elm_table_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_table_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_theme.c remove edje file changed handling 2014-07-02 11:31:54 +09:00
elm_theme.h doc: added @c for eina bool in the documentation. 2014-08-13 19:50:38 +09:00
elm_thumb.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_thumb.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_thumb.h elm_thumb: Add support for ethumb formatting and size manipulation. 2013-08-11 23:30:27 -05:00
elm_thumb_common.h doc: added @c for eina bool in the documentation. 2014-08-13 19:50:38 +09:00
elm_thumb_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_thumb_legacy.h Thumb: Use file interface. 2014-08-21 11:04:28 +01:00
elm_toolbar.c Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_toolbar.eo elm: Added # for enum in the documenation. 2014-09-01 00:44:10 +09:00
elm_toolbar.h elm: Fixed documentations for part_text_aliases. 2014-09-05 01:12:22 +09:00
elm_toolbar_common.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_toolbar_eo.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_toolbar_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_toolbar_legacy.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_tooltip.h doc: added @c for eina bool in the documentation. 2014-08-13 19:50:38 +09:00
elm_transit.c transit - fix to adopt the tween_mode factor. 2014-07-16 11:20:52 +09:00
elm_transit.h doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elm_url.c url: Added underscore(_) to elm internal functions, elm_url_xxx. 2014-01-21 23:23:37 +09:00
elm_util.c elm: Longwaited trailing white space removal. Clean elm up! 2013-09-30 22:15:01 +09:00
elm_video.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_video.eo Video: Use file interface. 2014-08-21 11:04:28 +01:00
elm_video.h Elm: Update code to use the new class names generated by eolian. 2014-06-03 11:54:44 +01:00
elm_video_eo.h update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_video_legacy.h Video: Use file interface. 2014-08-21 11:04:28 +01:00
elm_web.eo update according to Eolian syntax changes 2014-08-21 09:27:32 +01:00
elm_web.h doc: added @c for eina bool in the documentation. 2014-08-13 19:50:38 +09:00
elm_web2.c atspi: properly include at-spi headers. 2014-10-17 16:57:26 +01:00
elm_web_common.h elm: use @p for parameters in doxygen. 2014-07-20 01:50:06 +09:00
elm_web_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_web_legacy.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_widget.c Object Items: Adapt del callback to Eo. 2014-11-12 12:03:58 +02:00
elm_widget.eo update according to latest eolian changes 2014-09-10 15:09:08 +01:00
elm_widget.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_actionslider.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_bg.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_box.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_bubble.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_button.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_calendar.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_check.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_clock.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_colorselector.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_conform.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_container.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_ctxpopup.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_datetime.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_dayselector.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_diskselector.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_entry.h Add elm_entry_input_hint_set/get API 2014-09-01 19:04:05 +09:00
elm_widget_fileselector.h fileselector: Do not call _populate directly in APIs 2014-10-29 12:57:31 +09:00
elm_widget_fileselector_button.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_fileselector_entry.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_flip.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_flipselector.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_frame.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_gengrid.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_genlist.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_glview.h GLView: Add constructor for GLES 1.1 context glview 2014-10-20 12:16:43 +09:00
elm_widget_grid.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_hover.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_hoversel.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_icon.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_image.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_index.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_inwin.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_item.eo Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_label.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_layout.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_list.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_map.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_mapbuf.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_menu.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_multibuttonentry.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_naviframe.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_notify.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_panel.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_panes.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_photo.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_photocam.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_player.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_plug.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_popup.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_prefs.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_progressbar.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_radio.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_route.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_scroller.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_segment_control.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_separator.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_slider.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_slideshow.h Object Items: remove legacy APIs. 2014-11-12 12:03:58 +02:00
elm_widget_spinner.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_table.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_thumb.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_toolbar.h Object Items: remove casts that are no more needed. 2014-11-12 12:03:57 +02:00
elm_widget_video.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_widget_web.h widget: added warnings to internal headers. 2014-08-08 01:29:39 +09:00
elm_win.c elementary: report time correctly when benchmarking time to first frame. 2014-11-03 06:38:48 +01:00
elm_win.eo doc: fix mismatched variable names between prototypes and doxygen comments. 2014-10-20 18:42:21 +02:00
elm_win.h elm engine choice and logic rationalize 2014-08-22 14:48:13 +09:00
elm_win_common.h win - revert the revert. 1974aff066a10df59750a6d52fd9933333eb0ee3 2014-03-22 15:40:07 +09:00
elm_win_eo.h Eolian: Eo header clean and legacy integration. 2014-04-24 13:21:26 +03:00
elm_win_legacy.h win: added more descriptions for elm_win_render. 2014-08-31 23:01:03 +09:00
els_box.c elm_box_align_set API fix 2014-11-09 18:02:37 +09:00
els_box.h els_box: Used Eina_Bool instead of int for the parameters of _els_box_layout 2014-01-14 03:26:16 +09:00
els_cursor.c Elm: Update code to use the new class names generated by eolian. 2014-06-03 11:54:44 +01:00
els_tooltip.c tooltip: Removed unnecessary casting and followed callback function conventions. 2014-09-05 01:12:22 +09:00
elu_ews_wm.c elm win - ews - oops. fix ews always going on as well as real engine 2014-08-26 18:26:00 +09:00