efl/src/lib/elementary
Sungtaek Hong fc8cc4a9b3 efl_ui_widget: find theme just once in layout inherited widget
When a widget inherits layout in tries to set theme in group_add or in
constructor. When another widget inherits the previous widget, it sets
layout again with new klass name. This sets klass in the widget and
sets layout in super class, so that it can set layout only once.

Test Plan: Run efl_ui_widget related elementary test.

Reviewers: jpeg, cedric, woohyun, singh.amitesh

Differential Revision: https://phab.enlightenment.org/D5473
2017-12-08 16:02:22 +09:00
..
.gitignore
Efl_Ui.h elementary: provide network when doing ui. 2017-11-14 20:14:01 -08:00
Elementary.h efl_ui_popup_anchor: add Efl.Ui.Popup.Anchor class 2017-11-28 17:15:42 +09:00
Elementary.hh cxx: Include edje from elementary 2017-12-05 15:01:45 +09:00
Elementary_Cursor.h
Elementary_Options.h.in
efl_access.c efl_access: Add reading_info_type set/get APIs 2017-11-23 12:07:52 +09:00
efl_access.eo efl_access: Add reading_info_type set/get APIs 2017-11-23 12:07:52 +09: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 elm: Define and rename internal atspi struct in EO 2017-11-16 12:00:18 +09:00
efl_access_component.c elm: mark access interfaces as beta 2017-11-01 21:31:46 +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 elm: mark access interfaces as beta 2017-11-01 21:31:46 +09: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 elm: mark access interfaces as beta 2017-11-01 21:31:46 +09:00
efl_access_widget_action.c elm: Define and rename internal atspi struct in EO 2017-11-16 12:00:18 +09:00
efl_access_widget_action.eo elm: Define and rename internal atspi struct in EO 2017-11-16 12:00:18 +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_ui.eot Efl.Ui.Slider: replace default with on_drag in visible_mode enum. 2017-11-17 14:38:32 +09:00
efl_ui_bg.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_bg.eo efl_ui_bg: add Efl.Gfx.color_get. 2017-11-27 11:55:24 +09:00
efl_ui_bg_eo.h elm_bg: rename elm_bg to Efl.Ui.Bg 2017-09-26 17:58:07 +09:00
efl_ui_bg_private.h elm_bg: rename elm_bg to Efl.Ui.Bg 2017-09-26 17:58:07 +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 efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +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_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_button.eo button: Implement Efl.Content set/get/unset 2017-11-20 20:22:48 +09:00
efl_ui_button_eo.h
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
efl_ui_calendar.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_calendar.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +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_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_check.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
efl_ui_check_eo.h
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_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_clock.eo efl_ui_clock: changed property name from value to time 2017-10-25 16:44:25 +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_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 layout: Implement cursor part APIs with efl_part 2017-08-04 11:52:16 +09:00
efl_ui_flip.c elm_part_helper: Change macro name for default content part 2017-11-29 13:43:21 +09:00
efl_ui_flip.eo efl_ui_flip: remove old api! 2017-10-10 19:28:46 +02:00
efl_ui_flip_eo.h
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_object: document the bahaviour of the manager property 2017-11-15 13:21:22 +01:00
efl_ui_focus_composition.eo efl_ui_focus_composition: fix docs 2017-11-30 19:20:42 +01:00
efl_ui_focus_composition_adapter.eo introduce efl_ui_focus_composition! 2017-10-10 19:28:47 +02:00
efl_ui_focus_layer.c efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_focus_layer.eo efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +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 efl_ui_focus_manager: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_focus_manager_calc.c focus: more testcases! 2017-12-06 16:10:18 +01:00
efl_ui_focus_manager_calc.eo efl_ui_focus_manager: fix api duplication 2017-12-05 17:19:28 +01: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_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_focus_manager_sub.eo efl_ui_focus_manager_sub: do not specify a interface as first argument 2017-11-17 16:08:14 +01:00
efl_ui_focus_object.c efl_ui_focus_object: emit changed event after the flag gets set 2017-11-17 16:08:14 +01:00
efl_ui_focus_object.eo efl_ui_focus_object: make it protected 2017-11-15 13:21:22 +01: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 efl_ui_focus: add parent_provider 2017-10-13 12:31:47 +02:00
efl_ui_focus_parent_provider_gen.c efl_ui_focus_parent_provider_gen: looks to get the last widget before 2017-10-19 15:20:59 +02:00
efl_ui_focus_parent_provider_gen.eo elm_gengrid: implement item-content-focus 2017-10-16 19:51:38 +02: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 efl_ui_focus: add parent_provider 2017-10-13 12:31:47 +02:00
efl_ui_focus_rectangle.eo efl_ui_Focus_manager_root_focus: add focus rectangle 2017-10-10 19:28:47 +02:00
efl_ui_focus_user.eo efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_focus_util.c efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_focus_util.eo efl_ui_focus_util: add a util class 2017-11-17 16:08:14 +01:00
efl_ui_frame.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_frame.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
efl_ui_frame_eo.h
efl_ui_frame_legacy.h
efl_ui_grid.c widget: Rename EO APIs to efl_ui_widget_xxx 2017-10-24 14:30:21 +09:00
efl_ui_grid.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +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 Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +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 edje: rename Edje.Object to Efl.Canvas.Layout 2017-12-06 13:12:29 +09:00
efl_ui_image.eo edje: rename intf Efl.Canvas.Layout_Group to Efl.Layout.Group 2017-12-05 16:18:32 +09:00
efl_ui_image_factory.c
efl_ui_image_factory.eo
efl_ui_image_zoomable.c edje: rename intf Efl.Canvas.Layout_Group to Efl.Layout.Group 2017-12-05 16:18:32 +09:00
efl_ui_image_zoomable.eo edje: rename intf Efl.Canvas.Layout_Group to Efl.Layout.Group 2017-12-05 16:18:32 +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: Major cleanup of EO files 2017-11-01 21:23:31 +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 elm: Don't do anything before construction 2017-11-07 14:43:22 +09: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 efl_ui_widget: use elm_widget_element_update to set subobj edc 2017-12-08 15:57:26 +09:00
efl_ui_layout.eo efl_ui_widget: use elm_widget_element_update to set subobj edc 2017-12-08 15:57:26 +09:00
efl_ui_layout_pack.c elm: Use auto_unref for parts 2017-10-24 14:49:12 +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 elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09: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 elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09:00
efl_ui_layout_part_text.eo Ui layout: support markup for efl_part() 2017-09-28 19:32:02 +03:00
efl_ui_multibuttonentry.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_multibuttonentry.eo elm_multibuttonentry: on_focus_update is not needed anymore 2017-11-21 20:37:20 +01: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_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 efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_nstate.eo
efl_ui_nstate.h
efl_ui_panes.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_panes.eo efl_ui_panes: remove old api! 2017-10-10 19:28:46 +02: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 elm: Split off text and content for efl_part 2017-09-21 12:27:34 +09: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 elm_part_helper: Change macro name for default content part 2017-11-29 13:43:21 +09:00
efl_ui_popup.eo docs: fill in mising eo file docs for efl_ui_popup 2017-12-04 15:29:43 +01:00
efl_ui_popup_alert.c efl_ui_popup_alert: Define Clicked_Event structure 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert.eo docs: fill in missing docs for efl_ui_popup_alert eo class 2017-12-04 15:42:36 +01:00
efl_ui_popup_alert_part.eo efl_ui_popup: Replace Efl.Container to Efl.Content to rebase 2017-11-28 17:15:42 +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: Remove expandable property for now 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_scroll.eo efl_ui_popup_alert: Remove expandable property for now 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_scroll_part.eo efl_ui_popup: Replace Efl.Container to Efl.Content to rebase 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_scroll_private.h efl_ui_popup_alert: Remove expandable property for now 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_text.c efl_ui_popup_alert: Remove expandable property for now 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_text.eo efl_ui_popup_alert: Remove expandable property for now 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_text_part.eo efl_ui_popup: Replace Efl.Container to Efl.Content to rebase 2017-11-28 17:15:42 +09:00
efl_ui_popup_alert_text_private.h efl_ui_popup_alert: Remove expandable property for now 2017-11-28 17:15:42 +09:00
efl_ui_popup_anchor.c efl_ui_popup: Replace group_add/del with constructor/destructor 2017-11-28 17:15:42 +09:00
efl_ui_popup_anchor.eo docs: fill in mising docs for efl_ui_popup_anchor class 2017-12-04 15:32:48 +01:00
efl_ui_popup_anchor_private.h efl_ui_popup: Code refactoring to replace legacy APIs 2017-11-28 17:15:42 +09:00
efl_ui_popup_part.eo efl_ui_popup: Replace Efl.Container to Efl.Content to rebase 2017-11-28 17:15:42 +09:00
efl_ui_popup_private.h efl_ui_popup: Make backwall efl part object of Efl.Ui.Popup 2017-11-28 17:15:42 +09:00
efl_ui_progressbar.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_progressbar.eo elm: add Efl.Access.Value interface to progressbar 2017-11-16 12:05:21 +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 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_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_radio.eo radio: Implement Efl.Content 2017-11-20 20:39:34 +09:00
efl_ui_radio_eo.h
efl_ui_radio_private.h
efl_ui_slider.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_slider.eo slider: Implement Efl.Content 2017-11-20 20:39:44 +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_part.eo Efl.Ui.Slider: add visible_mode() as an indicator part API 2017-11-17 14:38:32 +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 efl_ui_spin: Support value change using mouse wheel. 2017-11-28 20:03:06 +09:00
efl_ui_spin.eo efl_ui_spin: Support value change using mouse wheel. 2017-11-28 20:03:06 +09:00
efl_ui_spin_button.c efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
efl_ui_spin_button.eo efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +09:00
efl_ui_spin_button_private.h efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +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_text.c efl_ui_widget: use elm_widget_element_update to set subobj edc 2017-12-08 15:57:26 +09:00
efl_ui_text.eo edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.Signal 2017-12-05 16:18:32 +09:00
efl_ui_text_async.eo elm: Don't do anything before construction 2017-11-07 14:43:22 +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 widget: Rename EO APIs to efl_ui_widget_xxx 2017-10-24 14:30:21 +09:00
efl_ui_textpath.eo textpath: remove legacy api support 2017-09-05 12:09:08 +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 elm: Introduce interface Efl.Ui.Translatable 2017-09-26 17:58:07 +09:00
efl_ui_video.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
efl_ui_video.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +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.h
efl_ui_video_private.h
efl_ui_widget_flip.h
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_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 part bg: Fix up some unnecessary complexity 2017-11-24 16:12:31 +09:00
efl_ui_win.c efl_ui_widget: use elm_widget_element_update to set subobj edc 2017-12-08 15:57:26 +09:00
efl_ui_win.eo focus: fix build break after previous commit. 2017-11-29 19:46: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 win: Add Efl.Ui.Win_Inlined and remove parent2 2017-08-23 11:16:45 +09:00
efl_ui_win_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +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 elc_combobox: use elm_legacy_add for internal component 2017-11-28 11:47:43 +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 elm_part_helper: Change macro name for default content part 2017-11-29 13:43:21 +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_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
elc_fileselector.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elc_fileselector_button.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elc_fileselector_button.h
elc_fileselector_button_legacy.h
elc_fileselector_common.h
elc_fileselector_entry.c elm_part_helper: Change macro name for default content part 2017-11-29 13:43:21 +09:00
elc_fileselector_entry.h
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 efl_ui_widget: add new internal EAPI for new group name 2017-12-08 15:57:25 +09:00
elc_hoversel.h
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_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
elc_naviframe.h
elc_naviframe_common.h
elc_naviframe_legacy.h
elc_player.c elm_part_helper: Change macro name for default content part 2017-11-29 13:43:21 +09:00
elc_popup.c edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.Signal 2017-12-05 16:18:32 +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 eo: Move hacky API auto_unref to C only 2017-12-05 15:06:34 +09:00
elementary_js.cc elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_access.c efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
elm_access.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_access.h
elm_actionslider.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_actionslider.eo elm_actionslider: remove old api! 2017-10-10 19:28:46 +02:00
elm_actionslider.h
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 elementary: fix typos in elm_atspi_bridge 2017-11-23 15:40:22 -08:00
elm_atspi_bridge.eo
elm_atspi_bridge.h
elm_authors.h update author(hermet) email. 2017-10-14 23:03:51 +08:00
elm_bg.h elm_bg: rename elm_bg to Efl.Ui.Bg 2017-09-26 17:58:07 +09:00
elm_bg_eo.h
elm_bg_legacy.h elm_bg_legacy: add missing parameter description 2017-10-26 16:12:03 +09:00
elm_box.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_box.eo elm_box: port to composition 2017-10-16 11:02:13 +02: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 efl_ui_widget: add new internal EAPI for new group name 2017-12-08 15:57:25 +09:00
elm_bubble.eo elm_bubble: remove old api! 2017-10-10 19:28:46 +02:00
elm_bubble.h
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
elm_cache.h
elm_calendar.c focus: remove focus.get{} from widget.eo 2017-11-29 19:25:14 +09:00
elm_calendar.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +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 elm_calendar: migrate to composition! 2017-10-10 19:28:47 +02:00
elm_calendar_legacy.h
elm_check.h doc: add missing parameters and fix references for some elm widgets 2017-10-24 15:46:30 +09:00
elm_check_legacy.h
elm_clock.c efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_clock.eo elm_clock: convert to composition! 2017-10-10 19:28:47 +02: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.c evas: Move evas_canvas.eo to legacy-only 2017-11-01 11:22:33 +09:00
elm_cnp.h
elm_code.c
elm_code.h
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
elm_code_file.h
elm_code_indent.c
elm_code_indent.h
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_private.h
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_text.c
elm_code_text.h
elm_code_widget.c efl_ui_widget: find theme just once in layout inherited widget 2017-12-08 16:02:22 +09:00
elm_code_widget.eo elm_code: Adding initial support for alpha channel 2017-12-07 23:39:49 +00:00
elm_code_widget_legacy.h
elm_code_widget_private.h elm_code: Adding initial support for alpha channel 2017-12-07 23:39:49 +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 edje: rename Edje.Object to Efl.Canvas.Layout 2017-12-06 13:12:29 +09:00
elm_colorselector.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +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 elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_config.c Efl.Ui.Slider: replace default with on_drag in visible_mode enum. 2017-11-17 14:38:32 +09:00
elm_config.h elementary: add an interface to enable/disable PAUSE/RESUME application state. 2017-11-15 16:28:20 -08:00
elm_conform.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +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 elm: Rename elm_layout to Efl.Ui.Layout 2017-08-08 13:25:58 +09:00
elm_ctxpopup.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_ctxpopup_item.eo elm: add "activate" action to ctxpopup items 2017-11-20 12:03:29 +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 elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_datetime.h
elm_dayselector.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_dayselector.eo eolian: disallow ptr() on things that are already pointer-like 2017-11-03 15:30:10 +01:00
elm_dayselector.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_dayselector_item.eo
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_diskselector.c focus: remove focus.get{} from widget.eo 2017-11-29 19:25:14 +09:00
elm_diskselector.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_diskselector.h
elm_diskselector_common.h
elm_diskselector_item.eo
elm_diskselector_legacy.h
elm_entry.c edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.Signal 2017-12-05 16:18:32 +09:00
elm_entry.eo edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.Signal 2017-12-05 16:18:32 +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 elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_fileselector_button.eo
elm_fileselector_entry.eo elm_fileselector_entry: remove old api! 2017-10-10 19:28:46 +02: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 efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +09:00
elm_flipselector.eo efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +09:00
elm_flipselector.h elementary: remove documentation error 2017-10-17 19:05:47 +09:00
elm_flipselector_item.eo
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_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 elm: Move legacy enums to elm_general.eot. 2017-12-04 15:47:52 -03:00
elm_general.h Efl.Ui.Slider: replace default with on_drag in visible_mode enum. 2017-11-17 14:38:32 +09:00
elm_gengrid.c efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_gengrid.eo elm_gengrid: jump back to the last selected item on gengrid focus jump 2017-11-22 13:24:52 +01: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 elm_widget_item: refactor logic from gengrid into seperated class 2017-11-11 20:21:56 +01:00
elm_gengrid_legacy.h
elm_gengrid_pan.eo
elm_genlist.c efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_genlist.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09: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 genlist: implement item focus 2017-11-12 12:04:11 +01:00
elm_genlist_legacy.h
elm_genlist_pan.eo
elm_gesture_layer.c elementary: fix typos in elm_gesture_layer 2017-11-23 15:41:00 -08:00
elm_gesture_layer.eo widget: Rename hook "disable" (EO) 2017-08-29 10:40:53 +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 focus: remove focus.get{} from widget.eo 2017-11-29 19:25:14 +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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_glview_common.h
elm_glview_legacy.h
elm_grid.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_grid.eo elm_grid: port to composition 2017-10-16 11:02:13 +02: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 efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
elm_hover.eo elm: add custom access state for Elm.Hover 2017-11-24 16:50:01 +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 elm: overload access children getter 2017-11-20 12:03:04 +09:00
elm_hoversel_item.eo
elm_icon.c elm: set accurate access role for elm_icon 2017-11-13 12:08:43 +09:00
elm_icon.eo
elm_icon.h elm: enhance documentation for following files 2017-10-18 17:38:16 +09:00
elm_icon_legacy.h
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 efl_ui_widget: add new internal EAPI for new group name 2017-12-08 15:57:25 +09:00
elm_index.eo elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_index.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_index_item.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_index_legacy.h
elm_interface_fileselector.c
elm_interface_fileselector.eo
elm_interface_fileselector.h
elm_interface_scrollable.c elm ifrace scrollable - fix uninitialized values on scroll asjust 2017-11-24 23:52:08 +09:00
elm_interface_scrollable.eo elm_interface_scrollable: do not scroll to a focused element by default 2017-10-19 15:20:59 +02: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_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_inwin.c elm_part_helper: Change macro name for default content part 2017-11-29 13:43:21 +09:00
elm_inwin.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_inwin.h
elm_inwin_legacy.h
elm_label.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_label.eo elm_label: remove old api! 2017-10-10 19:28:47 +02: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 efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_list.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_list.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_list_item.eo elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_list_legacy.h
elm_macros.h
elm_main.c efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
elm_map.c focus: remove focus.get{} from widget.eo 2017-11-29 19:25:14 +09:00
elm_map.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +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
elm_mapbuf.c elm_part_helper: Change macro name for default content part 2017-11-29 13:43:21 +09:00
elm_mapbuf.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +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 efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_menu.eo elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_menu.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_menu_item.eo elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_menu_legacy.h
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 elm: Fix modules due to a missing EAPI 2017-08-09 17:08:24 +09:00
elm_multibuttonentry_item.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_naviframe.eo edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.Signal 2017-12-05 16:18:32 +09:00
elm_naviframe_item.eo elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +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 efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_notify.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +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
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: Define and rename internal atspi struct in EO 2017-11-16 12:00:18 +09:00
elm_panel.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +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 Efl.Ui.Panes: rename left/right_size_set to split_ratio 2017-08-10 15:15:50 +09:00
elm_part_helper.h eo: Move hacky API auto_unref to C only 2017-12-05 15:06:34 +09:00
elm_photo.c efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_photo.eo
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 photocam: Use Eina.Rect for image_region 2017-09-19 10:51:48 +09:00
elm_player.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_player_part.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +09:00
elm_plug.c focus: remove focus.get{} from widget.eo 2017-11-29 19:25:14 +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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_plug_legacy.h
elm_popup.eo edje: rename intf Efl.Canvas.Layout.Signal to Efl.Layout.Signal 2017-12-05 16:18:32 +09:00
elm_popup_item.eo
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 elm_prefs: remove old api! 2017-10-10 19:28:47 +02: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
elm_prefs_edd.x
elm_prefs_legacy.h
elm_priv.h efl_ui_widget: find new edc resource for efl_ui_widgets 2017-12-08 15:57:26 +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_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
elm_route.c elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_route.eo
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 efl_ui_widget: add new internal EAPI for new group name 2017-12-08 15:57:25 +09:00
elm_scroller.eo efl: Split Efl.Container and Efl.Content 2017-11-20 19:02:09 +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 efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_segment_control.eo elm_segment_control: migrate to composition! 2017-10-10 19:28:47 +02:00
elm_segment_control.h
elm_segment_control_item.eo elm_segment_control: migrate to composition! 2017-10-10 19:28:47 +02:00
elm_segment_control_legacy.h
elm_separator.c efl_ui_widget: add new internal EAPI for new group name 2017-12-08 15:57:25 +09:00
elm_separator.eo elm_seperator: remove old api! 2017-10-10 19:28:47 +02: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 slider: Export the part class 2017-11-07 22:17: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 elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_slideshow.h
elm_slideshow_common.h
elm_slideshow_item.eo
elm_slideshow_legacy.h
elm_spinner.c efl_ui_widget: find new edc resource for efl_ui_widgets 2017-12-08 15:57:26 +09:00
elm_spinner.eo efl_ui_spin: Add new spin and spin_button widgets 2017-11-27 19:40:31 +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
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
elm_sys_notify_interface.c
elm_sys_notify_interface.eo
elm_systray.c elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_systray.eo
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 elm: Create legacy widgets with elm_legacy_add 2017-11-07 14:50:31 +09:00
elm_table.eo elm_table: port to composition 2017-10-16 11:02:13 +02:00
elm_table.h
elm_table_legacy.h
elm_theme.c efl_ui_widget: find new edc resource for efl_ui_widgets 2017-12-08 15:57:26 +09:00
elm_theme.h
elm_thumb.c elementary: fix typos 2017-11-20 11:54:52 +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 efl.gfx: move scale{} from efl.ui.base to efl.gfx 2017-12-04 14:38:39 +09:00
elm_toolbar.eo elm: Rename elm_interface_atspi_widget_action mixin 2017-11-16 12:00:18 +09:00
elm_toolbar.h
elm_toolbar_common.h
elm_toolbar_eo.h
elm_toolbar_item.eo elm: rename Elm_Interface_Atspi_Accessible interface 2017-10-19 10:13:54 +09:00
elm_toolbar_legacy.h
elm_tooltip.h
elm_transit.c efl: Use Eina.Size2D for Efl.Gfx.size 2017-09-18 13:34:50 +09: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
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
elm_view_list.h
elm_web.eo eolian: add mstring 2017-09-22 17:10:42 +02:00
elm_web.h
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.c efl_ui_widget: find new edc resource for efl_ui_widgets 2017-12-08 15:57:26 +09:00
elm_widget.eo efl_ui_focus_user/object: fix api duplication 2017-12-05 17:19:28 +01:00
elm_widget.h efl_ui_widget: add new internal EAPI for new group name 2017-12-08 15:57:25 +09:00
elm_widget_actionslider.h
elm_widget_bg.h
elm_widget_box.h
elm_widget_bubble.h
elm_widget_calendar.h elm_calendar: migrate to composition! 2017-10-10 19:28:47 +02:00
elm_widget_clipper.h
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
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
elm_widget_entry.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_fileselector.h
elm_widget_fileselector_button.h
elm_widget_fileselector_entry.h
elm_widget_flipselector.h
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
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
elm_widget_index.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_inwin.h
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_widget_item_static_focus: do not accept the adapter as subchild 2017-11-12 12:05:31 +01:00
elm_widget_item_static_focus.eo elm_widget_item: refactor logic from gengrid into seperated class 2017-11-11 20:21:56 +01:00
elm_widget_label.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_layout.h efl_ui_widget: add new internal EAPI for new group name 2017-12-08 15:57:25 +09:00
elm_widget_list.h elm: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_map.h
elm_widget_mapbuf.h
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: Major cleanup of EO files 2017-11-01 21:23:31 +09:00
elm_widget_photo.h
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
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 elementary: fixed single typos in few modules 2017-11-27 17:36:58 +09:00
elm_widget_table.h
elm_widget_thumb.h
elm_widget_toolbar.h elm_toolbar: port to composition 2017-10-16 11:02:13 +02:00
elm_widget_web.h
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 elementary: fix typos in elm_win_legacy 2017-11-23 15:41:43 -08: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 efl_ui_widget: find new edc resource for efl_ui_widgets 2017-12-08 15:57:26 +09:00
els_tooltip.c evas: Move evas_canvas.eo to legacy-only 2017-11-01 11:22:33 +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