efl/src/lib/elementary
Jean-Philippe Andre d5a31f3f30 edje/elm: Rename _internal_ to _part_ (EO)
In Edje and Elementary, we have part objects, which are what is returned
by the interface efl_part(). Those objects can't be of an opaque type as
this doesn't work nicely with strongly typed languages such as C++ or
C#. In JS, Lua, C the types are weak and mostly runtime-based so it
doesn't matter much.

As a consequence, the documentation and the types need to look nice in
this EO API. Thus, we remove the abusive term "internal" and explicitly
call all those classes "part" something.

Eventually we want the types to be declared in the EO file so bindings
(C#, C++, ...) can generate the proper access methods, returning the
best possible types.

Note that right now a few of those part types are used in the legacy API
but don't actually need to be exposed externally.

This is kind of a mega commit that does all the renaming at once, but
it's really just a big sed operation. The power of good IDEs :)

Ref T5315
Ref T5306
2017-09-13 13:53:49 +09:00
..
.gitignore cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Elementary.h interval slider: Add new interval slider widget 2017-09-12 18:08:42 +09: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
efl_access_component.c elm: rename Elm.Interface.Atspi.Component => Efl.Access.Component 2017-09-12 15:49:29 +09:00
efl_access_component.eo elm: rename Elm.Interface.Atspi.Component => Efl.Access.Component 2017-09-12 15:49:29 +09:00
efl_access_image.c elm: rename Elm.Interface.Atspi.Image => Efl.Access.Image 2017-09-12 15:48:39 +09:00
efl_access_image.eo elm: rename Elm.Interface.Atspi.Image => Efl.Access.Image 2017-09-12 15:48:39 +09:00
efl_access_value.c elm: rename Elm.Interface.Atspi.Value => Efl.Access.Value 2017-09-12 15:46:19 +09:00
efl_access_value.eo elm: rename Elm.Interface.Atspi.Value => Efl.Access.Value 2017-09-12 15:46:19 +09:00
efl_access_window.c elm: rename Elm.Interface.Atspi.Window => Efl.Access.Window 2017-09-12 15:48:10 +09:00
efl_access_window.eo elm: rename Elm.Interface.Atspi.Window => Efl.Access.Window 2017-09-12 15:48:10 +09:00
efl_access_window.h elm: rename Elm.Interface.Atspi.Window => Efl.Access.Window 2017-09-12 15:48:10 +09:00
efl_config_global.eo efl_config: Fix type of returned value (EO) 2017-09-01 10:09:37 +09:00
efl_ui_box.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
efl_ui_box.eo efl.ui.box: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
efl_ui_box_flow.c efl.ui.box: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
efl_ui_box_flow.eo elm: Rename some EO widget class names 2017-08-23 11:16:45 +09:00
efl_ui_box_layout.c ui.box: add aspect ratio support 2017-08-17 10:04:36 +09:00
efl_ui_box_private.h efl.ui.box: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +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 elm: Rename some EO widget class names 2017-08-23 11:16:45 +09:00
efl_ui_button.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_button.eo widget: Rename hook "activate" (EO) 2017-08-29 10:40:53 +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_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +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 widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
efl_ui_check.eo widget: Rename hook "activate" (EO) 2017-08-29 10:40:53 +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 widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
efl_ui_clock.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
efl_ui_clock.h
efl_ui_clock_private.h
efl_ui_cursor.eo layout: Implement cursor part APIs with efl_part 2017-08-04 11:52:16 +09:00
efl_ui_flip.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_flip.eo widget: Make sub_object add/del protected (EO) 2017-08-23 20:56:37 +09:00
efl_ui_flip_eo.h
efl_ui_flip_legacy.h
efl_ui_flip_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_focus_manager.c efl_ui_focus_manager: split this of tinto a class and a interface 2017-08-10 20:55:50 +02:00
efl_ui_focus_manager.eo docs: efl_ui_focus_manager: fill in missing docs 2017-08-31 17:34:23 +02:00
efl_ui_focus_manager_calc.c efl_ui_focus_manager: present a slightly better error message 2017-09-02 20:06:15 +02:00
efl_ui_focus_manager_calc.eo elm focus manager - dont leak child lists when updating focus order 2017-08-31 17:34:30 +09:00
efl_ui_focus_manager_root_focus.c efl_ui_focus_manager: make logical_end work better 2017-08-30 22:39:52 +02:00
efl_ui_focus_manager_root_focus.eo efl_ui_focus_manager: make focus a property 2017-08-10 20:56:04 +02:00
efl_ui_focus_manager_sub.c focus_manager: remove unused parameter warning 2017-09-05 14:44:21 +09:00
efl_ui_focus_manager_sub.eo efl_ui_focus_manager_sub: make it a mixin 2017-09-02 20:06:15 +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 widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
efl_ui_frame.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
efl_ui_frame_eo.h
efl_ui_frame_legacy.h
efl_ui_grid.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
efl_ui_grid.eo grid: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
efl_ui_grid_private.h grid: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
efl_ui_grid_static.c elm: Rename some EO widget class names 2017-08-23 11:16:45 +09:00
efl_ui_grid_static.eo elm: Rename some EO widget class names 2017-08-23 11:16:45 +09:00
efl_ui_image.c elm: rename Elm.Interface.Atspi.Image => Efl.Access.Image 2017-09-12 15:48:39 +09:00
efl_ui_image.eo elm: rename Elm.Interface.Atspi.Image => Efl.Access.Image 2017-09-12 15:48:39 +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 widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
efl_ui_image_zoomable.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +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 some EO widget class names 2017-08-23 11:16:45 +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 Ui text: reduce calls to update functions 2017-09-12 08:47:12 +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
efl_ui_layout.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_layout.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
efl_ui_layout_pack.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_layout_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_layout_part_box.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_layout_part_table.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_nstate.c elm: Use a macro to handle key bindings 2017-08-23 11:16:45 +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
efl_ui_panes.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_panes.eo Efl.Ui.Panes: switch to Efl.Ui.Dir (EO) 2017-08-10 15:59:00 +09:00
efl_ui_panes_eo.h elm: rename elm panes to Efl.Ui.Panes 2017-08-07 15:49:11 +09:00
efl_ui_panes_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_panes_private.h Efl.Ui.Panes: rename allow_user_size_hints to hint_min_allow 2017-08-11 14:28:51 +09:00
efl_ui_progressbar.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_progressbar.eo widget: Make sub_object add/del protected (EO) 2017-08-23 20:56:37 +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_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_progressbar_private.h progressbar: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
efl_ui_radio.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
efl_ui_radio.eo widget: Rename hook "activate" (EO) 2017-08-29 10:40:53 +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 edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_slider.eo efl.ui.slider: implement efl.text intf 2017-09-12 18:25:41 +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_interval.c interval slider: Add new interval slider widget 2017-09-12 18:08:42 +09:00
efl_ui_slider_interval.eo efl.ui.slider_interval: Add missing since tag 2017-09-13 12:22:54 +09:00
efl_ui_slider_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_slider_private.h slider: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
efl_ui_text.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_text.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
efl_ui_text_editable.eo
efl_ui_text_interactive.eo Efl text: replace all usages of cursor handle to same type 2017-07-17 16:51:45 +03:00
efl_ui_textpath.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_textpath.eo textpath: remove legacy api support 2017-09-05 12:09:08 +09:00
efl_ui_textpath_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_video.c elm: Use a macro to handle key bindings 2017-08-23 11:16:45 +09:00
efl_ui_video.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
efl_ui_video.h
efl_ui_video_eo.h
efl_ui_video_legacy.h
efl_ui_video_private.h
efl_ui_widget_flip.h efl_ui_flip: fix wrong define 2017-02-07 13:36:19 -08:00
efl_ui_widget_frame.h
efl_ui_widget_image.h efl.ui.image: fix the old align behaviour in img. 2017-07-06 18:35:06 +09:00
efl_ui_win.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_win.eo widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09:00
efl_ui_win_inlined.c win: Add Efl.Ui.Win_Inlined and remove parent2 2017-08-23 11:16:45 +09:00
efl_ui_win_inlined.eo win: Add Efl.Ui.Win_Inlined and remove parent2 2017-08-23 11:16:45 +09:00
efl_ui_win_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
efl_ui_win_socket.c win: Remove types socket and fake from EO 2017-08-23 11:16:45 +09:00
efl_ui_win_socket.eo win: Remove types socket and fake from EO 2017-08-23 11:16:45 +09:00
elc_combobox.c widget: Simplify & document "translate" 2017-08-30 18:54:59 +09:00
elc_combobox.h
elc_combobox_legacy.h
elc_ctxpopup.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elc_ctxpopup.h
elc_ctxpopup_eo.h
elc_ctxpopup_legacy.h ctxpopup: Remove use of Orientation API (EO) 2017-08-10 14:58:25 +09:00
elc_fileselector.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elc_fileselector.h
elc_fileselector_button.c elm: Cleanup theme and style set functions 2017-08-09 17:08:24 +09:00
elc_fileselector_button.h
elc_fileselector_button_legacy.h
elc_fileselector_common.h
elc_fileselector_entry.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elc_fileselector_entry.h
elc_fileselector_entry_legacy.h
elc_fileselector_eo.h
elc_fileselector_legacy.h
elc_hoversel.c widget: Simplify & document "translate" 2017-08-30 18:54:59 +09:00
elc_hoversel.h
elc_hoversel_legacy.h
elc_multibuttonentry.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elc_multibuttonentry.h
elc_multibuttonentry_common.h
elc_multibuttonentry_eo.h
elc_multibuttonentry_legacy.h
elc_naviframe.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elc_naviframe.h
elc_naviframe_common.h
elc_naviframe_legacy.h
elc_player.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elc_popup.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elc_popup.h
elc_popup_eo.h
elc_popup_legacy.h
elc_scrolled_entry.c
elementary_config.h widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
elementary_js.cc elm: Fix use of Efl.Access APIs 2017-09-13 09:57:20 +09:00
elm_access.c widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_access.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_access.h
elm_actionslider.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_actionslider.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_actionslider.h
elm_actionslider_legacy.h
elm_actionslider_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_app.h
elm_atspi_app_object.c
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 elm: rename Elm.Interface.Atspi.Component => Efl.Access.Component 2017-09-12 15:49:29 +09:00
elm_atspi_bridge.eo
elm_atspi_bridge.h
elm_authors.h
elm_bg.c elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_bg.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_bg.h
elm_bg_eo.h
elm_bg_legacy.h
elm_box.c elm_widget: move the complete regsiter/unregister logic 2017-09-02 21:10:56 +02:00
elm_box.eo elm_widget: move the complete regsiter/unregister logic 2017-09-02 21:10:56 +02:00
elm_box.h
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 edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_bubble.eo widget: Rename hook "access" (EO) 2017-08-29 10:40:53 +09:00
elm_bubble.h
elm_bubble_legacy.h
elm_bubble_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
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 widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_calendar.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_calendar.h
elm_calendar_common.h
elm_calendar_eo.h
elm_calendar_legacy.h
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: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
elm_clock.eo widget: Rename hook "access" (EO) 2017-08-29 10:40:53 +09:00
elm_clock.h
elm_clock_eo.h
elm_clock_legacy.h
elm_cnp.c win: Add Efl.Ui.Win_Inlined and remove parent2 2017-08-23 11:16:45 +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
elm_code_diff_widget.h
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 - handle alloc failure for line split 2017-07-31 12:01:41 +09:00
elm_code_line.h
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 number parsing to include legal separators 2017-07-06 17:19:14 +01: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_widget.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
elm_code_widget.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_code_widget_legacy.h
elm_code_widget_private.h widget: Remove tooltip_add/del from EO 2017-08-23 19:20:47 +09:00
elm_code_widget_selection.c elm_code: add missing selection signals 2017-07-15 21:29:48 +01: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 crash with long lines 2017-07-23 21:30:35 +01:00
elm_code_widget_undo.c elm code - remove double set of textlen 2017-07-29 09:08:40 +09:00
elm_color_class.c elm_color_class: Save all cc overlays 2017-08-18 16:54:58 +09: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: rename Elm.Interface.Atspi.Component => Efl.Access.Component 2017-09-12 15:49:29 +09:00
elm_colorselector.eo widget: Use rectangle for focus_hilight 2017-08-29 16:22:47 +09:00
elm_colorselector.h
elm_colorselector_common.h
elm_colorselector_eo.h
elm_colorselector_legacy.h
elm_combobox.eo widget: Remove part_text from EO 2017-08-30 18:33:15 +09:00
elm_config.c efl_config: Fix type of returned value (EO) 2017-09-01 10:09:37 +09:00
elm_config.h
elm_conform.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
elm_conform.h
elm_conform_eo.h
elm_conform_legacy.h
elm_conformant.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_ctxpopup.eo widget: Rename hook "disable" (EO) 2017-08-29 10:40:53 +09:00
elm_ctxpopup_item.eo elm_ctxpopup: Implemented elm_widget_item_part_content_unset for elm_ctxpopup_item 2017-08-10 14:42:08 +09:00
elm_ctxpopup_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_cursor.h cursor: EO-ify elm_cursor API 2017-08-04 11:52:16 +09:00
elm_datetime.c evas,edje,elm: Mark all legacy objects as such 2017-07-07 13:21:18 +09:00
elm_datetime.h
elm_dayselector.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_dayselector.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_dayselector.h
elm_dayselector_eo.h
elm_dayselector_item.eo
elm_dayselector_legacy.h
elm_dayselector_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_dbus_menu.c elm_dbus_menu: add null checking after memory allocation 2017-08-09 16:01:45 +09:00
elm_debug.h
elm_deprecated.h
elm_diskselector.c widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_diskselector.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_diskselector.h
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 edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_entry.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_entry.h
elm_entry_common.h
elm_entry_eo.h
elm_entry_legacy.h
elm_entry_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_factory.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
elm_factory.h
elm_fileselector.eo elm_widget: move the complete regsiter/unregister logic 2017-09-02 21:10:56 +02:00
elm_fileselector_button.eo rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
elm_fileselector_entry.eo widget: Rename hook "disable" (EO) 2017-08-29 10:40:53 +09:00
elm_fileselector_entry_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_fileselector_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_finger.h
elm_flip.h
elm_flip_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_flipselector.c elm: Use a macro to handle key bindings 2017-08-23 11:16:45 +09:00
elm_flipselector.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_flipselector.h
elm_flipselector_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_flipselector_legacy.h
elm_focus.h
elm_focus_item.h
elm_font.c
elm_font.h
elm_frame.h
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 scroll: Rename elm enum to efl.ui 2017-08-30 17:29:52 +09:00
elm_general.h
elm_gengrid.c widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_gengrid.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_gengrid.h
elm_gengrid_common.h
elm_gengrid_eo.h
elm_gengrid_item.eo docs: even give the external types some documentation 2017-08-31 17:29:31 +02: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: fix decorate mode dangling pointer in deletion 2017-09-12 18:41:37 +09:00
elm_genlist.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_genlist.h
elm_genlist_common.h
elm_genlist_eo.h
elm_genlist_item.eo docs: even give the external types some documentation 2017-08-31 17:29:31 +02: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 widget: Rename hook "disable" (EO) 2017-08-29 10:40:53 +09:00
elm_gesture_layer.eo widget: Rename hook "disable" (EO) 2017-08-29 10:40:53 +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_extra_gestures: add null checking after memory allocation 2017-08-09 16:03:02 +09:00
elm_gesture_layer_legacy.h
elm_getting_started.h
elm_glview.c widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_glview.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_glview.h
elm_glview_common.h
elm_glview_eo.h
elm_glview_legacy.h
elm_grid.c elm focus manager - dont leak child lists when updating focus order 2017-08-31 17:34:30 +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_grid_legacy.h
elm_helper.c
elm_helper.h elm: Add missing undef EAPI to Elementary.h 2017-08-09 13:26:54 +09:00
elm_hover.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_hover.eo widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09:00
elm_hover.h
elm_hover_eo.h
elm_hover_legacy.h
elm_hover_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
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 elm: Cleanup theme and style set functions 2017-08-09 17:08:24 +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_icon_legacy.h
elm_image.h docs: Add information about texture size limitations 2017-08-24 14:29:45 +09:00
elm_image_eo.h
elm_image_legacy.h widget: Implement scale from Efl.Ui.Base 2017-06-12 11:50:30 +09:00
elm_index.c elm: rename Elm.Interface.Atspi.Component => Efl.Access.Component 2017-09-12 15:49:29 +09:00
elm_index.eo widget: Rename hook "access" (EO) 2017-08-29 10:40:53 +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
elm_interface_atspi_accessible.c
elm_interface_atspi_accessible.eo elementary: enhance atspi accessible documentation 2017-03-17 16:53:23 +09:00
elm_interface_atspi_accessible.h
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_selection.c elm: rename Elm.Interface.Atspi.Value => Efl.Access.Value 2017-09-12 15:46:19 +09:00
elm_interface_atspi_selection.eo
elm_interface_atspi_text.c
elm_interface_atspi_text.eo
elm_interface_atspi_text.h
elm_interface_atspi_text_editable.c
elm_interface_atspi_text_editable.eo
elm_interface_atspi_widget_action.c
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_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_interface_scrollable.c widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09:00
elm_interface_scrollable.eo widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09:00
elm_interface_scrollable.h scroll: Rename elm enum to efl.ui 2017-08-30 17:29:52 +09:00
elm_interfaces.h elm: rename Elm.Interface.Atspi.Component => Efl.Access.Component 2017-09-12 15:49:29 +09:00
elm_inwin.c widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09:00
elm_inwin.eo widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09:00
elm_inwin.h
elm_inwin_legacy.h
elm_label.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_label.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_label.h
elm_label_eo.h
elm_label_legacy.h
elm_label_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_layout.h elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_layout_common.h
elm_layout_legacy.h elm: Cleanup theme and style set functions 2017-08-09 17:08:24 +09:00
elm_list.c elementary: atspi accessible name uses plain text 2017-09-06 19:54:59 +09:00
elm_list.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +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
elm_main.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
elm_map.c widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_map.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +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 edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_mapbuf.eo widget: Make sub_object add/del protected (EO) 2017-08-23 20:56:37 +09:00
elm_mapbuf.h
elm_mapbuf_legacy.h
elm_mapbuf_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_menu.c widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09:00
elm_menu.eo widget: Rename focus_manager_factory to create 2017-09-13 13:43:55 +09: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
elm_mirroring.h
elm_module.c elm: Fix modules due to a missing EAPI 2017-08-09 17:08:24 +09:00
elm_module_helper.h elm: Fix modules due to a missing EAPI 2017-08-09 17:08:24 +09:00
elm_multibuttonentry.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09: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_multibuttonentry_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_naviframe.eo widget: Rename hook "access" (EO) 2017-08-29 10:40:53 +09:00
elm_naviframe_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_naviframe_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_need.h
elm_notify.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_notify.eo widget: Remove part_text from EO 2017-08-30 18:33:15 +09:00
elm_notify.h
elm_notify_common.h
elm_notify_eo.h
elm_notify_legacy.h
elm_notify_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_object.h
elm_object_item.h
elm_pan.eo evas/edje/elm: Remove all uses of clipped groups 2017-09-13 09:57:05 +09:00
elm_panel.c edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_panel.eo widget: Merge on_focus_region and focus_region_get 2017-08-29 14:30:35 +09:00
elm_panel.h
elm_panel_common.h
elm_panel_eo.h
elm_panel_legacy.h
elm_panel_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_panes.h edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_panes_legacy.h Efl.Ui.Panes: rename left/right_size_set to split_ratio 2017-08-10 15:15:50 +09:00
elm_part_helper.h edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_photo.c elm: Cleanup theme and style set functions 2017-08-09 17:08:24 +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_photo_legacy.h
elm_photocam.h elm: rename elm_photocam to Efl.Ui.Image.Zoomable 2017-05-29 14:52:36 +09:00
elm_photocam_legacy.h Move efl interfaces from evas to efl directory 2017-08-22 09:53:24 +03:00
elm_player.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_player_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_plug.c widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_plug.eo widget: Rename on_focus to on_focus_update (EO) 2017-09-01 10:09:37 +09:00
elm_plug.h
elm_plug_eo.h
elm_plug_legacy.h
elm_popup.eo widget: Rename hook "access" (EO) 2017-08-29 10:40:53 +09:00
elm_popup_item.eo elm: use new property implement syntax everywhere 2016-12-27 19:16:02 +01:00
elm_popup_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_prefs.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +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_prefs_common.h
elm_prefs_data.c elm_prefs_data: add null checking after memory allocation 2017-08-09 16:03:31 +09: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 widget: Remove part_text from EO 2017-08-30 18:33:15 +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
elm_route.c elm: Cleanup theme and style set functions 2017-08-09 17:08:24 +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 edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_scroller.eo elm_widget: move the complete regsiter/unregister logic 2017-09-02 21:10:56 +02:00
elm_scroller.h
elm_scroller_eo.h
elm_scroller_legacy.h scroll: Rename elm enum to efl.ui 2017-08-30 17:29:52 +09:00
elm_scroller_part.eo edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_segment_control.c widget: Mark old focus API as beta. 2017-08-31 11:22:04 +09:00
elm_segment_control.eo widget: Rename hook "access" (EO) 2017-08-29 10:40:53 +09:00
elm_segment_control.h
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 separator: Remove orientation API use (EO) 2017-08-10 14:42:08 +09:00
elm_separator.eo separator: Remove orientation API use (EO) 2017-08-10 14:42:08 +09:00
elm_separator.h
elm_separator_legacy.h separator: Remove orientation API use (EO) 2017-08-10 14:42:08 +09:00
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 elm: Use a macro to handle key bindings 2017-08-23 11:16:45 +09:00
elm_slideshow.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_slideshow.h
elm_slideshow_common.h
elm_slideshow_item.eo
elm_slideshow_legacy.h
elm_spinner.c elm: rename Elm.Interface.Atspi.Value => Efl.Access.Value 2017-09-12 15:46:19 +09:00
elm_spinner.eo elm: rename Elm.Interface.Atspi.Value => Efl.Access.Value 2017-09-12 15:46:19 +09:00
elm_spinner.h Revert "elm: rename elm spinner to Efl.Ui.Spinner" 2017-09-07 11:18:08 +09:00
elm_spinner_eo.h Revert "elm: rename elm spinner to Efl.Ui.Spinner" 2017-09-07 11:18:08 +09:00
elm_spinner_legacy.h Revert "elm: rename elm spinner to Efl.Ui.Spinner" 2017-09-07 11:18:08 +09:00
elm_store.c
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
elm_sys_notify.h
elm_sys_notify_dbus.c
elm_sys_notify_dbus.eo
elm_sys_notify_interface.c
elm_sys_notify_interface.eo
elm_systray.c elementary: avoid crash during shutdown due to Ecore_Event queue. 2017-03-09 16:17:58 -08:00
elm_systray.eo
elm_systray.h
elm_systray_common.h
elm_systray_eo.h
elm_systray_watcher.c
elm_systray_watcher.h
elm_table.c elm_widget: move the complete regsiter/unregister logic 2017-09-02 21:10:56 +02:00
elm_table.eo elm_widget: move the complete regsiter/unregister logic 2017-09-02 21:10:56 +02:00
elm_table.h
elm_table_legacy.h
elm_theme.c elm: Cleanup theme and style set functions 2017-08-09 17:08:24 +09:00
elm_theme.h
elm_thumb.c evas,edje,elm: Mark all legacy objects as such 2017-07-07 13:21:18 +09:00
elm_thumb.eo elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_thumb.h
elm_thumb_common.h
elm_thumb_legacy.h
elm_toolbar.c elementary: atspi accessible name uses plain text 2017-09-06 19:54:59 +09:00
elm_toolbar.eo elm_widget: move the complete regsiter/unregister logic 2017-09-02 21:10:56 +02: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
elm_tooltip.h
elm_transit.c
elm_transit.h
elm_util.c
elm_view_form.c
elm_view_form.eo
elm_view_form.h
elm_view_list.c elm list - remove harmless extra null set to keep analysers happy 2017-07-29 09:42:43 +09:00
elm_view_list.eo
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
elm_web2.c evas,edje,elm: Mark all legacy objects as such 2017-07-07 13:21:18 +09:00
elm_web_common.h
elm_web_eo.h
elm_web_legacy.h
elm_widget.c widget: Make part_text_translate internal 2017-09-13 13:43:55 +09:00
elm_widget.eo widget: Make part_text_translate internal 2017-09-13 13:43:55 +09:00
elm_widget.h elementary: atspi accessible name uses plain text 2017-09-06 19:54:59 +09:00
elm_widget_actionslider.h
elm_widget_bg.h
elm_widget_box.h
elm_widget_bubble.h
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
elm_widget_clock.h
elm_widget_colorselector.h
elm_widget_combobox.h
elm_widget_conform.h
elm_widget_container.h
elm_widget_ctxpopup.h ctxpopup: Remove use of Orientation API (EO) 2017-08-10 14:58:25 +09:00
elm_widget_dayselector.h
elm_widget_diskselector.h
elm_widget_entry.h elm: Remove custom layout signal APIs 2017-08-04 11:52:16 +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_widget_fileselector_entry.h
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
elm_widget_grid.h
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
elm_widget_index.h index: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
elm_widget_inwin.h
elm_widget_item.eo elm: rename Elm.Interface.Atspi.Component => Efl.Access.Component 2017-09-12 15:49:29 +09:00
elm_widget_label.h
elm_widget_layout.h efl ui layout - fix warning fro wrong type... its a list not a hash. 2017-09-10 13:21:50 +09:00
elm_widget_list.h
elm_widget_map.h
elm_widget_mapbuf.h
elm_widget_menu.h
elm_widget_multibuttonentry.h mbe: Fix infinite recursion on focus change 2017-08-31 14:14:50 +09:00
elm_widget_naviframe.h elm: naviframe/prefs : do not include non-public header files 2017-07-13 13:57:06 +02:00
elm_widget_notify.h
elm_widget_panel.h
elm_widget_photo.h
elm_widget_player.h
elm_widget_plug.h
elm_widget_popup.h
elm_widget_prefs.h elm: naviframe/prefs : do not include non-public header files 2017-07-13 13:57:06 +02:00
elm_widget_route.h
elm_widget_scroller.h
elm_widget_segment_control.h
elm_widget_separator.h separator: Remove orientation API use (EO) 2017-08-10 14:42:08 +09:00
elm_widget_slideshow.h
elm_widget_spinner.h Revert "elm: rename elm spinner to Efl.Ui.Spinner" 2017-09-07 11:18:08 +09:00
elm_widget_table.h
elm_widget_thumb.h
elm_widget_toolbar.h toolbar: Switch to Efl.Ui.Dir (EO) 2017-08-10 14:42:08 +09:00
elm_widget_web.h
elm_win.h
elm_win_common.h
elm_win_eo.h
elm_win_legacy.h win: Use array for available_profiles (EO) 2017-09-01 10:09:37 +09:00
els_box.c elm_box: Fix support of aspect hints 2017-08-21 18:35:31 +09:00
els_box.h
els_cursor.c elementary cursor: remove a warning message from Wayland supports 2017-08-08 10:17:50 -04:00
els_tooltip.c els_tooltip: Remove infinite job calls 2017-06-29 17:14:18 +09:00
elu_ews_wm.c