efl/legacy/elementary/src/lib
Daniel Juyung Seo 46506cf22e focus: Added optional focus feature - focus movement by mouse_in.
Focus is moved by mouse click by default. This patch makes moving focus
by mouse_in optionally by configuration and API. Widget item focus
movement is not applied yet. Need to do that as well.

- configuration: "focus_move_policy"
- API: elm_config_focus_move_policy_set/get
- enum
  ELM_FOCUS_MOVE_POLICY_CLICK
  ELM_FOCUS_MOVE_POLICY_IN

@feature
2014-03-23 02:04:16 +09:00
..
.gitignore Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
Elementary.h.in atspi: accessible and component interface implementation. 2014-01-13 15:24:35 +09:00
Elementary_Cursor.h fomatting of headers -> fixup. and documentation fixing. 2011-12-30 07:20:48 +00:00
Makefile.am Eolian: Integration of Datetime 2014-03-20 15:19:50 +02:00
elc_ctxpopup.c Eolian: Integration of Ctx Popup 2014-03-20 15:19:50 +02:00
elc_ctxpopup.eo Eolian: Integration of Ctx Popup 2014-03-20 15:19:50 +02:00
elc_ctxpopup.h elm headers: fixed documentation about elm_object_item supports. 2013-09-18 01:56:16 +09:00
elc_ctxpopup_common.h Elementary: Ctx Popup header split. 2013-04-28 08:46:09 +03:00
elc_ctxpopup_eo.h Eolian: Integration of Ctx Popup 2014-03-20 15:19:50 +02:00
elc_ctxpopup_legacy.h Eolian: Integration of Ctx Popup 2014-03-20 15:19:50 +02:00
elc_fileselector.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elc_fileselector.h fileselector: Make fileselector focusable. Ok on Enter key and Cancel on Escape key. 2014-01-22 18:43:18 +09:00
elc_fileselector_button.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elc_fileselector_button.h fileselector_button: Added missing description about focus signals. 2014-01-22 18:43:18 +09:00
elc_fileselector_button_eo.h Introduce fileselector interface and applied to elm_fileselector. 2014-01-21 22:50:35 +09:00
elc_fileselector_button_legacy.h fileselector_button: Moved declarations of deprecated APIs to 2014-01-21 23:43:41 +09: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 Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elc_fileselector_entry.h elm: fixed focused and unfocused documentation. 2013-06-10 14:13:55 +09:00
elc_fileselector_entry_eo.h Introduce fileselector interface and applied to elm_fileselector. 2014-01-21 22:50:35 +09:00
elc_fileselector_entry_legacy.h fileselector_entry: Moved declarations of deprecated APIs to 2014-01-21 23:50:31 +09:00
elc_fileselector_eo.h Introduce fileselector interface and applied to elm_fileselector. 2014-01-21 22:50:35 +09:00
elc_fileselector_legacy.h fileselector: added more description to is_save_set api. 2014-02-28 02:45:28 +09:00
elc_hoversel.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elc_hoversel.h hoversel: Added "item,focused" and "item,unfocused" smart events for widget items. 2014-02-26 01:26:49 +09:00
elc_hoversel_eo.h Elementary: Hoversel header split. 2013-04-28 09:04:28 +03:00
elc_hoversel_legacy.h hoversel: Added more description about elm_hoversel_item_add's callback 2014-02-10 00:59:47 +09:00
elc_multibuttonentry.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elc_multibuttonentry.h elm headers: fixed documentation about elm_object_item supports. 2013-09-18 01:56:16 +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 New Elementary API -- elm_multibuttonentry_format_function_set(). 2013-12-26 15:27:39 -02:00
elc_multibuttonentry_legacy.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elc_naviframe.c naviframe : Fixed the overlap issue during multiple push. 2014-03-22 14:23:23 +09:00
elc_naviframe.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elc_naviframe_common.h [naviframe] Replace naviframe title visible APIs to naviframe title enabled APIs 2014-01-15 14:29:05 +09:00
elc_naviframe_eo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elc_naviframe_legacy.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elc_player.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elc_popup.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elc_popup.h popup: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks. 2014-02-26 01:26:42 +09:00
elc_popup_common.h Elementary: Popup header split. 2013-04-28 09:27:21 +03:00
elc_popup_eo.h popup: fixed formatting, typos, and subtle things of commit f4f2e5d24271cc6504443479381fdb26a605ac70 2013-12-02 21:20:03 +09:00
elc_popup_legacy.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elc_scrolled_entry.c elementary: properly sanitize headers order. 2013-05-03 16:07:06 +09:00
elm_access.c access: Fixed memory leak. 2014-03-21 02:33:22 +09:00
elm_access.eo Eolian: Integration of Access 2014-03-19 07:04:34 +02:00
elm_access.h Eolian: Integration of Access 2014-03-19 07:04:34 +02:00
elm_actionslider.c Eolian: Fix ctor/dtor generation 2014-03-19 07:04:34 +02:00
elm_actionslider.eo Eolian: Integration of Actionslider 2014-03-19 07:04:34 +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 Elementary: Action Slider header split. 2013-04-28 09:37:46 +03:00
elm_actionslider_eo.h Eolian: Integration of Actionslider 2014-03-19 07:04:34 +02:00
elm_actionslider_legacy.h Elementary: Action Slider header split. 2013-04-28 09:37:46 +03:00
elm_app.h elm_app.h: use addtogroup and make a separate doc for elm_app_info_set. 2013-03-16 22:30:35 +09:00
elm_app_client.c Eolian: Integration of App Client 2014-03-19 07:04:34 +02:00
elm_app_client.eo Eolian: Integration of App Client 2014-03-19 07:04:34 +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 Eolian: Integration of App Client 2014-03-19 07:04:34 +02:00
elm_app_client_view.c Eolian: Integration of App Client View 2014-03-19 07:04:35 +02:00
elm_app_client_view.eo Eolian: Integration of App Client View 2014-03-19 07:04:35 +02: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: Integration of App Client View 2014-03-19 07:04:35 +02:00
elm_app_common.c Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_common.h Add elm_app_service/client class 2013-09-19 15:48:25 -03:00
elm_app_server.c Eolian: Integration of App Server View 2014-03-20 07:33:55 +02:00
elm_app_server.eo Eolian: Integration of App Server 2014-03-20 07:33:55 +02: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 Eolian: Integration of App Server 2014-03-20 07:33:55 +02:00
elm_app_server_view.c Eolian: Integration of App Server View 2014-03-20 07:33:55 +02:00
elm_app_server_view.eo Eolian: Integration of App Server View 2014-03-20 07:33:55 +02: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: Integration of App Server View 2014-03-20 07:33:55 +02:00
elm_atspi_bridge.c Eolian: Integration of Atspi Object 2014-03-20 07:33:56 +02:00
elm_atspi_object.c atspi_object: Added missing comma. 2014-03-21 00:49:52 +09:00
elm_atspi_object.eo Eolian: Integration of Atspi Object 2014-03-20 07:33:56 +02:00
elm_atspi_object.h atspi: accessible and component interface implementation. 2014-01-13 15:24:35 +09:00
elm_atspi_object_common.h Revert "Revert "atspi: event broadcast added. Orca screen reader now ables to read UI."" 2014-02-08 11:28:58 +09:00
elm_atspi_object_eo.h Eolian: Integration of Atspi Object 2014-03-20 07:33:56 +02:00
elm_atspi_object_legacy.h Revert "Revert "atspi: event broadcast added. Orca screen reader now ables to read UI."" 2014-02-08 11:28:58 +09:00
elm_authors.h author: Added Subhransu to authors list. 2014-03-18 13:16:42 +09:00
elm_bg.c Eolian: Integration of Bg 2014-03-20 07:33:56 +02:00
elm_bg.eo Eolian: Integration of Bg 2014-03-20 07:33:56 +02:00
elm_bg.h Elementary: Bg header split. 2013-04-28 09:41:30 +03:00
elm_bg_common.h Elementary: Bg header split. 2013-04-28 09:41:30 +03:00
elm_bg_eo.h Eolian: Integration of Bg 2014-03-20 07:33:56 +02:00
elm_bg_legacy.h Fix unknown command warning in generating doxygen 2014-01-16 08:44:35 +09:00
elm_box.c Eolian: Integration of Box 2014-03-20 15:19:49 +02:00
elm_box.eo Eolian: Integration of Box 2014-03-20 15:19:49 +02:00
elm_box.h Elementary: Box header split. 2013-04-28 09:44:42 +03:00
elm_box_common.h Elementary: Box header split. 2013-04-28 09:44:42 +03:00
elm_box_eo.h Eolian: Integration of Box 2014-03-20 15:19:49 +02:00
elm_box_legacy.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elm_bubble.c Eolian: Integration of Bubble 2014-03-20 15:19:49 +02:00
elm_bubble.eo Eolian: Integration of Bubble 2014-03-20 15:19:49 +02:00
elm_bubble.h elm: fixed focused and unfocused documentation. 2013-06-10 14:13:55 +09:00
elm_bubble_common.h Elementary: Bubble header split. 2013-04-28 09:47:05 +03:00
elm_bubble_eo.h Eolian: Integration of Bubble 2014-03-20 15:19:49 +02:00
elm_bubble_legacy.h Elementary: Bubble header split. 2013-04-28 09:47:05 +03:00
elm_button.c button: Check return value of _elm_config_key_binding_call. 2014-03-22 16:25:34 +09:00
elm_button.eo Eolian: Integration of Button 2014-03-20 15:19:49 +02:00
elm_button.h elm: fixed focused and unfocused documentation. 2013-06-10 14:13:55 +09:00
elm_button_eo.h Eolian: Integration of Button 2014-03-20 15:19:49 +02:00
elm_button_legacy.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elm_cache.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_calendar.c Eolian: Integration of Calendar 2014-03-20 15:19:49 +02:00
elm_calendar.eo Eolian: Integration of Calendar 2014-03-20 15:19:49 +02: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 Elementary: Calendar header split. 2013-04-28 09:49:52 +03:00
elm_calendar_eo.h Eolian: Integration of Calendar 2014-03-20 15:19:49 +02:00
elm_calendar_legacy.h elm_calendar: Fix wrong seconds per day also in comments. 2013-09-30 13:34:09 +01:00
elm_check.c Eolian: Integration of Check 2014-03-20 15:19:49 +02:00
elm_check.eo Eolian: Integration of Check 2014-03-20 15:19:49 +02:00
elm_check.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_check_eo.h Eolian: Integration of Check 2014-03-20 15:19:49 +02:00
elm_check_legacy.h Elementary: Check header split. 2013-04-28 09:50:23 +03:00
elm_clock.c Eolian: Integration of Clock 2014-03-20 15:19:49 +02:00
elm_clock.eo Eolian: Integration of Clock 2014-03-20 15:19:49 +02: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 Elementary: Clock header split. 2013-04-28 09:54:26 +03:00
elm_clock_eo.h Eolian: Integration of Clock 2014-03-20 15:19:49 +02:00
elm_clock_legacy.h elm: removing trailing white space ceremony for 1.9 release. 2014-03-02 00:52:26 +09:00
elm_cnp.c cnp: Fixed cnp build warning by adding ifdef to cnp_debug. 2014-03-20 04:08:52 +09:00
elm_cnp.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elm_colorselector.c Eolian: Integration of Color Selector 2014-03-20 15:19:49 +02:00
elm_colorselector.eo Eolian: Integration of Color Selector 2014-03-20 15:19:49 +02: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 Colorselector: Item Selection/Unselection logic changes and corresponding API additions. 2014-02-08 13:33:58 +09:00
elm_colorselector_eo.h Eolian: Integration of Color Selector 2014-03-20 15:19:49 +02:00
elm_colorselector_legacy.h Colorselector: Item Selection/Unselection logic changes and corresponding API additions. 2014-02-08 13:33:58 +09:00
elm_config.c focus: Added optional focus feature - focus movement by mouse_in. 2014-03-23 02:04:16 +09:00
elm_config.h focus: Added optional focus feature - focus movement by mouse_in. 2014-03-23 02:04:16 +09:00
elm_conform.c Eolian: Integration of Conformant 2014-03-20 15:19:49 +02:00
elm_conform.h elm: removed trailing white spaces from headers before I work on a header file. 2013-12-16 00:45:43 +09:00
elm_conform_eo.h Eolian: Integration of Conformant 2014-03-20 15:19:49 +02:00
elm_conform_legacy.h Elementary: Conform header split. 2013-04-28 09:57:48 +03:00
elm_conformant.eo Eolian: Integration of Conformant 2014-03-20 15:19:49 +02:00
elm_container.c Eolian: Integration of Container 2014-03-17 09:03:56 +02:00
elm_container.eo Eolian: Integration of Container 2014-03-17 09:03:56 +02:00
elm_cursor.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elm_datetime.c Eolian: Integration of Datetime 2014-03-20 15:19:50 +02:00
elm_datetime.eo Eolian: Integration of Datetime 2014-03-20 15:19:50 +02:00
elm_datetime.h elm: fixed focused and unfocused documentation. 2013-06-10 14:13:55 +09:00
elm_datetime_common.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_datetime_eo.h Eolian: Integration of Datetime 2014-03-20 15:19:50 +02:00
elm_datetime_legacy.h elm: Fixed some typos in the documentations. 2014-02-07 02:53:24 +09:00
elm_dayselector.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_dayselector.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_dayselector_common.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_dayselector_eo.h dayselector/gesture_layer/layout: typo doxygen 2013-11-12 15:58:49 +02:00
elm_dayselector_legacy.h Forgotten release boilerplate. 2013-07-12 12:01:17 -03:00
elm_dbus_menu.c elm: Removed unnecessary null check for free. 2014-01-22 11:13:11 +09:00
elm_debug.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_deprecated.h fileselector_entry: Moved declarations of deprecated APIs to 2014-01-21 23:50:31 +09:00
elm_diskselector.c diskselector: Compare correct variables. 2014-03-21 00:46:47 +09:00
elm_diskselector.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_diskselector_common.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_diskselector_eo.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_diskselector_legacy.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_entry.c [Elm_Entry] Update selection handlers position and its visibility when scrolling 2014-03-20 19:33:42 +09:00
elm_entry.h elm: removing trailing white space ceremony for 1.9 release. 2014-03-02 00:52:26 +09:00
elm_entry_common.h entry: Add ELM_INPUT_PANEL_LAYOUT_EMOTICON 2014-02-27 14:58:36 +09:00
elm_entry_eo.h entry: Add elm_entry_select_region_set API 2014-02-05 10:16:13 +00:00
elm_entry_legacy.h Docs: actually show the functions. Missed doxy group. 2014-02-09 12:44:22 +01:00
elm_factory.c elm: Removed unnecessary null check for evas_object_del. 2014-01-22 10:54:52 +09:00
elm_factory.h disable factory for elm release 2012-03-05 13:13:26 +00:00
elm_finger.h elm fingersize: Use correct apis instead of deprecated apis. elm_config_finger_size_get/set instead of elm_finger_size_get/set. 2013-01-02 18:16:03 +00:00
elm_flip.c flip, index: Renamed smart data member 'down' to 'mouse_down' and used 2014-03-22 17:54:49 +09:00
elm_flip.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_flip_common.h elementary/flip - index table by enum. It's more clear. 2013-07-26 20:03:26 +09:00
elm_flip_eo.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_flip_legacy.h Flip: Fix confusion with hitsize and direction 2013-12-11 15:02:20 +09:00
elm_flipselector.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_flipselector.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_flipselector_common.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_flipselector_eo.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_flipselector_legacy.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_focus.h elm: removing trailing white space ceremony for 1.9 release. 2014-03-02 00:52:26 +09:00
elm_font.c elm: Removed unnecessary null check for eina_stringshare_del. 2014-01-22 10:54:45 +09:00
elm_font.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_frame.c Eolian: Fix ctor/dtor generation 2014-03-19 07:04:34 +02:00
elm_frame.eo Eolian: Integration of Frame 2014-03-18 09:01:28 +02:00
elm_frame.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_frame_eo.h Eolian: Integration of Frame 2014-03-18 09:01:28 +02:00
elm_frame_legacy.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03: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 Ship missing headers, and remove wrong includes 2014-03-12 14:30:21 +00:00
elm_general.h elm/quicklaunch: Improve executable path search 2013-11-04 16:49:02 +09:00
elm_gengrid.c gengrid: Fixed broken gengrid item focus support. 2014-03-22 23:51:52 +09:00
elm_gengrid.h gengrid : Implementation for gengrid item focus support 2014-03-21 17:00:46 +09:00
elm_gengrid_common.h Elementary: Split headers for Gengrid, genlist, grid, image and index 2013-04-28 15:25:28 +03:00
elm_gengrid_eo.h gengrid/genlist: added Eo compatibles for elm_genlist/gengrid_multi_select_mode_set/get() APIs. 2013-11-04 01:15:58 +09:00
elm_gengrid_legacy.h gengrid: Fixed documentation typo. 2013-11-04 20:40:08 +09:00
elm_genlist.c genlist: Fixed broken genlist item focus support. 2014-03-22 23:51:44 +09:00
elm_genlist.h genlist: Implemented the item focus support in genlist 2014-03-09 01:55:40 +09:00
elm_genlist_common.h +elm_genlist_item_subitems_get() 2014-02-08 16:03:25 -05:00
elm_genlist_eo.h gengrid/genlist: added Eo compatibles for elm_genlist/gengrid_multi_select_mode_set/get() APIs. 2013-11-04 01:15:58 +09:00
elm_genlist_legacy.h elm: Fixed comments and documentations on test_focus and genlist header. 2014-02-04 01:35:40 +09:00
elm_gesture_layer.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_gesture_layer.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_gesture_layer_common.h Gesture Layer: Add API to set the finger size for taps. 2013-06-25 10:43:04 +03:00
elm_gesture_layer_eo.h dayselector/gesture_layer/layout: typo doxygen 2013-11-12 15:58:49 +02: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 Gesture Layer: implementation of 'tap + longpressed' sequence 2013-07-04 14:47:10 +03:00
elm_getting_started.h Removing meaningless '*' from documentation output. 2012-05-29 20:20:33 +00:00
elm_glview.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_glview.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_glview_common.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_glview_eo.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_glview_legacy.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_grid.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_grid.h Elementary: Split headers for Gengrid, genlist, grid, image and index 2013-04-28 15:25:28 +03:00
elm_grid_eo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_grid_legacy.h Elementary: Split headers for Gengrid, genlist, grid, image and index 2013-04-28 15:25:28 +03:00
elm_hover.c Eolian: Fix ctor/dtor generation 2014-03-19 07:04:34 +02:00
elm_hover.eo Eolian: Integration of Hover 2014-03-18 09:02:03 +02: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 Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_hover_eo.h Eolian: Integration of Hover 2014-03-18 09:02:03 +02:00
elm_hover_legacy.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_icon.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_icon.h diskselector, icon, map, progressbar: no @since for smart callback just use since or it will cause line break in the doxygen documentation. 2013-06-10 14:54:08 +09:00
elm_icon_common.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_icon_eo.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_icon_legacy.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_image.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_image.h Elementary: Split headers for Gengrid, genlist, grid, image and index 2013-04-28 15:25:28 +03:00
elm_image_common.h elm_image: add support for url. 2013-08-09 21:13:15 +09:00
elm_image_eo.h image: Remove unnecessary parameter for elm_obj_image_editable_set. 2014-01-02 09:21:16 +09:00
elm_image_legacy.h Fix unknown command warning in generating doxygen 2014-01-16 08:44:35 +09:00
elm_index.c flip, index: Renamed smart data member 'down' to 'mouse_down' and used 2014-03-22 17:54:49 +09:00
elm_index.h elm headers: fixed documentation about elm_object_item supports. 2013-09-18 01:56:16 +09:00
elm_index_common.h Elementary: Split headers for Gengrid, genlist, grid, image and index 2013-04-28 15:25:28 +03:00
elm_index_eo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_index_legacy.h Elementary: Split headers for Gengrid, genlist, grid, image and index 2013-04-28 15:25:28 +03:00
elm_interface_atspi_component.eo Eolian: Integration of Atspi Object 2014-03-20 07:33:56 +02:00
elm_interface_atspi_window.eo Eolian: Integration of Atspi Window Interface 2014-03-20 07:33:55 +02:00
elm_interface_fileselector.c Introduce fileselector interface and applied to elm_fileselector. 2014-01-21 22:50:35 +09:00
elm_interface_fileselector.h fileselector interface: fix doxygen 2014-02-18 14:57:33 +02:00
elm_interface_scrollable.c Eolian: Fix ctor/dtor generation 2014-03-19 07:04:34 +02:00
elm_interface_scrollable.eo Eolian: Integration of Scrollable Interface 2014-03-18 08:14:44 +02:00
elm_interface_scrollable.h Eolian: Integration of Pan 2014-03-18 08:14:44 +02: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 Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_inwin.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_inwin_eo.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_inwin_legacy.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_label.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_label.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_label_common.h Elementary: header split for DateTime, DaySelector, DiskSelector, Entry, 2013-04-28 12:06:08 +03:00
elm_label_eo.h Label: add 2 new api for setting the slide animation speed. 2014-02-10 00:13:03 +01:00
elm_label_legacy.h elm: removing trailing white space ceremony for 1.9 release. 2014-03-02 00:52:26 +09:00
elm_layout.c Fix logically dead code. 2014-03-20 07:33:55 +02:00
elm_layout.eo Eolian: Integration of Layout 2014-03-17 09:03:56 +02:00
elm_layout.h elementary/layout - layout supports "language,changed" callback 2013-04-30 18:47:38 +09:00
elm_layout_common.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_layout_eo.h Eolian: Integration of Layout 2014-03-17 09:03:56 +02:00
elm_layout_legacy.h Eolian: Integration of Layout 2014-03-17 09:03:56 +02:00
elm_list.c list: Added missing return from my previous commit ac0b3c. 2014-03-22 21:50:21 +09:00
elm_list.h list: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks. 2014-02-26 01:26:31 +09:00
elm_list_common.h elm_list_common.h: fixed up wrong doxygen documentation. 2013-08-26 13:44:02 +09:00
elm_list_eo.h elm_list: Added missing elm_list_multi_select_mode_set/get API for list to fix the API consistency between multi selectable widgets. 2013-11-05 09:22:25 +09:00
elm_list_legacy.h elm_list: Added missing elm_list_multi_select_mode_set/get API for list to fix the API consistency between multi selectable widgets. 2013-11-05 09:22:25 +09:00
elm_macros.h genlist: Fixed annoying autoscrolling bug in genlist item focus. 2014-03-19 00:48:07 +09:00
elm_main.c object_item: Check null in elm_object_item_del. 2014-03-03 18:19:20 +09:00
elm_map.c Eolian: Integration of Scrollable Interface 2014-03-18 08:14:44 +02:00
elm_map.h map: fix header split to actually be a split ! 2013-07-23 11:27:34 +09:00
elm_map_common.h elm_map_common.h: fixed header indentation. 2013-09-21 18:28:32 +09:00
elm_map_eo.h map: fix header split to actually be a split ! 2013-07-23 11:27:34 +09:00
elm_map_legacy.h map: fix header split to actually be a split ! 2013-07-23 11:27:34 +09:00
elm_mapbuf.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_mapbuf.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_mapbuf_eo.h elm: removing trailing white space ceremony for 1.9 release. 2014-03-02 00:52:26 +09:00
elm_mapbuf_legacy.h elementary/mapbuf - added 2 apis, elm_mapbuf_point_color_set(), get(). 2013-12-20 21:08:24 +09:00
elm_menu.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_menu.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_menu_common.h Elementary menu item: handling hidden icon 2014-02-08 13:17:24 +09:00
elm_menu_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_menu_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_mirroring.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_module.c elm: Removed unnecessary null check for eina_hash_free and 2014-01-22 11:13:30 +09:00
elm_need.h Rename edbus->eldbus 2013-04-23 13:05:43 -03:00
elm_notify.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_notify.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_notify_common.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_notify_eo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_notify_legacy.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_object.h Fix unknown command warning in generating doxygen 2014-01-16 08:44:35 +09:00
elm_object_item.h [elm_object_item] - Added elm_object_item_style_set/elm_object_item_style_get(). 2013-12-27 20:00:04 +09:00
elm_pan.eo Eolian: Integration of Pan 2014-03-18 08:14:44 +02:00
elm_panel.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_panel.h panel, video, web, web2: added focused, unfocused smart callback documentation. 2013-06-10 14:37:47 +09:00
elm_panel_common.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_panel_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_panel_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_panes.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_panes.h elementary/panes - fixed typo 2013-07-18 01:27:43 +09:00
elm_panes_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_panes_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_photo.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_photo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_photo_eo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_photo_legacy.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_photocam.c Eolian: Integration of Scrollable Interface 2014-03-18 08:14:44 +02: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 elementary: fix build without public Eo API turned on. 2013-06-28 10:23:14 +09:00
elm_photocam_legacy.h photocam: Updated elm_photocam_zoom_set() API documentation. 2014-01-15 14:39:37 +09:00
elm_plug.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_plug.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_plug_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_plug_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_prefs.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_prefs.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_prefs_common.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_prefs_data.c elm: Removed unnecessary null check for free. 2014-01-22 11:13:11 +09:00
elm_prefs_data.h [elm] Fix bad placement of type declaration. 2012-11-30 19:57:36 +00:00
elm_prefs_edd.x [elm] Introducing a new widget, along with its infrastructure -- prefs. 2012-11-30 14:41:39 +00:00
elm_prefs_eo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_prefs_legacy.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_priv.h focus: Added optional focus feature - focus movement by mouse_in. 2014-03-23 02:04:16 +09:00
elm_progressbar.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_progressbar.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_progressbar_eo.h progressbar: fix doxygen 2013-10-15 17:03:26 +03:00
elm_progressbar_legacy.h progressbar: Support second progress. 2013-09-10 16:22:06 +09:00
elm_radio.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_radio.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_radio_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_radio_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_removed.h elementary/widget - introduce elm_object_item_object_get(). 2013-09-02 17:20:36 +09:00
elm_route.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_route.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_route_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_route_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03: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 scroller content type is not always widget. 2014-03-22 14:40:48 +09:00
elm_scroller.h elm: added more "focused" and "unfocused" documentations. 2013-06-10 14:13:55 +09:00
elm_scroller_common.h Adding a new scroller API, to block its movements (by user input). 2013-05-10 11:07:10 -03:00
elm_scroller_eo.h Elementary: Fix scroller APIs to be usable by all the widgets using the 2013-05-24 16:31:25 +03:00
elm_scroller_legacy.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_segment_control.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_segment_control.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_segment_control_common.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_segment_control_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_segment_control_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_separator.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_separator.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_separator_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_separator_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_slider.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_slider.h elementary - support language changed callback from a few widgets. 2014-01-23 20:07:20 +09:00
elm_slider_eo.h slider: fix doxygen 2014-02-18 16:27:52 +02:00
elm_slider_legacy.h [slider] show/hide slider popup 2013-12-02 16:19:53 +09:00
elm_slideshow.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02: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 Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_slideshow_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_slideshow_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_spinner.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +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 Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_spinner_legacy.h elm_spinner_legacy.h: fixed wrong documentation and add more sample numbers. 2013-08-24 10:41:58 +09:00
elm_store.c fix some typos in comment and description 2014-01-22 13:20:15 +09:00
elm_store.h elementary - +ingroup, fixed indentations. 2012-04-17 01:35:46 +00:00
elm_sys_notify.c option build deps that efl guarantees... now just are assumed and not ifdef'd 2013-11-12 22:56:05 +09:00
elm_sys_notify.h [elm] Handling signals on elm_sys_notify. 2012-12-07 17:23:34 +00:00
elm_systray.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.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_systray_common.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_systray_eo.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +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] Add support to D-Bus systray icons 2012-12-27 13:38:40 +00:00
elm_table.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_table.h elm table: Fixed wrong description and argument name about packing API 2013-06-04 16:50:03 +09:00
elm_table_eo.h Eo: fix macros for table 2013-10-27 08:59:22 +02:00
elm_table_legacy.h elm: removed trailing white spaces from headers before I work on a header file. 2013-12-16 00:45:43 +09:00
elm_theme.c elm_theme: Added a cache in elm_theme for styles that are failed to load. 2014-03-18 17:34:30 +09:00
elm_theme.h elm: removed trailing white spaces from headers before I work on a header file. 2013-12-16 00:45:43 +09:00
elm_thumb.c elm: Removed unnecessary null check for evas_object_del. 2014-01-22 10:54:52 +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 Revert "Fix elementary building when --disable-ethumb is passed in." 2013-08-12 13:26:53 +01:00
elm_thumb_eo.h thumb: typo in Eo OP_ID name 2013-11-17 13:23:17 +02:00
elm_thumb_legacy.h elm_thumb: Add support for ethumb formatting and size manipulation. 2013-08-11 23:30:27 -05:00
elm_toolbar.c toolbar: Fixed wrong parameter for elm_widget_sub_object_del. 2014-03-20 02:13:41 +09:00
elm_toolbar.h elm headers: fixed documentation about elm_object_item supports. 2013-09-18 01:56:16 +09:00
elm_toolbar_common.h Elementary: Split headers for widgets. 2013-04-29 15:42:08 +03:00
elm_toolbar_eo.h fixed documentation for consistency. Gets -> Get. 2013-08-22 05:24:46 +09:00
elm_toolbar_legacy.h image/layout/toolbar: fixed documentations which use non-existing APIs. 2013-12-07 03:12:49 +09:00
elm_tooltip.h clear up the documentation of tooltip 2014-03-20 20:12:02 +09:00
elm_transit.c transit - elm_transit_del() allows null pass. 2014-03-07 13:35:06 +09:00
elm_transit.h elementary/transit - removed white trailing 2013-02-28 18:17:24 +09: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 Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_video.h panel, video, web, web2: added focused, unfocused smart callback documentation. 2013-06-10 14:37:47 +09:00
elm_video_eo.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_video_legacy.h Elementary: Split headers for Map, Menu, Panel, Panes, Photocam, Plug, 2013-04-28 13:55:41 +03:00
elm_web.c Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_web.h web/web2 : Deprecated uri. url will be used instead. 2013-06-13 10:30:10 +09:00
elm_web2.c elm_web2: Implemented to support HTML5 fullscreen API 2014-03-13 00:45:37 +09:00
elm_web_common.h elm_web: Moved legacy APIs from elm_web_common.h to elm_web_legacy.h 2014-03-18 02:42:58 +09:00
elm_web_eo.h web: Added elm_web_html_string_load() to load html string as the content 2013-12-27 22:37:49 +09:00
elm_web_legacy.h elm_web: Moved legacy APIs from elm_web_common.h to elm_web_legacy.h 2014-03-18 02:42:58 +09:00
elm_widget.c focus: Added optional focus feature - focus movement by mouse_in. 2014-03-23 02:04:16 +09:00
elm_widget.eo Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_widget.h Eolian: Integration of Elm Widget 2014-03-17 09:03:56 +02:00
elm_widget_actionslider.h Eolian: Integration of Actionslider 2014-03-19 07:04:34 +02:00
elm_widget_bg.h Eolian: Integration of Bg 2014-03-20 07:33:56 +02:00
elm_widget_box.h Eolian: Integration of Box 2014-03-20 15:19:49 +02:00
elm_widget_bubble.h Eolian: Integration of Bubble 2014-03-20 15:19:49 +02:00
elm_widget_button.h Eolian: Integration of Button 2014-03-20 15:19:49 +02:00
elm_widget_calendar.h Eolian: Integration of Calendar 2014-03-20 15:19:49 +02:00
elm_widget_check.h Eolian: Integration of Check 2014-03-20 15:19:49 +02:00
elm_widget_clock.h Eolian: Integration of Clock 2014-03-20 15:19:49 +02:00
elm_widget_colorselector.h Eolian: Integration of Color Selector 2014-03-20 15:19:49 +02:00
elm_widget_conform.h Eolian: Integration of Conformant 2014-03-20 15:19:49 +02:00
elm_widget_container.h Eolian: Integration of Container 2014-03-17 09:03:56 +02:00
elm_widget_ctxpopup.h Eolian: Integration of Ctx Popup 2014-03-20 15:19:50 +02:00
elm_widget_datetime.h Eolian: Integration of Datetime 2014-03-20 15:19:50 +02:00
elm_widget_dayselector.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_diskselector.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_entry.h Fix bug of moving cursor handler 2014-03-06 20:14:11 +09:00
elm_widget_fileselector.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_fileselector_button.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_fileselector_entry.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_flip.h flip, index: Renamed smart data member 'down' to 'mouse_down' and used 2014-03-22 17:54:49 +09:00
elm_widget_flipselector.h flipselector: Remove unused variable of Elm_Flipselector_Item 2014-01-17 00:19:49 +09:00
elm_widget_frame.h Eolian: Integration of Frame 2014-03-18 09:01:28 +02:00
elm_widget_gengrid.h gengrid: Fixed broken gengrid item focus support. 2014-03-22 23:51:52 +09:00
elm_widget_genlist.h genlist: Refactor event_block_rect handling routine. 2014-03-09 04:48:21 +09:00
elm_widget_glview.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_grid.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_hover.h Eolian: Integration of Hover 2014-03-18 09:02:03 +02:00
elm_widget_hoversel.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_icon.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_image.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_index.h flip, index: Renamed smart data member 'down' to 'mouse_down' and used 2014-03-22 17:54:49 +09:00
elm_widget_inwin.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_label.h Label: add 2 new api for setting the slide animation speed. 2014-02-10 00:13:03 +01:00
elm_widget_layout.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_list.h list: Fixed item focus logic correctly by checking mouse down instead 2014-03-22 18:01:22 +09:00
elm_widget_map.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_mapbuf.h mapbuf - don't leave the dangling static map pointer that won't be freed. 2014-02-04 10:27:48 +09:00
elm_widget_menu.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_multibuttonentry.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_naviframe.h naviframe: Fix to set only top view to be focusable 2014-02-17 21:03:01 +09:00
elm_widget_notify.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_panel.h Ship missing headers, and remove wrong includes 2014-03-12 14:30:21 +00:00
elm_widget_panes.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_photo.h elm: fixed up the comments after the struct member. 2014-02-10 22:27:08 +09:00
elm_widget_photocam.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_player.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_plug.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_popup.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_prefs.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_progressbar.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_radio.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_route.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_scroller.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_segment_control.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_separator.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_slider.h @fix broken slider popup hide logic 2014-03-02 15:38:42 -05:00
elm_widget_slideshow.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_spinner.h elm: fixed up the comments after the struct member. 2014-02-10 22:27:08 +09:00
elm_widget_table.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_thumb.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_toolbar.h Ship missing headers, and remove wrong includes 2014-03-12 14:30:21 +00:00
elm_widget_video.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_widget_web.h elm_widget_xxx.h: Adopt EINA_UNLIKELY and fix indentation in FOO_DATA_GET macros. 2014-01-16 03:34:55 +09:00
elm_win.c focus: Set the focus target as NULL on focus highlight init. 2014-03-23 00:42:59 +09:00
elm_win.h win: added a suggestion to call window object evas_object_show() after 2013-12-15 04:26:22 +09:00
elm_win_common.h win - revert the revert. 1974aff066a10df59750a6d52fd9933333eb0ee3 2014-03-22 15:40:07 +09:00
elm_win_eo.h Revert "Revert "win: Add a API, elm_win_type_get."" 2014-03-22 15:17:00 +09:00
elm_win_legacy.h Revert "Revert "win: Add a API, elm_win_type_get."" 2014-03-22 15:17:00 +09:00
els_box.c els_box: Used Eina_Bool instead of int for the parameters of _els_box_layout 2014-01-14 03:26:16 +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 els_cursor: Fix crash when changing cursor since rELMb515c7477910 2014-02-28 20:16:20 +09:00
els_tooltip.c clear up the documentation of tooltip 2014-03-20 20:12:02 +09:00
elu_ews_wm.c elm: Changed __UNUSED__ to EINA_UNUSED. 2014-01-06 23:33:57 +09:00