efl/src/lib/elementary
Sungtaek Hong 82a955be90 elm_entry: use layout text/content aliases when text_set/get content_set/get/unset
Summary:
- elm_entry has elm.guide text part and it can be set by "guide".
- However when using text_aliases_get, this cannot be found.
- Add elm_obj_elm_layout_part_aliasing_eval() internal APIs to make entry
  use proper aliases.

Test Plan:
1. Run elementary test
           2. Observe search entry has guide text with "guide" part.
           3. Run Entry 8.
           4. Observe "elm.guide" part also works.
           5. Observe "icon" and "end" part works.

Reviewers: id213sin, herdsman, jpeg

Reviewed By: jpeg

Subscribers: conr2d, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4962
2017-06-30 14:37:54 +09:00
..
.gitignore cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Elementary.h introduce efl_ui_focus_manager_root_focus 2017-05-26 21:34:24 +02:00
Elementary.hh cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Elementary_Cursor.h
Elementary_Options.h.in elementary: split up the build options from the main header 2016-10-27 13:27:25 +02:00
efl_config_global.eo docs: elm: fill gaps in config, efl_ui_win and actionslider eo file documentation 2016-11-24 15:33:10 +01:00
efl_ui_box.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_box.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_box_flow.c eo/elm: Simplify box/grid EO API 2017-04-18 15:34:29 +09:00
efl_ui_box_flow.eo eo/elm: Simplify box/grid EO API 2017-04-18 15:34:29 +09:00
efl_ui_box_layout.c eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ. 2017-01-06 15:58:46 -08:00
efl_ui_box_private.h eo/elm: Simplify box/grid EO API 2017-04-18 15:34:29 +09:00
efl_ui_box_stack.c eo/elm: Simplify box/grid EO API 2017-04-18 15:34:29 +09:00
efl_ui_box_stack.eo eo/elm: Simplify box/grid EO API 2017-04-18 15:34:29 +09:00
efl_ui_button.c Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
efl_ui_button.eo rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
efl_ui_button_eo.h rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
efl_ui_button_internal_part.eo rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
efl_ui_button_private.h rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
efl_ui_check.c Efl.Ui.Check: rename data get macros 2017-06-16 16:32:37 +09:00
efl_ui_check.eo rename elm_check to Efl.Ui.Check 2017-05-22 12:13:13 +09:00
efl_ui_check_eo.h elm_check: make sure of the correct naming of header files 2017-05-22 12:13:17 +09:00
efl_ui_check_private.h Efl.Ui.Check: rename data get macros 2017-06-16 16:32:37 +09:00
efl_ui_clock.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_clock.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_clock.h efl_ui_clock: Merge datetime/dayselector/clock widgets into efl_ui_clock. 2016-11-03 12:00:17 +05:30
efl_ui_clock_private.h elm: Efl.Ui.clock: use efl_isa instead. 2016-11-15 19:59:06 +05:30
efl_ui_flip.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_flip.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_flip_eo.h elm: efl_ui_flip: add fl_ui_flip_eo.h redirection header lost during rename 2016-06-09 16:18:28 +02:00
efl_ui_flip_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
efl_ui_flip_legacy.h New flip mode called ELM_FLIP_CROSS_FADE 2016-10-21 14:13:00 +09:00
efl_ui_focus_manager.c efl_ui_focus_manager: use focus geometry for the shortest distance 2017-06-10 18:03:08 +02:00
efl_ui_focus_manager.eo efl_ui_focus_manager: enhance documentation of the semantics of that 2017-06-10 18:03:08 +02:00
efl_ui_focus_manager_root_focus.c introduce efl_ui_focus_manager_root_focus 2017-05-26 21:34:24 +02:00
efl_ui_focus_manager_root_focus.eo introduce efl_ui_focus_manager_root_focus 2017-05-26 21:34:24 +02:00
efl_ui_focus_manager_sub.c efl_ui_focus_manager: specify the event in the same way evas does 2017-05-04 20:44:42 +02:00
efl_ui_focus_manager_sub.eo efl_ui_focus_manager_sub: replace a wrong comment 2017-05-04 20:44:42 +02:00
efl_ui_focus_object.c efl_ui_focus_object: that definition is not needed. 2017-05-04 20:44:42 +02:00
efl_ui_focus_object.eo efl_ui_focus_manager: rename api from geometry to focus_geometry 2017-05-04 20:44:41 +02:00
efl_ui_focus_user.eo focus: Review EO file and adjust doc a bit 2017-04-21 15:11:51 +09:00
efl_ui_frame.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_frame.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_frame_eo.h elm: efl_ui_frame: add back last efl_ui_frame_eo.h header 2016-07-07 12:22:12 +02:00
efl_ui_frame_legacy.h elm_frame: updated the eo prefix and documentation 2016-07-04 20:21:12 +09:00
efl_ui_grid.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
efl_ui_grid.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_grid_private.h eo/elm: Simplify box/grid EO API 2017-04-18 15:34:29 +09:00
efl_ui_grid_static.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
efl_ui_grid_static.eo eo/elm: Simplify box/grid EO API 2017-04-18 15:34:29 +09:00
efl_ui_image.c widget: Implement scale from Efl.Ui.Base 2017-06-12 11:50:30 +09:00
efl_ui_image.eo edje: Reshuffle a bit edje_object.eo 2017-05-31 18:42:28 +09:00
efl_ui_image_factory.c efl model: Fix invalid type in EO 2017-05-17 15:32:04 +09:00
efl_ui_image_factory.eo docs: elm: document new efl UI image factory class 2017-02-09 14:47:21 +01:00
efl_ui_image_zoomable.c Efl.Ui.Image.Zoomable: move legacy APIs at the bottom of the file. 2017-06-23 13:11:54 +09:00
efl_ui_image_zoomable.eo Efl.Ui.Image.Zoomable: inherit elm.widget as class 2017-06-08 17:39:45 +09:00
efl_ui_image_zoomable_eo.h elm: rename elm_photocam to Efl.Ui.Image.Zoomable 2017-05-29 14:52:36 +09:00
efl_ui_image_zoomable_pan.eo elm: rename elm_photocam to Efl.Ui.Image.Zoomable 2017-05-29 14:52:36 +09:00
efl_ui_image_zoomable_private.h Efl.Ui.Image.Zoomable: rename data get macros 2017-06-23 09:15:21 +09:00
efl_ui_internal_text_interactive.c Text cursor: fix macOS build. 2017-06-12 13:46:48 +03:00
efl_ui_internal_text_interactive.eo Ui text: use 'wrap' and 'multiline' properties 2017-05-28 15:34:26 +03:00
efl_ui_internal_text_interactive.h Ui text interactive: introduce this new object (rebase squash) 2016-06-16 19:15:20 +01:00
efl_ui_layout_internal_box.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
efl_ui_layout_internal_table.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
efl_ui_nstate.c rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
efl_ui_nstate.eo rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
efl_ui_nstate.h elm: rename Elm.Nstate to Efl.Ui.Nstate 2016-05-10 12:41:03 +05:30
efl_ui_progressbar.c Efl.Ui.Progressbar: rename data get macros. 2017-06-16 16:32:46 +09:00
efl_ui_progressbar.eo intf: range: rename unit_format to range_unit_format 2017-06-15 13:57:45 +09:00
efl_ui_progressbar_eo.h elm: rename elm_progressbar to Efl.Ui.Progressbar 2017-05-23 19:05:48 +09:00
efl_ui_progressbar_internal_part.eo intf: rename progress to range 2017-06-15 13:57:45 +09:00
efl_ui_progressbar_private.h Efl.Ui.Progressbar: rename data get macros. 2017-06-16 16:32:46 +09:00
efl_ui_radio.c elm_radio, elc_multibuttonentry, elm_colorselector: "checked" signal sent 2017-06-14 13:04:52 +09:00
efl_ui_radio.eo Efl.Ui.Radio: correct the 'changed' event name 2017-05-23 15:42:02 +09:00
efl_ui_radio_eo.h rename elm_radio to Efl.Ui.Radio 2017-05-22 19:21:28 +09:00
efl_ui_radio_private.h rename elm_radio to Efl.Ui.Radio 2017-05-22 19:21:28 +09:00
efl_ui_slider.c Efl.Ui.Slider: implement slider internal part class 2017-06-22 18:50:02 +09:00
efl_ui_slider.eo Efl.Ui.Slider: implement slider internal part class 2017-06-22 18:50:02 +09:00
efl_ui_slider_eo.h elm: rename elm slider to Efl.Ui.Slider 2017-06-12 16:45:47 +09:00
efl_ui_slider_internal_part.eo Efl.Ui.Slider: implement slider internal part class 2017-06-22 18:50:02 +09:00
efl_ui_slider_private.h Efl.Ui.Slider: rename data get macros 2017-06-16 16:32:29 +09:00
efl_ui_text.c Ui text: defer region show to job 2017-06-21 11:29:34 +03:00
efl_ui_text.eo Text cursor: add interface and implement in Canvas.Text 2017-06-11 23:58:52 +03:00
efl_ui_text_editable.eo docs: efl_ui: fill gaps in efl_ui eo file documentation 2016-11-17 12:52:44 +01:00
efl_ui_text_interactive.eo Text cursor: add interface and implement in Canvas.Text 2017-06-11 23:58:52 +03:00
efl_ui_video.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_video.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
efl_ui_video.h efl_ui_video: convert elm_video to efl_ui_video 2016-06-23 10:05:09 -07:00
efl_ui_video_eo.h efl_ui_video: convert elm_video to efl_ui_video 2016-06-23 10:05:09 -07:00
efl_ui_video_legacy.h elm video: correct api 2016-08-16 12:36:26 +09:00
efl_ui_video_private.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
efl_ui_widget_flip.h efl_ui_flip: fix wrong define 2017-02-07 13:36:19 -08:00
efl_ui_widget_frame.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
efl_ui_widget_image.h efl_ui_image: fix wrong define 2017-02-07 13:36:42 -08:00
efl_ui_win.c elm_win: access wl seats in a more portable way 2017-06-23 17:43:44 -04:00
efl_ui_win.eo win: Implement Efl.Canvas device & seat get 2017-06-15 17:35:44 +09:00
efl_ui_win_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elc_combobox.c widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elc_combobox.h
elc_combobox_legacy.h
elc_ctxpopup.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elc_ctxpopup.h
elc_ctxpopup_eo.h
elc_ctxpopup_legacy.h Menu,Item Interface: Common interface for menu, toolbar and ctxpopup 2016-11-30 17:59:56 +09:00
elc_fileselector.c widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elc_fileselector.h
elc_fileselector_button.c widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elc_fileselector_button.h elm: Fix elementary uninstalled eo headers 2016-10-27 10:00:08 +09:00
elc_fileselector_button_legacy.h fileselector button: Move EO APIs to legacy 2016-05-25 15:00:34 +09:00
elc_fileselector_common.h efl api release - fix exposing of eo api types for elm fileselector 2016-08-12 18:04:54 +02:00
elc_fileselector_entry.c widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elc_fileselector_entry.h elm: Fix elementary uninstalled eo headers 2016-10-27 10:00:08 +09:00
elc_fileselector_entry_legacy.h fileselector entry: Move EO API to legacy 2016-05-25 15:00:34 +09:00
elc_fileselector_eo.h
elc_fileselector_legacy.h
elc_hoversel.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elc_hoversel.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elc_hoversel_legacy.h
elc_multibuttonentry.c Elm layout: fix broken text part name resolving 2017-06-30 00:20:10 +03:00
elc_multibuttonentry.h
elc_multibuttonentry_common.h
elc_multibuttonentry_eo.h
elc_multibuttonentry_legacy.h
elc_naviframe.c elm_naviframe: this is not handling focus 2017-06-10 18:03:08 +02:00
elc_naviframe.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elc_naviframe_common.h
elc_naviframe_legacy.h
elc_player.c widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elc_popup.c Elm layout: fix broken text part name resolving 2017-06-30 00:20:10 +03:00
elc_popup.h elc_popup: support siganl emit for the main layout of popup 2016-04-05 10:16:38 +05:30
elc_popup_eo.h
elc_popup_legacy.h
elc_scrolled_entry.c
elementary_config.h evas: Mark group_add/del as internal 2016-10-12 11:47:50 +09:00
elementary_js.cc elm: Remove elm app client/server implementation & APIs 2016-10-20 14:55:48 +09:00
elm_access.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_access.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_access.h elm: Fix compilation of other apps (elm_access.eo.h) 2016-10-26 19:05:22 +09:00
elm_actionslider.c Elm layout: fix broken text part name resolving 2017-06-30 00:20:10 +03:00
elm_actionslider.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_actionslider.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_actionslider_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_actionslider_legacy.h
elm_app.h
elm_atspi_app_object.c [elementary][atspi] change accessible description to char* from const char* 2016-11-10 11:11:48 +09:00
elm_atspi_app_object.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_atspi_app_object.h
elm_atspi_bridge.c elementary: atspi accepts UTF-8 text 2016-12-08 23:22:10 +09:00
elm_atspi_bridge.eo docs: harmonize AT-SPI writing in all eo files. 2016-11-04 12:28:11 +01:00
elm_atspi_bridge.h
elm_authors.h
elm_bg.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_bg.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_bg.h
elm_bg_eo.h
elm_bg_legacy.h
elm_box.c elm_box: unpack objects from internal evas box before elm reparent 2017-06-23 17:43:44 -04:00
elm_box.eo ecore: Remove ecore_types.eot 2017-05-29 10:49:16 +09:00
elm_box.h Elm: Don't install box, table and grid eo files 2016-04-20 20:39:58 +09:00
elm_box_common.h
elm_box_legacy.h elm: Remove elm_box_layout_set from EO 2017-05-24 15:24:13 +09:00
elm_bubble.c Elm layout: fix broken text part name resolving 2017-06-30 00:20:10 +03:00
elm_bubble.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_bubble.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_bubble_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_bubble_legacy.h
elm_button.h rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
elm_button_legacy.h rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
elm_cache.h
elm_calendar.c elementary: refactor day handling in calendar to just use unsigned char. 2017-06-05 13:42:08 -07:00
elm_calendar.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_calendar.h
elm_calendar_common.h
elm_calendar_eo.h
elm_calendar_legacy.h elm/calendar: add APIs for minimum and maximum values for the date 2016-11-17 17:40:12 -08:00
elm_check.h elm_check: make sure of the correct naming of header files 2017-05-22 12:13:17 +09:00
elm_check_legacy.h rename elm_check to Efl.Ui.Check 2017-05-22 12:13:13 +09:00
elm_clock.c widget: Implement scale from Efl.Ui.Base 2017-06-12 11:50:30 +09:00
elm_clock.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_clock.h
elm_clock_eo.h
elm_clock_legacy.h
elm_cnp.c cnp: Fix copy & paste in inwin inside wayland 2017-06-15 17:35:44 +09:00
elm_cnp.h elementary: fix global declaration 2017-05-22 19:39:10 +02:00
elm_code.c elm_code: remove unneeded init code. 2017-01-01 20:10:07 +00:00
elm_code.h elm_code: Add initial simple syntax highlighting for C code 2017-01-20 22:11:01 +00:00
elm_code_common.h elm_code: Add a matched token so we can highlight searches 2017-06-26 22:17:07 +01:00
elm_code_diff_widget.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
elm_code_diff_widget.h elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_file.c Revert "elm_code: Add a save_as API call for writing buffers to a new file" 2017-05-18 08:40:43 +01:00
elm_code_file.h Revert "elm_code: Add a save_as API call for writing buffers to a new file" 2017-05-18 08:40:43 +01:00
elm_code_indent.c elm_code: Another Coverity fix, better this time. 2017-02-19 14:15:29 +00:00
elm_code_indent.h elm_code: refactor auto indent about brace matching 2017-01-01 14:45:30 +00:00
elm_code_line.c elm_code: Fix crashes with backspace on OpenBSD 2017-04-05 23:59:23 +01:00
elm_code_line.h elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_parse.c elementary: fix tests build. 2017-03-06 17:03:19 -08:00
elm_code_parse.h elm_code: Add initial simple syntax highlighting for C code 2017-01-20 22:11:01 +00:00
elm_code_private.h elm_code: Add initial simple syntax highlighting for C code 2017-01-20 22:11:01 +00:00
elm_code_syntax.c elm_code: Fix missing syntax for .eo files 2017-03-04 15:42:33 +00:00
elm_code_syntax.h elm_code: Add initial simple syntax highlighting for C code 2017-01-20 22:11:01 +00:00
elm_code_text.c elm_code: better safety around widget edge cases 2017-04-05 22:40:43 +01:00
elm_code_text.h elm_code: Slightly smarter indent logic 2016-11-27 23:15:46 +00:00
elm_code_widget.c elm_code: fix whitespace highlighting 2017-06-27 16:19:16 +01:00
elm_code_widget.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_code_widget_legacy.h elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_widget_private.h elm_code: Expose API for inserting text at cursor 2017-05-03 08:17:06 +01:00
elm_code_widget_selection.c elm_code: Fix a compilation warning 2017-06-29 16:02:36 +09:00
elm_code_widget_selection.h fix issue with patch D4981 2017-06-25 10:43:26 +01:00
elm_code_widget_text.c elm_code: Fix off by 1 in selection refactor 2017-05-17 08:33:52 +01:00
elm_code_widget_undo.c elm_code: Expose API for inserting text at cursor 2017-05-03 08:17:06 +01:00
elm_color_class.c Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
elm_color_class.h
elm_color_item.eo elm_colorselector: Improve ATSPI support 2017-06-03 17:28:30 +09:00
elm_colorselector.c elm_radio, elc_multibuttonentry, elm_colorselector: "checked" signal sent 2017-06-14 13:04:52 +09:00
elm_colorselector.eo elm_colorselector: Improve ATSPI support 2017-06-03 17:28:30 +09:00
elm_colorselector.h
elm_colorselector_common.h
elm_colorselector_eo.h
elm_colorselector_legacy.h
elm_combobox.eo rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
elm_config.c elm config: add more NULL check 2017-06-14 10:44:39 +09:00
elm_config.h efl api release - fix @since in new elm config apis 2016-08-12 18:04:54 +02:00
elm_conform.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_conform.h
elm_conform_eo.h
elm_conform_legacy.h
elm_conformant.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_ctxpopup.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_ctxpopup_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_ctxpopup_item.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
elm_cursor.h
elm_datetime.c elm/datetime: default case for default value 2016-11-17 17:40:12 -08:00
elm_datetime.h elm: remove datetime widget internal code 2016-11-09 16:13:38 +05:30
elm_dayselector.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_dayselector.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_dayselector.h
elm_dayselector_eo.h
elm_dayselector_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_dayselector_item.eo docs: elm_dayselector: fill gaps in elm_dayslector eo file documentation 2016-11-22 10:41:04 +01:00
elm_dayselector_legacy.h
elm_dbus_menu.c eldbus - fix warning for possibly undefined value being sent 2016-12-28 18:51:33 +09:00
elm_debug.h
elm_deprecated.h elm_win: Fix ABI break with missing EAPIs 2016-08-12 08:11:54 +09:00
elm_diskselector.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_diskselector.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_diskselector.h elm: Fix elementary uninstalled eo headers 2016-10-27 10:00:08 +09:00
elm_diskselector_common.h
elm_diskselector_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_diskselector_legacy.h
elm_entry.c elm_entry: use layout text/content aliases when text_set/get content_set/get/unset 2017-06-30 14:37:54 +09:00
elm_entry.eo elm_entry: use layout text/content aliases when text_set/get content_set/get/unset 2017-06-30 14:37:54 +09:00
elm_entry.h
elm_entry_common.h Ui text: introduce this new text widget 2016-06-16 19:15:20 +01:00
elm_entry_eo.h
elm_entry_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_entry_legacy.h
elm_factory.c Evas/Edje/Elm: Use combined_min instead of min everywhere 2016-06-09 16:37:49 +09:00
elm_factory.h
elm_fileselector.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_fileselector_button.eo rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
elm_fileselector_entry.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_fileselector_entry_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_fileselector_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_finger.h
elm_flip.h elm: efl_ui_flip: add fl_ui_flip_eo.h redirection header lost during rename 2016-06-09 16:18:28 +02:00
elm_flip_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_flipselector.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_flipselector.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_flipselector.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_flipselector_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_flipselector_legacy.h spin interface: common interface for flipselector and spinner 2016-04-29 18:56:51 -07:00
elm_focus.h
elm_focus_item.h
elm_font.c
elm_font.h
elm_frame.h elm: efl_ui_frame: add back last efl_ui_frame_eo.h header 2016-07-07 12:22:12 +02:00
elm_gen.h gengrid: implement reusable content based on genlist implementation 2017-06-23 17:43:44 -04:00
elm_gen_common.h
elm_general.eot docs: elm: add description for external Elm.Glob.Match_Flags 2017-06-02 09:21:11 +02:00
elm_general.h elm: rename globally used variable 'ret' to prevent shadow warnings 2016-09-27 10:50:55 -04:00
elm_gengrid.c elm_list/genlist/gengrid: don't unselect items when moving the mouse out of them 2017-06-23 17:43:44 -04:00
elm_gengrid.eo elm: move Elm.Glob.Match_Flags extern into a single place 2017-06-02 09:21:11 +02:00
elm_gengrid.h
elm_gengrid_common.h
elm_gengrid_eo.h
elm_gengrid_item.eo elm: Remove some of Gen_Item types from EO 2017-05-17 15:32:04 +09:00
elm_gengrid_legacy.h
elm_gengrid_pan.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
elm_genlist.c genlist: move to next focusable/selectable item when looping 2017-06-30 12:21:20 +09:00
elm_genlist.eo elm: move Elm.Glob.Match_Flags extern into a single place 2017-06-02 09:21:11 +02:00
elm_genlist.h
elm_genlist_common.h
elm_genlist_eo.h
elm_genlist_item.eo elm: Remove some of Gen_Item types from EO 2017-05-17 15:32:04 +09:00
elm_genlist_legacy.h
elm_genlist_pan.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_gesture_layer.c elementary: reuse code by relying on switch case statement fallthrough. 2017-06-05 12:07:57 -07:00
elm_gesture_layer.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_gesture_layer.h
elm_gesture_layer_common.h elm gesture layer: add check for negative input tap start timeout. 2017-02-07 13:37:14 -08:00
elm_gesture_layer_eo.h
elm_gesture_layer_extra_gestures.c
elm_gesture_layer_legacy.h
elm_getting_started.h
elm_glview.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_glview.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_glview.h
elm_glview_common.h
elm_glview_eo.h
elm_glview_legacy.h
elm_grid.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_grid.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_grid.h Elm: Don't install box, table and grid eo files 2016-04-20 20:39:58 +09:00
elm_grid_legacy.h
elm_helper.c Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
elm_helper.h Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
elm_hover.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_hover.eo elm_widget: add factory method to the widget 2017-06-09 10:16:19 +02:00
elm_hover.h
elm_hover_eo.h
elm_hover_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_hover_legacy.h
elm_hoversel.eo rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
elm_hoversel_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_icon.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_icon.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_icon.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_icon_legacy.h elm_icon: Mark lookup_order functions as deprecated 2016-07-06 11:43:11 +09:00
elm_image.h elm_image: Add smart cbs for async open 2016-09-23 11:28:14 +09:00
elm_image_eo.h elm: Fix build (use efl_ui_image.eo) 2016-05-31 20:51:31 +09:00
elm_image_legacy.h widget: Implement scale from Efl.Ui.Base 2017-06-12 11:50:30 +09:00
elm_index.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_index.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_index.h
elm_index_eo.h
elm_index_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_index_legacy.h Index : Use orientation interface APIs instead of horizontal set/get APIs 2016-05-18 18:33:53 +09:00
elm_interface_atspi_accessible.c elementary: implement destructor in atspi mixin 2016-11-14 11:10:59 -08:00
elm_interface_atspi_accessible.eo elementary: enhance atspi accessible documentation 2017-03-17 16:53:23 +09:00
elm_interface_atspi_accessible.h atspi: fix state macros 2016-09-20 15:01:48 -07:00
elm_interface_atspi_action.c
elm_interface_atspi_action.eo eolian: change eo file syntax @virtual_pure -> @pure_virtual 2017-01-13 15:44:09 +01:00
elm_interface_atspi_component.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_interface_atspi_component.eo docs: elm_atspi: fill gaps in elm_atspi eo file documentation 2016-11-21 13:57:50 +01:00
elm_interface_atspi_image.c Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
elm_interface_atspi_image.eo eolian: change eo file syntax @virtual_pure -> @pure_virtual 2017-01-13 15:44:09 +01:00
elm_interface_atspi_selection.c
elm_interface_atspi_selection.eo docs: elm_atspi: add docs for elm atspi interfaces 2016-11-04 12:28:11 +01:00
elm_interface_atspi_text.c
elm_interface_atspi_text.eo docs: elm_atspi: fill gaps in elm_atspi eo file documentation 2016-11-21 13:57:50 +01:00
elm_interface_atspi_text.h
elm_interface_atspi_text_editable.c Elm interface atspi editable text: Fix namespacing. 2016-05-12 11:45:46 +01:00
elm_interface_atspi_text_editable.eo docs: elm_atspi: add docs for elm atspi interfaces 2016-11-04 12:28:11 +01:00
elm_interface_atspi_value.c
elm_interface_atspi_value.eo docs: elm_atspi: fill gaps in elm_atspi eo file documentation 2016-11-21 13:57:50 +01:00
elm_interface_atspi_widget_action.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_interface_atspi_widget_action.eo eolian: change eo file syntax @virtual_pure -> @pure_virtual 2017-01-13 15:44:09 +01:00
elm_interface_atspi_widget_action.h
elm_interface_atspi_window.c
elm_interface_atspi_window.eo docs: elm_atspi: add docs for elm atspi interfaces 2016-11-04 12:28:11 +01:00
elm_interface_atspi_window.h
elm_interface_fileselector.c
elm_interface_fileselector.eo evas: Remove unnecessary imports of evas_types 2017-05-16 20:47:49 +09:00
elm_interface_fileselector.h elm fileselector: fix legacy methods for Entry and Button 2016-09-14 21:04:00 -03:00
elm_interface_scrollable.c elm_widget: add factory method to the widget 2017-06-09 10:16:19 +02:00
elm_interface_scrollable.eo elm_widget: add factory method to the widget 2017-06-09 10:16:19 +02:00
elm_interface_scrollable.h elm_interface_scrollable: use the submanager to register the children 2017-04-20 14:38:58 +02:00
elm_interfaces.h Elm interface atspi editable text: Fix namespacing. 2016-05-12 11:45:46 +01:00
elm_inwin.c elm_inwin: set the redirect manager on the correct object 2017-06-10 18:03:08 +02:00
elm_inwin.eo elm_widget: add factory method to the widget 2017-06-09 10:16:19 +02:00
elm_inwin.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_inwin_legacy.h
elm_label.c Elm layout: fix broken text part name resolving 2017-06-30 00:20:10 +03:00
elm_label.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_label.h
elm_label_eo.h
elm_label_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_label_legacy.h
elm_layout.c elm_entry: use layout text/content aliases when text_set/get content_set/get/unset 2017-06-30 14:37:54 +09:00
elm_layout.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_layout.h
elm_layout_common.h
elm_layout_eo.h
elm_layout_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_layout_legacy.h Layout/legacy: rename object type 2017-06-05 11:49:08 +03:00
elm_layout_pack.c Rename efl_self to efl_added 2016-09-05 16:59:56 +01:00
elm_list.c elm_list/genlist/gengrid: don't unselect items when moving the mouse out of them 2017-06-23 17:43:44 -04:00
elm_list.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_list.h
elm_list_eo.h
elm_list_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_list_legacy.h
elm_macros.h sclae : add the feature for rounding off 2016-05-19 11:13:36 +09:00
elm_main.c widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elm_map.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_map.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_map.h elm map: Fix broken link to openstreetmap.org 2017-06-09 14:31:33 +09:00
elm_map_common.h
elm_map_eo.h
elm_map_legacy.h
elm_map_pan.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
elm_mapbuf.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_mapbuf.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_mapbuf.h elementary: mapbuf is legacy for now and should be automatic in the future. 2016-05-17 05:17:53 -07:00
elm_mapbuf_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_mapbuf_legacy.h
elm_menu.c elementary: fix typos and warnings in my menu changes 2017-06-18 16:17:09 +01:00
elm_menu.eo elementary: fix typos and warnings in my menu changes 2017-06-18 16:17:09 +01:00
elm_menu.h
elm_menu_eo.h
elm_menu_item.eo eolian: enforce specification of both get and set in prop impls 2017-01-11 16:38:41 +01:00
elm_menu_legacy.h Menu,Item Interface: Common interface for menu, toolbar and ctxpopup 2016-11-30 17:59:56 +09:00
elm_mirroring.h
elm_module.c Revert "efl: terrible kludge so avoid termination crash on osx" 2017-04-13 16:11:39 +02:00
elm_multibuttonentry.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_multibuttonentry_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_multibuttonentry_item.eo elc_multibuttonentry: role of MBE item, MBE updated, and state_set_get API added. 2017-06-05 13:56:45 -07:00
elm_naviframe.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_naviframe_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_naviframe_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_need.h
elm_notify.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_notify.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_notify.h
elm_notify_common.h
elm_notify_eo.h
elm_notify_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_notify_legacy.h
elm_object.h Revert "access: add API to get access object of given part" 2016-07-25 18:01:37 +02:00
elm_object_item.h elm: object_item: add guards to include eo and legacy header only when allowed 2016-07-29 12:04:13 +02:00
elm_pan.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_panel.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_panel.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_panel.h elm_panel : add a toggled event triggered when panel toggled in any way. 2016-08-16 16:14:21 +09:00
elm_panel_common.h
elm_panel_eo.h
elm_panel_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_panel_legacy.h
elm_panes.c elm_panes: Refactoring of focus_next 2017-06-15 21:51:35 +09:00
elm_panes.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_panes.h
elm_panes_eo.h
elm_panes_legacy.h Panes: Use orientation interface APIs instead of horizontal set/get APIs 2016-05-18 00:36:09 +09:00
elm_part_helper.h Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_photo.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_photo.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_photo.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_photo_legacy.h Elm_photo: move api from eo to legacy. 2016-04-11 13:21:05 +08:30
elm_photocam.h elm: rename elm_photocam to Efl.Ui.Image.Zoomable 2017-05-29 14:52:36 +09:00
elm_photocam_legacy.h elm: rename elm_photocam to Efl.Ui.Image.Zoomable 2017-05-29 14:52:36 +09:00
elm_player.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_player_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_plug.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_plug.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_plug.h
elm_plug_eo.h
elm_plug_legacy.h
elm_popup.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_popup_internal_part.eo Elm layout: replace 'text' property with 'efl_part' interface 2017-06-05 02:08:03 +03:00
elm_popup_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_prefs.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_prefs.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_prefs.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_prefs_common.h elementary/elm_prefs: preserve compatibility. 2016-04-28 14:12:16 +09:00
elm_prefs_data.c elementary: reuse code by relying on switch case statement fallthrough. 2017-06-05 12:07:57 -07:00
elm_prefs_data.h prefs: Remove some elm_prefs types from EO 2017-05-17 15:32:03 +09:00
elm_prefs_edd.x
elm_prefs_legacy.h prefs: Remove some elm_prefs types from EO 2017-05-17 15:32:03 +09:00
elm_priv.h Efl.Ui.Image.Zoomable: implement Ui.Image.icon property 2017-06-02 18:32:09 +09:00
elm_progressbar.h elm: rename elm_progressbar to Efl.Ui.Progressbar 2017-05-23 19:05:48 +09:00
elm_progressbar_common.h
elm_progressbar_legacy.h Efl.Ui.Progressbar: Implement Efl.Ui.Progress intf for progressbar part 2017-05-24 19:25:28 +09:00
elm_radio.h rename elm_radio to Efl.Ui.Radio 2017-05-22 19:21:28 +09:00
elm_radio_legacy.h rename elm_radio to Efl.Ui.Radio 2017-05-22 19:21:28 +09:00
elm_removed.h efl_ui_win - teamwork really has issues and i think needs deprecation 2016-12-16 16:16:53 +09:00
elm_route.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_route.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_route.h
elm_route_eo.h
elm_route_legacy.h
elm_scale.h
elm_scroll.h
elm_scroller.c widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elm_scroller.eo scroller: Remove propagate_events to avoid name collision 2017-06-14 15:20:23 +09:00
elm_scroller.h
elm_scroller_eo.h
elm_scroller_internal_part.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_scroller_legacy.h scroller: Remove propagate_events to avoid name collision 2017-06-14 15:20:23 +09:00
elm_segment_control.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_segment_control.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_segment_control.h elm: Fix elementary uninstalled eo headers 2016-10-27 10:00:08 +09:00
elm_segment_control_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_segment_control_legacy.h
elm_separator.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_separator.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_separator.h elm: Fix elementary uninstalled eo headers 2016-10-27 10:00:08 +09:00
elm_separator_legacy.h Separtor: use orientation APIs 2016-05-27 10:11:13 +05:30
elm_slider.h elm: rename elm slider to Efl.Ui.Slider 2017-06-12 16:45:47 +09:00
elm_slider_common.h
elm_slider_legacy.h slider: Fix slider legacy API 2017-06-21 15:40:48 +09:00
elm_slideshow.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_slideshow.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_slideshow.h elm: Fix elementary uninstalled eo headers 2016-10-27 10:00:08 +09:00
elm_slideshow_common.h
elm_slideshow_item.eo docs: elm: fill gaps in segment_control and slideshow eo file documentation 2016-11-24 15:33:09 +01:00
elm_slideshow_legacy.h
elm_spinner.c spinner: don't allow dragging if widget is disabled 2017-06-29 14:43:43 +09:00
elm_spinner.eo spinner: Add signal to notify the value of spinner has been reached at min, max. 2017-05-24 13:31:15 +09:00
elm_spinner.h
elm_spinner_eo.h
elm_spinner_legacy.h spin interface: common interface for flipselector and spinner 2016-04-29 18:56:51 -07:00
elm_store.c Efl object: Rename Eo_Event -> Efl_Event. 2016-08-30 13:34:10 +01:00
elm_store.h
elm_sys_notify.c elementary: avoid crash during shutdown due to Ecore_Event queue. 2017-03-09 16:17:58 -08:00
elm_sys_notify.eo docs: elm_sys_notify: fill gaps in elm_sys_notify eo file documentation 2016-11-22 10:41:04 +01:00
elm_sys_notify.h elm: sys_notify: add guards to inlcude eo and legacy header only when allowed 2016-07-29 12:04:13 +02:00
elm_sys_notify_dbus.c Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_sys_notify_dbus.eo docs: elm_sys_notify: fill gaps in elm_sys_notify eo file documentation 2016-11-22 10:41:04 +01:00
elm_sys_notify_interface.c
elm_sys_notify_interface.eo docs: elm_sys_notify: fill gaps in elm_sys_notify eo file documentation 2016-11-22 10:41:04 +01:00
elm_systray.c elementary: avoid crash during shutdown due to Ecore_Event queue. 2017-03-09 16:17:58 -08:00
elm_systray.eo docs: elm: fill gaps in systray, table, thumb and web eo file documentation 2016-11-24 15:33:09 +01:00
elm_systray.h
elm_systray_common.h
elm_systray_eo.h
elm_systray_watcher.c
elm_systray_watcher.h
elm_table.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_table.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_table.h Elm: Don't install box, table and grid eo files 2016-04-20 20:39:58 +09:00
elm_table_legacy.h
elm_theme.c Efl.Ui.Image.Zoomable: implement Ui.Image.icon property 2017-06-02 18:32:09 +09:00
elm_theme.h
elm_thumb.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_thumb.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_thumb.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_thumb_common.h
elm_thumb_legacy.h Elm_thumb: move all api from eo to legacy 2016-04-11 21:31:42 +08:30
elm_toolbar.c widget: Implement mirrored from Efl.Ui.Base 2017-06-14 11:02:05 +09:00
elm_toolbar.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
elm_toolbar.h
elm_toolbar_common.h
elm_toolbar_eo.h
elm_toolbar_item.eo efl_ui_focus_manager: rename api from geometry to focus_geometry 2017-05-04 20:44:41 +02:00
elm_toolbar_legacy.h Menu,Item Interface: Common interface for menu, toolbar and ctxpopup 2016-11-30 17:59:56 +09:00
elm_tooltip.h elementary: update tooltip documentation 2016-08-29 20:02:51 +02:00
elm_transit.c elementary transit: more optimal api call. 2016-11-04 20:25:24 +09:00
elm_transit.h
elm_util.c
elm_view_form.c elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_view_form.eo docs: elm: fill gaps in separator, view_form and view_list eo file documentation 2016-11-24 15:33:10 +01:00
elm_view_form.h
elm_view_list.c efl: Update Efl.Model to use new Efl_Promise and Efl_Future 2016-09-29 13:12:27 -03:00
elm_view_list.eo docs: elm: fill gaps in separator, view_form and view_list eo file documentation 2016-11-24 15:33:10 +01:00
elm_view_list.h
elm_web.eo eolian: change eo file syntax @virtual_pure -> @pure_virtual 2017-01-13 15:44:09 +01:00
elm_web.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
elm_web2.c ifdef RUN_IN_TREE logic. 2017-02-03 12:36:38 -02:00
elm_web_common.h
elm_web_eo.h
elm_web_legacy.h
elm_widget.c widget: Avoid ERR in elm_object_content_ APIs 2017-06-30 14:37:54 +09:00
elm_widget.eo widget: Move mirrored_automatic to Efl.Ui.Base 2017-06-15 17:35:44 +09:00
elm_widget.h elm_entry: use layout text/content aliases when text_set/get content_set/get/unset 2017-06-30 14:37:54 +09:00
elm_widget_actionslider.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_bg.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_box.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_bubble.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_calendar.h elementary: refactor day handling in calendar to just use unsigned char. 2017-06-05 13:42:08 -07:00
elm_widget_clipper.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_clock.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_colorselector.h elementary: colorselector - apply new focus ui for palette and components items 2016-10-25 14:37:11 -07:00
elm_widget_combobox.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_conform.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_container.h Efl: Introduce Efl.Container and unify APIs 2016-04-26 11:36:23 +09:00
elm_widget_ctxpopup.h Menu,Item Interface: Common interface for menu, toolbar and ctxpopup 2016-11-30 17:59:56 +09:00
elm_widget_dayselector.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_diskselector.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_entry.h elm_entry: Add prediction hint API 2017-06-26 13:44:58 +09:00
elm_widget_fileselector.h fileselector: Add missing call to group_del 2017-02-15 20:11:22 +09:00
elm_widget_fileselector_button.h elm fileselector: fix legacy methods for Entry and Button 2016-09-14 21:04:00 -03:00
elm_widget_fileselector_entry.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_flipselector.h elm_flipselector: fixed flipselector item deletion process 2017-03-31 13:30:53 +09:00
elm_widget_gengrid.h gengrid: implement reusable content based on genlist implementation 2017-06-23 17:43:44 -04:00
elm_widget_genlist.h genlist: (Mostly) fix item index odd/even styles 2017-02-27 09:26:41 +09:00
elm_widget_glview.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_grid.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_hover.h elm_hover: migrate to new focus system 2017-04-20 14:38:58 +02:00
elm_widget_hoversel.h elm hoversel: Delay sizing_eval to prevent too frequent recalculations 2017-06-12 16:21:37 +09:00
elm_widget_icon.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_index.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_inwin.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_item.eo elementary: fix typo on comment 2017-04-23 17:02:14 +09:00
elm_widget_label.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_layout.h efl: add efl_model and efl_ui_view classes 2017-02-06 15:26:21 -08:00
elm_widget_list.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_map.h elm_map: add copyright_cb for osm tile source. 2016-12-06 15:20:13 +09:00
elm_widget_mapbuf.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_menu.h win: Move main menu to the framespace 2016-11-29 16:36:29 +09:00
elm_widget_multibuttonentry.h multibuttonentry : fix box indicated item correctly in item_insert_before and item_insert_after 2017-03-09 16:11:34 +09:00
elm_widget_naviframe.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_widget_notify.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_panel.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_panes.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_photo.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_player.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_plug.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_popup.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_prefs.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_widget_route.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_scroller.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_segment_control.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_separator.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_slideshow.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_spinner.h elm_spinner: change the key event operation on spinner 2016-10-22 12:03:54 +09:00
elm_widget_table.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_thumb.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_widget_toolbar.h focus: update object definition 2017-04-20 14:38:58 +02:00
elm_widget_web.h Eo: Finish the renaming of Eo to the EFL. 2016-08-15 15:07:42 +01:00
elm_win.h efl_ui_win: rename elm_win to efl_ui_win 2016-06-07 23:11:48 +08:30
elm_win_common.h
elm_win_eo.h efl_ui_win: rename elm_win to efl_ui_win 2016-06-07 23:11:48 +08:30
elm_win_legacy.h elm_win: add elm_win_get() 2017-05-19 12:41:16 -04:00
els_box.c elm_box: allow aspects 1 <= x < 0.0 2017-01-13 11:33:59 -05:00
els_box.h
els_cursor.c elm_cursor: store and reapply non-elm cursors when setting an elm cursor 2017-06-23 17:43:44 -04:00
els_tooltip.c els_tooltip: Remove infinite job calls 2017-06-29 17:14:18 +09:00
elu_ews_wm.c