efl/src/lib/elementary
Daniel Kolesa 5651b2e586 eolian: deferred parsing of inherits + better static checks
This change finally introduces deferred parsing of inherits to
Eolian, after a long time and many iterations. That means instead
of parsing inherits directly as part of the main file's parse pass,
they're pushed into a queue and parsed later. The validation engine
was modified to properly fill in the remaining info afterwards.

This may introduce breakages but I haven't noticed any. It also
properly unlocks cyclic dependency support in Eolian.

Additionally, this also introduces checks for duplicates in class
inherits (class Foo(Bar, Bar) is no longer possible) and it adds
stricter name checks, so you can no longer have a class Foo.Bar
and refer to it as Foo_Bar in implements. This was actually never
meant to be supported, but the check was previously broken.

@feature
2018-01-30 17:08:44 +01:00
..
.gitignore cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Efl_Ui.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Elementary.h Canvas image: add Efl.Canvas.Text.Factory + use in Ui.Text 2018-01-18 10:20:28 -08:00
Elementary.hh cxx: Remove elm_widget.h from Elementary.hh 2018-01-16 22:04:55 +09: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_access.c efl_access: Add reading_info_type set/get APIs 2017-11-23 12:07:52 +09:00
efl_access.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_access.h elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
efl_access_action.c elm: add prefixes to Efl.Access.Action to avoid clashes 2017-10-24 12:01:50 +09:00
efl_access_action.eo a11y: Remove import elm_general 2018-01-18 16:31:20 +09:00
efl_access_component.c elm: Fix typo checking ecore_evas for efl_access_component_extents 2018-01-22 22:07:57 +09:00
efl_access_component.eo elm: mark access interfaces as beta 2017-11-01 21:31:46 +09:00
efl_access_editable_text.c elm: rename Elm.Interface.Atspi.Text => Efl.Access.Text 2017-09-26 17:58:07 +09:00
efl_access_editable_text.eo elm: mark access interfaces as beta 2017-11-01 21:31:46 +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 docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_access_selection.c elm: rename Elm.Interface.Atspi.Selection => Efl.Access.Selection 2017-09-19 11:18:22 +09:00
efl_access_selection.eo elm: mark access interfaces as beta 2017-11-01 21:31:46 +09:00
efl_access_text.c elm: rename Elm.Interface.Atspi.Text => Efl.Access.Text 2017-09-26 17:58:07 +09:00
efl_access_text.eo elm: mark access interfaces as beta 2017-11-01 21:31:46 +09:00
efl_access_text.h elm: rename Elm.Interface.Atspi.Text => Efl.Access.Text 2017-09-26 17:58:07 +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 docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_access_widget_action.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_access_widget_action.eo a11y: Remove import elm_general 2018-01-18 16:31:20 +09:00
efl_access_widget_action.h elm: Define and rename internal atspi struct in EO 2017-11-16 12:00:18 +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_Accessible interface 2017-10-19 10:13:54 +09:00
efl_config_global.eo config: Simplify EO API 2017-10-18 19:32:00 +09:00
efl_selection.c cnp: Rename selection data to content 2018-01-18 18:46:15 +09:00
efl_selection.eo selection: add efl_selection interface 2018-01-11 17:56:24 +09:00
efl_selection_manager.c efl_selection_manager: fix compilation on osx after rename 2018-01-22 12:15:19 +01:00
efl_selection_manager.eo cnp_dnd: add selection manager 2018-01-11 17:56:24 +09:00
efl_selection_manager_private.h cnp_dnd: add selection manager 2018-01-11 17:56:24 +09:00
efl_selection_types.eot cnp: Rename selection data to content 2018-01-18 18:46:15 +09:00
efl_ui.eot widget: Use enum for orientation_mode 2018-01-19 16:19:36 +09:00
efl_ui_bg.c efl_ui_bg: add Efl.Ui.Bg interface 2017-12-18 20:49:45 +09:00
efl_ui_bg.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_bg_widget.c efl_ui_bg_widget_legacy: ignore ELM_SCALE 2018-01-29 19:31:39 +09:00
efl_ui_bg_widget.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_bg_widget_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_bg_widget_private.h efl_ui_bg_widget: replace internal image to efl_ui_image 2017-12-18 20:49:45 +09:00
efl_ui_box.c elm: Call efl_access_type_set after construction 2017-11-07 14:43:22 +09:00
efl_ui_box.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +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 efl: Use Eina.Size2D for size hint aspect 2017-09-18 16:50:58 +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 efl: Use Eina.Size2D for size hint combined min 2017-09-18 16:33:33 +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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_button.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_button_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
efl_ui_button_private.h rename elm_button to Efl.Ui.Button 2017-05-22 17:28:47 +09:00
efl_ui_calendar.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
efl_ui_calendar.eo widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
efl_ui_calendar.h efl_ui_calendar: apply new format_cb 2017-10-31 11:21:15 +09:00
efl_ui_calendar_item.eo docs: fill in missing docs for efl_ui_calendar_item eo class 2017-12-04 16:34:23 +01:00
efl_ui_calendar_private.h Efl.Ui.Calendar: fix wrong define - again! 2017-11-22 17:14:07 +09:00
efl_ui_check.c Efl.Ui.Check: fix changed callback is called twice 2018-01-29 22:54:23 +09:00
efl_ui_check.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_clock.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_clock.h efl_ui_clock: changed property name from value to time 2017-10-25 16:44:25 +09:00
efl_ui_clock_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_clock_private.h efl_ui_widget: use elm_widget_element_update to set subobj edc 2017-12-08 15:57:26 +09:00
efl_ui_cursor.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_dnd.c cnp: Rename selection data to content 2018-01-18 18:46:15 +09:00
efl_ui_dnd.eo dnd: add efl_ui_dnd 2018-01-11 17:56:24 +09:00
efl_ui_dnd_container.eo selection_dnd: fix warnings in clang 2018-01-16 16:35:14 +09:00
efl_ui_dnd_types.eot efl: make efl build again 2018-01-12 19:31:45 +01:00
efl_ui_flip.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_flip.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_flip_eo.h
efl_ui_flip_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_flip_legacy.h flip: Fix invalid use of EOAPI in legacy header 2017-09-18 11:58:53 +09:00
efl_ui_flip_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
efl_ui_focus_composition.c efl_ui_focus_composition: only rely on manager 2018-01-23 21:27:45 +01:00
efl_ui_focus_composition.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_focus_composition_adapter.eo docs: fill in all missing item documentation for efl_ui_focus_* 2017-12-08 16:17:27 +01:00
efl_ui_focus_layer.c efl_ui_focus_layer: avoid a call to NULL 2018-01-24 18:49:04 +09:00
efl_ui_focus_layer.eo efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01: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: fill in all missing item documentation for efl_ui_focus_* 2017-12-08 16:17:27 +01:00
efl_ui_focus_manager_calc.c efl_ui_focus_manager_calc: keep the entry for the redirect seperated 2018-01-27 13:01:20 +01:00
efl_ui_focus_manager_calc.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_focus_manager_root_focus.c efl_ui_focus_manager: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_focus_manager_root_focus.eo efl_ui_focus_manager: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_focus_manager_sub.c efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01:00
efl_ui_focus_manager_sub.eo efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01:00
efl_ui_focus_object.c efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01:00
efl_ui_focus_object.eo widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
efl_ui_focus_parent_provider.c efl_ui_focus: add parent_provider 2017-10-13 12:31:47 +02:00
efl_ui_focus_parent_provider.eo docs: fill in all missing item documentation for efl_ui_focus_* 2017-12-08 16:17:27 +01:00
efl_ui_focus_parent_provider_gen.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_focus_parent_provider_gen.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_focus_parent_provider_standard.c efl_ui_focus: add parent_provider 2017-10-13 12:31:47 +02:00
efl_ui_focus_parent_provider_standard.eo docs: fill in all missing item documentation for efl_ui_focus_* 2017-12-08 16:17:27 +01:00
efl_ui_focus_rectangle.eo docs: fill in all missing item documentation for efl_ui_focus_* 2017-12-08 16:17:27 +01:00
efl_ui_focus_util.c efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01:00
efl_ui_focus_util.eo docs: fill in all missing item documentation for efl_ui_focus_* 2017-12-08 16:17:27 +01:00
efl_ui_frame.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_frame.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_frame_legacy.h elm_frame: updated the eo prefix and documentation 2016-07-04 20:21:12 +09:00
efl_ui_image.c efl_ui_image: add missing NULL check 2018-01-30 21:21:35 +09:00
efl_ui_image.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_image_zoomable.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_image_zoomable.eo widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +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_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_image_zoomable_pan.eo scroller: Introducing Efl.Ui.Scroller 2017-12-19 10:26:25 +09:00
efl_ui_image_zoomable_private.h scroller: Introducing Efl.Ui.Scroller 2017-12-19 10:26:25 +09:00
efl_ui_internal_text_interactive.c text: Another event info fix 2017-12-13 15:44:48 +09:00
efl_ui_internal_text_interactive.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_internal_text_interactive.h
efl_ui_layout.c elm: make elm_layout_text_set use efl_text_markup_set 2018-01-29 12:25:18 +09:00
efl_ui_layout.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_layout_factory.c elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
efl_ui_layout_factory.eo elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
efl_ui_layout_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_layout_pack.c interface : change efl_pack_grid and efl_ui_grid to efl_pack_table and efl_ui_table 2017-12-19 14:25:08 +09:00
efl_ui_layout_part.eo elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09:00
efl_ui_layout_part_bg.eo part bg: Fix up some unnecessary complexity 2017-11-24 16:12:31 +09:00
efl_ui_layout_part_box.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_layout_part_content.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
efl_ui_layout_part_legacy.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
efl_ui_layout_part_table.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_layout_part_text.eo Ui layout: support markup for efl_part() 2017-09-28 19:32:02 +03:00
efl_ui_legacy.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_legacy.eo eolian: deferred parsing of inherits + better static checks 2018-01-30 17:08:44 +01:00
efl_ui_list.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_list.eo eolian: deferred parsing of inherits + better static checks 2018-01-30 17:08:44 +01:00
efl_ui_list_model.eo elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
efl_ui_list_pan.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_list_precise_layouter.c ui.list: Fix shadow variable warnings 2018-01-18 14:13:05 +09:00
efl_ui_list_precise_layouter.eo elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
efl_ui_list_private.h elm: apply new scroll interface in efl_ui_list 2017-12-20 15:22:22 +09:00
efl_ui_list_relayout.eo elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
efl_ui_list_segarray.c efl-cxx: Fixes to make dist 2017-12-13 14:13:09 -02:00
efl_ui_list_segarray.h elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
efl_ui_list_types.eot elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
efl_ui_multibuttonentry.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_multibuttonentry.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_multibuttonentry.h Revert "Revert series of patches from cedric (due to dependencies and conflicts)" 2017-11-14 20:08:09 -08:00
efl_ui_multibuttonentry_eo.h elm: rename elm_multibuttonentry to Efl.Ui.Multibuttonentry 2017-10-24 16:20:09 +09:00
efl_ui_multibuttonentry_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_multibuttonentry_part.eo mbe: Fix invalid part handling 2017-11-24 17:25:30 +09:00
efl_ui_multibuttonentry_private.h Efl.Ui.Mbe: implement format_cb.set() 2017-10-26 21:11:36 +09:00
efl_ui_nstate.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_nstate.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_nstate.h
efl_ui_pan.c scroller: Introducing Efl.Ui.Scroller 2017-12-19 10:26:25 +09:00
efl_ui_pan.eo scroller: Introducing Efl.Ui.Scroller 2017-12-19 10:26:25 +09:00
efl_ui_panes.c efl_ui_panes: Handle NULL object case 2018-01-30 19:50:08 +09:00
efl_ui_panes.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_panes_part.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_panes_private.h efl: Use Eina.Size2D for size hint min 2017-09-18 14:42:52 +09:00
efl_ui_popup.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_popup.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_popup_alert.c efl_ui_popup_alert: change clicked event name 2018-01-05 13:36:21 +09:00
efl_ui_popup_alert.eo efl_ui_popup_alert: change clicked event name 2018-01-05 13:36:21 +09:00
efl_ui_popup_alert_part.eo efl_ui_popup: Fix class names 2017-12-08 16:02:23 +09:00
efl_ui_popup_alert_private.h efl_ui_popup_alert: add Efl.Ui.Popup.Alert class 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_scroll.c efl_ui_popup_alert_text_scroll: do not calc size when need size calc flag is FALSE 2018-01-04 21:12:30 +09:00
efl_ui_popup_alert_scroll.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_popup_alert_scroll_part.eo efl_ui_popup: Fix class names 2017-12-08 16:02:23 +09:00
efl_ui_popup_alert_scroll_private.h efl_ui_popup: Code refactorying for elm_layout_sizing_eval 2017-12-14 13:58:06 +09:00
efl_ui_popup_alert_text.c efl_ui_popup_alert_text_scroll: do not calc size when need size calc flag is FALSE 2018-01-04 21:12:30 +09:00
efl_ui_popup_alert_text.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_popup_alert_text_part.eo efl_ui_popup: Fix class names 2017-12-08 16:02:23 +09:00
efl_ui_popup_alert_text_private.h efl_ui_popup: Code refactorying for elm_layout_sizing_eval 2017-12-14 13:58:06 +09:00
efl_ui_popup_anchor.c Efl.Ui.Popup.Anchor: remove event callback when popup is deleted 2017-12-18 14:08:09 +09:00
efl_ui_popup_anchor.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_popup_anchor_private.h Efl.Ui.Popup.Anchor: apply group calculate with size problem fix 2017-12-15 13:56:25 +09:00
efl_ui_popup_part.eo efl_ui_popup: remove unnecessary overides 2017-12-08 16:02:23 +09:00
efl_ui_popup_private.h efl_ui_popup: Code refactorying for elm_layout_sizing_eval 2017-12-14 13:58:06 +09:00
efl_ui_progressbar.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_progressbar.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_progressbar_part.eo elm: Remove range "span_size" API in EO 2017-09-21 12:27:34 +09:00
efl_ui_progressbar_private.h Efl.Ui.Progressbar: fix val to be val when legacy format_function_set() is called 2017-10-27 11:56:22 +09:00
efl_ui_radio.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_radio.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_radio_private.h rename elm_radio to Efl.Ui.Radio 2017-05-22 19:21:28 +09:00
efl_ui_scroll_manager.c elm - scroll manager - fix up momentum animator code to use real consts 2017-12-20 21:49:18 +09:00
efl_ui_scroll_manager.eo scroller: Introducing Efl.Ui.Scroller 2017-12-19 10:26:25 +09:00
efl_ui_scroller.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_scroller.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_slider.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_slider.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 efl_ui_widget: use elm_widget_element_update to set subobj edc 2017-12-08 15:57:26 +09:00
efl_ui_slider_interval.eo Efl.Ui.Slider_Interval: remove smart data associated with class. 2017-11-14 09:54:42 +09:00
efl_ui_slider_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_slider_part_indicator.eo elm: Rename slider part to part_indicator 2017-12-12 11:14:04 +09:00
efl_ui_slider_private.h Efl.Ui.Slider: replace default with on_drag in visible_mode enum. 2017-11-17 14:38:32 +09:00
efl_ui_spin.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_spin.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_spin_button.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
efl_ui_spin_button.eo widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
efl_ui_spin_button_private.h efl_ui_spin_button: Change property name to avoid name duplicating. 2017-12-11 16:45:27 +09:00
efl_ui_spin_private.h efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +09:00
efl_ui_table.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_table.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_table_private.h interface : change efl_pack_grid and efl_ui_grid to efl_pack_table and efl_ui_table 2017-12-19 14:25:08 +09:00
efl_ui_table_static.c interface : change efl_pack_grid and efl_ui_grid to efl_pack_table and efl_ui_table 2017-12-19 14:25:08 +09:00
efl_ui_table_static.eo interface : change efl_pack_grid and efl_ui_grid to efl_pack_table and efl_ui_table 2017-12-19 14:25:08 +09:00
efl_ui_text.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
efl_ui_text.eo eolian_gen: remove reference to elm_entry because it is not installed 2018-01-24 18:51:26 +09:00
efl_ui_text_async.eo efl_ui_text: apply new theme logic and use constructor/destructor 2017-12-08 16:02:24 +09: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_factory_emoticons.c elementary: simplify Efl.Ui.Text.Factory.Emoticons. 2018-01-18 10:48:21 -08:00
efl_ui_text_factory_emoticons.eo elementary: simplify Efl.Ui.Text.Factory.Emoticons. 2018-01-18 10:48:21 -08:00
efl_ui_text_factory_fallback.c Canvas image: add Efl.Canvas.Text.Factory + use in Ui.Text 2018-01-18 10:20:28 -08:00
efl_ui_text_factory_fallback.eo Canvas image: add Efl.Canvas.Text.Factory + use in Ui.Text 2018-01-18 10:20:28 -08:00
efl_ui_text_factory_images.c Canvas image: add Efl.Canvas.Text.Factory + use in Ui.Text 2018-01-18 10:20:28 -08:00
efl_ui_text_factory_images.eo Canvas image: add Efl.Canvas.Text.Factory + use in Ui.Text 2018-01-18 10:20:28 -08:00
efl_ui_text_interactive.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_textpath.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_textpath.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
efl_ui_textpath_part.eo elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09:00
efl_ui_translatable.eo docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_video.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_video.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_video.h
efl_ui_video_eo.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
efl_ui_video_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_video_legacy.h efl_playable: split Efl.Player interface to Efl.Playable interface 2018-01-16 22:04:55 +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.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
efl_ui_widget.eo widget: Ooops! Fix focus break in previous patch. 2018-01-19 17:48:45 +09: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: apply load_size when API is called 2017-12-18 20:49:46 +09:00
efl_ui_widget_pan.h scroller: Introducing Efl.Ui.Scroller 2017-12-19 10:26:25 +09:00
efl_ui_widget_part.eo widget: Add tiny doc for Efl.Ui.Widget.Part 2017-09-26 17:58:07 +09:00
efl_ui_widget_part_bg.eo interface: add Efl.Gfx.Color interface for color related APIs 2017-12-22 13:29:20 +09:00
efl_ui_widget_part_shadow.eo interface: add Efl.Gfx.Color interface for color related APIs 2017-12-22 13:29:20 +09:00
efl_ui_widget_scroll_manager.h scroller: Fix compilation on Windows 2017-12-20 11:21:50 +09:00
efl_ui_widget_scroller.h scroller: Introducing Efl.Ui.Scroller 2017-12-19 10:26:25 +09:00
efl_ui_win.c win: Fix legacy win type name 2018-01-25 11:43:31 +09:00
efl_ui_win.eo widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +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 docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
efl_ui_win_legacy.eo win: Fix legacy win type name 2018-01-25 11:43:31 +09:00
efl_ui_win_part.eo interface: add Efl.Gfx.Color interface for color related APIs 2017-12-22 13:29:20 +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 docs: Update elementary eo files for grammar and readability 2018-01-04 12:29:11 +00:00
elc_combobox.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elc_combobox.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elc_combobox_legacy.h
elc_ctxpopup.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elc_ctxpopup.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elc_ctxpopup_legacy.h ctxpopup: Remove use of Orientation API (EO) 2017-08-10 14:58:25 +09:00
elc_fileselector.c efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01:00
elc_fileselector.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elc_fileselector_button.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +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
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: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +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
elc_fileselector_legacy.h elementary: fixed single typos in few modules 2017-11-27 17:36:58 +09:00
elc_hoversel.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +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.h elm: rename elm_multibuttonentry to Efl.Ui.Multibuttonentry 2017-10-24 16:20:09 +09:00
elc_multibuttonentry_common.h elm: rename elm_multibuttonentry to Efl.Ui.Multibuttonentry 2017-10-24 16:20:09 +09:00
elc_multibuttonentry_legacy.h Efl.Ui.Mbe: implement format_cb.set() 2017-10-26 21:11:36 +09:00
elc_naviframe.c efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01: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: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elc_popup.c elc_popup: reorder the sub objects free sequence 2018-01-15 19:55:37 +09:00
elc_popup.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elc_popup_legacy.h
elc_scrolled_entry.c
elementary_config.h widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elementary_js.cc elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_access.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_access.eo widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +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 widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_actionslider.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_actionslider.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_actionslider_legacy.h
elm_actionslider_part.eo elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09:00
elm_app.h
elm_atspi_app_object.c elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_atspi_app_object.eo elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_atspi_app_object.h
elm_atspi_bridge.c efl: drop deprecated Encoding key from desktop files 2017-12-13 10:27:48 -08: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 update author(hermet) email. 2017-10-14 23:03:51 +08:00
elm_bg.h efl_ui_bg: add Efl.Ui.Bg interface 2017-12-18 20:49:45 +09:00
elm_bg_eo.h
elm_bg_legacy.h docs: Fix wrong doxygen expressions. 2018-01-17 13:22:56 +09:00
elm_box.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_box.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_box.h
elm_box_common.h elm_box: add missing parameter description 2017-10-27 11:29:58 +09:00
elm_box_legacy.h elm: Remove elm_box_layout_set from EO 2017-05-24 15:24:13 +09:00
elm_bubble.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_bubble.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_bubble.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
elm_bubble_legacy.h
elm_bubble_part.eo elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09:00
elm_button.h doc: add missing parameters and fix references for some elm widgets 2017-10-24 15:46:30 +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: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_calendar.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_calendar.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_calendar_common.h
elm_calendar_item.eo docs: document the elm_calendar_item eo class 2017-12-08 16:17:27 +01:00
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: Uniform change event for nstate,radio,check 2017-12-13 13:47:48 +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: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_clock.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_clock.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_clock_eo.h
elm_clock_legacy.h
elm_cnp.h cnp: Use EO types to define legacy types 2018-01-18 16:20:52 +09:00
elm_code.c elm_code: remove unneeded init code. 2017-01-01 20:10:07 +00:00
elm_code.h efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09: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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_code_diff_widget.h
elm_code_file.c elm_code: Fix usage of basename 2017-12-31 15:28:23 +00: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: Add basic scope parsing to syntax highlighting. 2017-11-14 19:12:56 +00:00
elm_code_parse.c elementary: fix compilation of elm_code test on windows 2017-11-23 15:30:32 -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: Add basic scope parsing to syntax highlighting. 2017-11-14 19:12:56 +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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_code_widget.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_code_widget_legacy.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_code_widget_legacy.h
elm_code_widget_private.h elm_code: Fix tooltip crash 2017-12-13 22:44:31 +00:00
elm_code_widget_selection.c elementary: fix compilation of elm_code test on windows 2017-11-23 15:30:32 -08:00
elm_code_widget_selection.h elementary: fixed single typos in few modules 2017-11-27 17:36:58 +09:00
elm_code_widget_text.c elm_code: If showing line numbers don't resize at 10 lines. 2017-11-29 17:37:21 +00: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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_color_class.h
elm_color_item.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_colorselector.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_colorselector.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_colorselector.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_colorselector_common.h
elm_colorselector_legacy.h
elm_combobox.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_config.c elementary config: Fix to use ELEMENTARY_BASE_DIR for configure path 2018-01-23 11:27:55 +09:00
elm_config.h dnd: add efl_ui_dnd_container 2018-01-11 17:56:24 +09:00
elm_conform.c remove proper timer in landscape indicator connect callback 2018-01-11 15:12:24 +09:00
elm_conform.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_conform_legacy.h
elm_conformant.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_ctxpopup.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_ctxpopup_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_ctxpopup_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_cursor.h cursor: EO-ify elm_cursor API 2017-08-04 11:52:16 +09:00
elm_datetime.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_datetime.h elm: remove datetime widget internal code 2016-11-09 16:13:38 +05:30
elm_dayselector.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_dayselector.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_dayselector.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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_dayselector_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +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_win: Fix ABI break with missing EAPIs 2016-08-12 08:11:54 +09:00
elm_diskselector.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_diskselector.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_diskselector_legacy.h
elm_entry.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_entry.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_entry.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_entry_common.h Elm_Entry: Add annotation to unnamed enum 2017-11-01 13:08:36 +09:00
elm_entry_eo.h
elm_entry_legacy.h doc: add missing parameters and fix references for some elm widgets 2017-10-24 15:46:30 +09:00
elm_entry_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_factory.c widget: Rename EO APIs to efl_ui_widget_xxx 2017-10-24 14:30:21 +09:00
elm_factory.h
elm_fileselector.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_fileselector_button.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_fileselector_entry.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_fileselector_entry_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_fileselector_part.eo elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09:00
elm_finger.h
elm_flip.h elementary: remove documentation error 2017-10-17 19:05:47 +09:00
elm_flip_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_flipselector.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_flipselector.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_flipselector.h elementary: remove documentation error 2017-10-17 19:05:47 +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 efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +09:00
elm_focus.h elm: enhance documentation for following files 2017-10-18 17:38:16 +09:00
elm_focus_item.h
elm_font.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
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 genlist: Simplify some logic 2017-10-25 22:54:52 +09:00
elm_general.eot eolian_gen: remove reference to elm_entry because it is not installed 2018-01-24 18:51:26 +09:00
elm_general.h quicklaunch: return child pid from elm_quicklaunch_fork() on success 2018-01-26 14:10:31 -05:00
elm_gengrid.c elm_gen****: do not call realize on items 2018-01-26 15:11:50 +01:00
elm_gengrid.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_gengrid.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_gengrid_common.h
elm_gengrid_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 elm_gen****: do not call realize on items 2018-01-26 15:11:50 +01:00
elm_genlist.eo eolian: deferred parsing of inherits + better static checks 2018-01-30 17:08:44 +01:00
elm_genlist.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_genlist_common.h
elm_genlist_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_gesture_layer.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_gesture_layer.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_gesture_layer_common.h elementary: fixed single typos in few modules 2017-11-27 17:36:58 +09:00
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: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_glview.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_glview.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_glview_common.h
elm_glview_legacy.h
elm_grid.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_grid.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_grid.h
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 elm: Add missing undef EAPI to Elementary.h 2017-08-09 13:26:54 +09:00
elm_hover.c efl_ui_focus: merge efl_ui_focus_user and efl_ui_focus_object into one mixin 2018-01-16 22:39:13 +01:00
elm_hover.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_hover.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_hover_legacy.h
elm_hover_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_hoversel.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_hoversel_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_icon.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_icon.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_icon.h elm: enhance documentation for following files 2017-10-18 17:38:16 +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: enhance documentation for following files 2017-10-18 17:38:16 +09:00
elm_image_eo.h
elm_image_legacy.h efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_index.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_index.eo elm_index: fix documentation of wrong param name 2018-01-29 21:17:26 +09:00
elm_index.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_index_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_index_legacy.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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_interface_scrollable.eo widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_interface_scrollable.h scroll: Rename elm enum to efl.ui 2017-08-30 17:29:52 +09:00
elm_interfaces.h efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_inwin.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_inwin.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09: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 widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_label.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_label.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_label_legacy.h
elm_label_part.eo elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09:00
elm_layout.h doc: add missing parameters and fix references for some elm widgets 2017-10-24 15:46:30 +09:00
elm_layout_common.h
elm_layout_legacy.h elementary: fixed single typos in few modules 2017-11-27 17:36:58 +09:00
elm_list.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_list.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_list.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_list_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_list_legacy.h
elm_macros.h
elm_main.c quicklaunch: return child pid from elm_quicklaunch_fork() on success 2018-01-26 14:10:31 -05:00
elm_map.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_map.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_map.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_map_common.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 widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_mapbuf.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_mapbuf.h
elm_mapbuf_legacy.h
elm_mapbuf_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_menu.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_menu.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_menu.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_menu_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09: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 elm: Fix module load with ELM_RUN_IN_TREE 2017-09-26 17:58:07 +09:00
elm_module_helper.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
elm_multibuttonentry_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_naviframe.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_naviframe_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_naviframe_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_need.h
elm_notify.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_notify.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_notify.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_notify_common.h
elm_notify_legacy.h
elm_notify_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_pan.eo evas/edje/elm: Remove all uses of clipped groups 2017-09-13 09:57:05 +09:00
elm_panel.c elm_panel: add exception handling in _drawer_close() 2018-01-16 14:57:38 +09:00
elm_panel.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_panel.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_panel_common.h
elm_panel_legacy.h
elm_panel_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_panes.h edje/elm: Rename _internal_ to _part_ (EO) 2017-09-13 13:53:49 +09:00
elm_panes_legacy.h elm_panes_legacy: Fix description of functions 2018-01-30 18:53:33 +09:00
elm_part_helper.h widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_photo.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_photo.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_photocam.h elm: rename elm_photocam to Efl.Ui.Image.Zoomable 2017-05-29 14:52:36 +09:00
elm_photocam_legacy.h photocam: Use Eina.Rect for image_region 2017-09-19 10:51:48 +09:00
elm_player.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_player_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_plug.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_plug.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_plug.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_plug_legacy.h
elm_popup.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_popup_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_popup_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_prefs.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_prefs.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_prefs.h elm: Remove some eo files from installation 2016-10-26 13:42:54 +09:00
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 all: Simplify definition of EAPI 2018-01-18 18:04:03 +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 elm: Uniform change event for nstate,radio,check 2017-12-13 13:47:48 +09:00
elm_radio_legacy.h elm radio: fix build of things that don't enable eo APIs 2017-11-02 14:48:52 +01: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 widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_route.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_route.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_route_legacy.h
elm_scale.h
elm_scroll.h
elm_scroller.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_scroller.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_scroller.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_scroller_legacy.h scroll: Rename elm enum to efl.ui 2017-08-30 17:29:52 +09:00
elm_scroller_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_segment_control.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_segment_control.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_segment_control_legacy.h
elm_separator.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_separator.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_separator.h elm: Fix elementary uninstalled eo headers 2016-10-27 10:00:08 +09:00
elm_separator_legacy.h separator: Remove orientation API use (EO) 2017-08-10 14:42:08 +09:00
elm_slider.h elm: Rename slider part to part_indicator 2017-12-12 11:14:04 +09:00
elm_slider_common.h
elm_slider_legacy.h Efl.Ui.Slider: make indicator_visible_mode() legacy APIs 2017-11-17 14:38:32 +09:00
elm_slideshow.c elm: Define and rename internal atspi struct in EO 2017-11-16 12:00:18 +09:00
elm_slideshow.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_spinner.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_spinner.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_spinner_legacy.h efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +09:00
elm_store.c elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_store.h
elm_sys_notify.c elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_sys_notify_dbus.c elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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 efl: Reset ecore event types on init 2017-12-19 11:14:37 +09: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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_systray_common.h
elm_systray_watcher.c
elm_systray_watcher.h
elm_table.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_table.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_table.h
elm_table_legacy.h
elm_theme.c efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_theme.h
elm_thumb.c widget: rename elm widget to Efl.Ui.Widget. 2018-01-08 21:28:10 +09:00
elm_thumb.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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_toolbar.c widget: Move on_focus_update to Focus.Object 2018-01-19 17:30:04 +09:00
elm_toolbar.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_toolbar.h
elm_toolbar_common.h
elm_toolbar_eo.h
elm_toolbar_item.eo efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09: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 efl: drop deprecated Encoding key from desktop files 2017-12-13 10:27:48 -08:00
elm_transit.h
elm_util.c
elm_view_form.c elm: Major cleanup of EO files 2017-11-01 21:23:31 +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 elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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 efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +09:00
elm_web.h Change the EFL to follow the new Eo rename. 2016-08-11 17:04:43 +01:00
elm_web2.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_web_common.h
elm_web_eo.h
elm_web_legacy.h
elm_widget.h efl_ui_legacy: add new interface to indicate legacy widget 2018-01-24 18:14:26 +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 elm_calendar: migrate to composition! 2017-10-10 19:28:47 +02: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 elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_colorselector.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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 elementary: fixed single typos in few modules 2017-11-27 17:36:58 +09:00
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: Major cleanup of EO files 2017-11-01 21:23:31 +09: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: Major cleanup of EO files 2017-11-01 21:23:31 +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 elm_gengrid: implement item-content-focus 2017-10-16 19:51:38 +02:00
elm_widget_genlist.h genlist: implement item focus 2017-11-12 12:04:11 +01:00
elm_widget_glview.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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: Major cleanup of EO files 2017-11-01 21:23:31 +09: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 elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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 efl_access: Add attribute_append, attributes_clear APIs 2017-11-22 11:54:45 +09:00
elm_widget_item_static_focus.c elm_gen****: do not call realize on items 2018-01-26 15:11:50 +01:00
elm_widget_item_static_focus.eo elm_gen****: do not call realize on items 2018-01-26 15:11:50 +01:00
elm_widget_label.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_layout.h elementary: Add efl_ui_list widget 2017-12-13 14:13:09 -02:00
elm_widget_list.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09: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 elm: Major cleanup of EO files 2017-11-01 21:23:31 +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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_panel.h elm_panel: prevent redundant callback function addition or deletion 2018-01-16 13:19:36 +09: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 elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_plug.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_popup.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
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: Major cleanup of EO files 2017-11-01 21:23:31 +09: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 separator: Remove orientation API use (EO) 2017-08-10 14:42:08 +09: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 elementary: fixed single typos in few modules 2017-11-27 17:36:58 +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 elm_toolbar: port to composition 2017-10-16 11:02:13 +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 win: Move autodel to C only 2017-11-14 12:18:39 +09:00
elm_win_common.h
elm_win_eo.h win: Move autodel to C only 2017-11-14 12:18:39 +09:00
elm_win_legacy.h win: Remove unusable type "dnd" 2018-01-18 14:20:49 +09:00
els_box.c efl: Use Eina.Size2D for size hint combined min 2017-09-18 16:33:33 +09:00
els_box.h
els_cursor.c ecore/edje/elm: Fix a few WRN from calls to NULL 2018-01-16 18:37:05 +09:00
els_tooltip.c elm_tooltip: set theme group to NULL 2018-01-17 13:49:49 +09:00
elu_ews_wm.c efl_ui_widget: find new edc resource for efl_ui_widgets 2017-12-08 15:57:26 +09:00