efl/src/lib/elementary
Ali Alzyod c00db387c3 Efl.Ui.Text : all related interfaces
Summary:
Change summary:

Removed :
- efl_ui_text_selectable.eo and add it functionality into efl_text_interactive.eo
- efl_ui_text_editable.eo because it is same as efl_ui_text.eo (just set one property by default)

Modifications:
- Move all Text Input enums and functionality from efl_ui_text class into its own interface,  this interface will be implemented at efl_ui_internal_text_interactive class.

- Rename selection_allowed property to selectable (same as other "editable" property) in efl_text_interactive

- Add select_all function into efl_text_interactive interface

- Add have_selection property into efl_text_interactive interface

- Move user_change , selection_start/change/clear   and undo/redo events into efl_text_interactive interface.

- Move methods and events of copy/paste/cut into efl_ui_text

- Fix password-related functionality

- Remove context menu clear and add_item methods.  (these should be added later with better design)

- Remove Validation event from EFL_UI_TEXT.  (these should be added later with better design)

Reviewers: woohyun, tasn, segfaultxavi, zmike, bu5hm4n

Subscribers: stefan_schmidt, a.srour, q66, zmike, segfaultxavi, cedric

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10711
2019-12-09 10:58:39 +09:00
..
.gitignore
Efl_Ui.h Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
Efl_Ui.hh
Elementary.h build: firmly split legacy and unified API into Efl_Ui.h and Elementary.h 2019-09-18 18:04:58 +02:00
Elementary_Cursor.h
Elementary_Options.h.in
config_embed
efl_access_action.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_action.eo eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
efl_access_component.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_component.eo
efl_access_editable_text.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_editable_text.eo
efl_access_object.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_object.eo eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
efl_access_object.h
efl_access_selection.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_selection.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_access_text.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_text.eo eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
efl_access_text.h
efl_access_value.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_value.eo docs: Remove redundant documentation 2019-10-07 16:40:50 +02:00
efl_access_widget_action.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_widget_action.eo eolian: drop @cref 2019-08-29 13:58:16 +02:00
efl_access_widget_action.h
efl_access_window.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
efl_access_window.eo
efl_access_window.h
efl_config_global.eo efl: change all occurences of @owned to @move 2019-09-06 17:01:05 +02:00
efl_datetime_manager.c Evil: remove pwd code in Evil and fix compilation failures after the removal 2019-07-28 09:27:27 +01:00
efl_datetime_manager.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_text_interactive.eo Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
efl_ui.eot efl_ui_mutli_selectable: stabelize interfaces 2019-12-04 16:47:32 +01:00
efl_ui_action_connector.c efl_ui_action_connector: rename clickable_util to action_connector 2019-08-05 17:44:32 +02:00
efl_ui_action_connector.eo eolian: rename @class on methods to @static 2019-08-16 16:27:00 +02:00
efl_ui_alert_popup.c efl_ui_alert_popup: add title part in parts block 2019-11-07 13:38:47 +09:00
efl_ui_alert_popup.eo efl_ui_alert_popup: remove beta for efl_ui_alert_popup_title 2019-12-06 17:49:52 +09:00
efl_ui_alert_popup_part_title.eo efl_ui_alert_popup: remove beta for efl_ui_alert_popup_title 2019-12-06 17:49:52 +09:00
efl_ui_alert_popup_private.h
efl_ui_animation_view.c Efl.Ui.Animation_View: Implement sector playing feature 2019-11-12 14:30:25 +09:00
efl_ui_animation_view.eo Efl.Ui.Animation_View: Implement sector playing feature 2019-11-12 14:30:25 +09:00
efl_ui_animation_view.h efl_ui_animation_view: introduce a new widget for controlling vector animation. 2019-08-21 17:40:15 +09:00
efl_ui_animation_view_eo.legacy.c efl_ui_animation_view: introduce a new widget for controlling vector animation. 2019-08-21 17:40:15 +09:00
efl_ui_animation_view_eo.legacy.h efl_ui_animation_view: introduce a new widget for controlling vector animation. 2019-08-21 17:40:15 +09:00
efl_ui_animation_view_legacy.h efl_ui_animation_view: introduce a new widget for controlling vector animation. 2019-08-21 17:40:15 +09:00
efl_ui_animation_view_private.h Efl.Gfx.Vg.Value_Provider: Introduce property change feature of Efl.Ui.Animation_View 2019-10-02 14:19:30 +09:00
efl_ui_average_model.c efl: use eina_streq for all property operation in model to avoid crash on NULL property name. 2019-07-10 21:10:23 +02:00
efl_ui_average_model.eo docs: Fix problems with monospaced text 2019-10-02 11:31:19 +02:00
efl_ui_bg.c efl_ui/bg: unset finger_size multiplier during construction 2019-10-02 18:02:35 +02:00
efl_ui_bg.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_bg_eo.legacy.h
efl_ui_bg_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_bg_legacy_eo.h
efl_ui_bg_legacy_eo.legacy.h
efl_ui_bg_private.h
efl_ui_box.c efl_ui/container: remove erroneous negative value checks for uint params 2019-10-08 16:49:41 +02:00
efl_ui_box.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_box_flow.c efl_ui/flow.box: fix item calc with mixed weights 2019-08-01 14:37:05 -07:00
efl_ui_box_flow.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_box_layout.c efl_ui/box: optimize position_set operations with boxes 2019-07-17 10:54:44 -07:00
efl_ui_box_private.h efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
efl_ui_box_stack.c
efl_ui_box_stack.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_button.c theme: migrate all efl,anim,activate (and similar) signals to efl,state,animation,activated 2019-09-25 17:56:17 -04:00
efl_ui_button.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_button_eo.h
efl_ui_button_eo.legacy.h
efl_ui_button_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_button_legacy_eo.h
efl_ui_button_legacy_eo.legacy.h
efl_ui_button_legacy_part.eo
efl_ui_button_private.h
efl_ui_caching_factory.c docs: Improve documentation on cache-related classes 2019-10-28 16:51:59 +01:00
efl_ui_caching_factory.eo docs: Improve documentation on cache-related classes 2019-10-28 16:51:59 +01:00
efl_ui_calendar.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
efl_ui_calendar.eo docs: Remove redundant documentation 2019-10-07 16:40:50 +02:00
efl_ui_calendar_item.eo efl_ui_calendar_item: document this class a little bit more 2019-09-12 13:30:53 +02:00
efl_ui_calendar_private.h Efl.Ui.Format revamp 2019-07-04 19:38:20 +02:00
efl_ui_check.c check: reset flags that used for legacy 'changed' cb 2019-11-06 14:03:29 +01:00
efl_ui_check.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_check_eo.h
efl_ui_check_eo.legacy.c efl_ui_check: migrate from own property to Efl.Ui.Selectable 2019-08-06 17:09:42 +02:00
efl_ui_check_eo.legacy.h
efl_ui_check_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_check_legacy_eo.h
efl_ui_check_legacy_eo.legacy.h
efl_ui_check_legacy_part.eo
efl_ui_check_private.h elm/check: fix emission of legacy "changed" callback 2019-09-18 18:18:55 +02:00
efl_ui_clock.c Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
efl_ui_clock.eo docs: Switch remaining #doxygen-style refs to @eo-style 2019-09-02 11:57:27 +02:00
efl_ui_clock.h efl_ui/clock: remove module interface 2019-08-06 09:26:34 +02:00
efl_ui_clock_legacy.eo
efl_ui_clock_private.h
efl_ui_collection.c efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_collection.eo elementary: Fix declaration of CV managers getters 2019-12-06 16:55:09 +01:00
efl_ui_collection_focus_manager.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_collection_view.c collection_view: fix a potentional error 2019-12-06 15:35:46 +01:00
efl_ui_collection_view.eo elementary: Fix declaration of CV managers getters 2019-12-06 16:55:09 +01:00
efl_ui_collection_view_focus_manager.eo elementary: introduce Efl.Ui.CollectionView a generic listing View. 2019-09-24 11:12:43 -07:00
efl_ui_container_layout.c efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
efl_ui_container_layout.h efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
efl_ui_datepicker.c efl_ui_datepicker: no need to delete the manager here 2019-10-07 10:03:48 -04:00
efl_ui_datepicker.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_datepicker_private.h
efl_ui_default_item.c efl_ui_default_item: remove item parts 2019-08-21 07:50:45 +02:00
efl_ui_default_item.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_dnd.c
efl_ui_dnd.eo
efl_ui_dnd_container.eo
efl_ui_dnd_types.eot docs: Fill last missing docs from EO files 2019-07-08 17:48:57 +02:00
efl_ui_exact_model.c efl_ui_exact_model: fix always true condition 2019-09-23 11:16:37 +02:00
efl_ui_exact_model.eo docs: Fix problems with monospaced text 2019-10-02 11:31:19 +02:00
efl_ui_flip.c efl/hints: add restricted and combined max size hints 2019-08-14 12:08:13 -07:00
efl_ui_flip.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_ui_flip_eo.h
efl_ui_flip_eo.legacy.c
efl_ui_flip_eo.legacy.h
efl_ui_flip_legacy.h
efl_ui_flip_legacy_eo.c
efl_ui_flip_legacy_eo.h
efl_ui_flip_legacy_eo.legacy.h
efl_ui_flip_part.eo
efl_ui_focus_composition.c
efl_ui_focus_composition.eo efl: change all occurences of @owned to @move 2019-09-06 17:01:05 +02:00
efl_ui_focus_composition_adapter.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_focus_graph.c efl_ui_focus_manager_calc: fix resource leaks 2019-09-16 17:57:20 +02:00
efl_ui_focus_graph.h
efl_ui_focus_layer.c efl_ui_focus_layer: we should cleanup on invalidate 2019-08-07 10:24:08 -04:00
efl_ui_focus_layer.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_focus_manager.c
efl_ui_focus_manager.eo eo: add move tag to iterator 2019-11-26 15:51:05 +01:00
efl_ui_focus_manager_calc.c efl_ui_focus_manager_calc: fix resource leaks 2019-09-16 17:57:20 +02:00
efl_ui_focus_manager_calc.eo efl: change all occurences of @owned to @move 2019-09-06 17:01:05 +02:00
efl_ui_focus_manager_root_focus.c efl_ui_focus_manager_root_focus: perform focus switch delayed 2019-08-06 10:52:32 -04:00
efl_ui_focus_manager_root_focus.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_focus_manager_sub.c efl_ui_focus_managr_sub: fix a err message 2019-09-23 10:33:17 -07:00
efl_ui_focus_manager_sub.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_focus_manager_window_root.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_focus_object.c efl_ui_focus_object: do not emit focus_geometry_changed when not needed 2019-10-11 10:03:17 -04:00
efl_ui_focus_object.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_ui_focus_parent_provider.c
efl_ui_focus_parent_provider.eo
efl_ui_focus_parent_provider_gen.c efl_ui_widget: keep backward compatibility 2019-08-27 15:02:32 +02:00
efl_ui_focus_parent_provider_gen_eo.c
efl_ui_focus_parent_provider_gen_eo.h
efl_ui_focus_parent_provider_standard.c
efl_ui_focus_parent_provider_standard.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_focus_util.c
efl_ui_focus_util.eo docs: Update focus documentation 2019-09-03 18:41:34 +02:00
efl_ui_format.c efl_ui_format: fix some more harmless Coverity warnings 2019-09-16 18:10:09 +02:00
efl_ui_format.eo eo: add missing move tag 2019-11-26 15:51:08 +01:00
efl_ui_frame.c efl/hints: add restricted and combined max size hints 2019-08-14 12:08:13 -07:00
efl_ui_frame.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_ui_frame_eo.h
efl_ui_frame_eo.legacy.c
efl_ui_frame_eo.legacy.h
efl_ui_frame_legacy.h
efl_ui_frame_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_frame_legacy_eo.h
efl_ui_frame_legacy_eo.legacy.h
efl_ui_grid.c elementary: use data:null to remove unecessary structure declaration. 2019-07-25 21:03:11 +02:00
efl_ui_grid.eo efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_grid_default_item.c introduce default item 2019-08-21 07:50:44 +02:00
efl_ui_grid_default_item.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_grid_view.c elementary: add Efl.Ui.Grid_View by leveraging MVVM and Collection/Position_Manager infrastructure. 2019-09-24 11:12:45 -07:00
efl_ui_grid_view.eo efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_group_item.c efl_ui_pack: allow NULL as existing parameter in after and before 2019-09-23 16:15:44 -04:00
efl_ui_group_item.eo docs: Proper documentation for Collection and Item classes 2019-08-30 18:39:06 +02:00
efl_ui_homogeneous_model.c elementary: fix double eina_value_free in Efl.Ui.Homogeneous_Model.property.set 2019-09-17 10:24:12 -07:00
efl_ui_homogeneous_model.eo docs: Fix problems with monospaced text 2019-10-02 11:31:19 +02:00
efl_ui_image.c efl_ui_image: fix backward compatibility issue 2019-10-07 10:03:48 -04:00
efl_ui_image.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_image_factory.c efl: simplify logic for widget created by factory. 2019-09-24 09:18:49 +02:00
efl_ui_image_factory.eo efl: split Efl.Ui.Factory.create stage into constructing and building 2019-09-24 09:18:47 +02:00
efl_ui_image_legacy_eo.c
efl_ui_image_legacy_eo.h
efl_ui_image_legacy_eo.legacy.h
efl_ui_image_zoomable.c themes: Rename "dragable" to "draggable" 2019-09-27 08:42:27 -04:00
efl_ui_image_zoomable.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_image_zoomable_eo.h
efl_ui_image_zoomable_eo.legacy.c
efl_ui_image_zoomable_eo.legacy.h
efl_ui_image_zoomable_legacy_eo.c
efl_ui_image_zoomable_legacy_eo.h
efl_ui_image_zoomable_legacy_eo.legacy.h
efl_ui_image_zoomable_pan.eo
efl_ui_image_zoomable_private.h efl_ui/image: implement efl.player::playback_speed methods 2019-09-24 15:23:26 -07:00
efl_ui_internal_text_interactive.c Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
efl_ui_internal_text_interactive.eo Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
efl_ui_internal_text_interactive.h
efl_ui_internal_text_scroller.c Efl.Text.Cursor 2019-11-22 17:35:54 +09:00
efl_ui_internal_text_scroller.eo docs: Remove redundant documentation 2019-10-07 16:40:50 +02:00
efl_ui_internal_text_scroller.h
efl_ui_item.c efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_item.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_item_clickable.eo efl_ui/item_clickable: mark beta again 2019-09-26 18:00:32 +02:00
efl_ui_item_private.h elementary: introduce Efl.Ui.CollectionView a generic listing View. 2019-09-24 11:12:43 -07:00
efl_ui_l10n.eo
efl_ui_layout.c efl_ui/layout: unconditionally emit theme,changed event for legacy layouts 2019-12-04 16:48:01 +01:00
efl_ui_layout.eo efl_ui/layout: improve docs 2019-09-25 16:19:19 +02:00
efl_ui_layout_base.eo efl_ui/layout: improve docs 2019-09-25 16:19:19 +02:00
efl_ui_layout_factory.c elementary: return an error when unimplemented function on Efl.Ui.Widget_Factory. 2019-09-25 11:31:02 -07:00
efl_ui_layout_factory.eo elementary: Add documentatio to efl_ui_layout_factory.eo 2019-10-02 10:14:45 +02:00
efl_ui_layout_legacy_eo.c elm/layout: add some workarounds to try handling legacy min sizes 2019-10-14 09:30:23 -04:00
efl_ui_layout_legacy_eo.h elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_layout_legacy_eo.legacy.h
efl_ui_layout_pack.c Efl.Ui.Layout_Pack: fix obvious uninitialized variable 2019-09-24 17:57:00 +02:00
efl_ui_layout_part.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_layout_part_bg.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_layout_part_box.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_layout_part_content.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_layout_part_legacy.eo
efl_ui_layout_part_table.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_layout_part_text.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_legacy.c
efl_ui_legacy.eo
efl_ui_list.c elementary: use data:null to remove unecessary structure declaration. 2019-07-25 21:03:11 +02:00
efl_ui_list.eo efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_list_default_item.c introduce default item 2019-08-21 07:50:44 +02:00
efl_ui_list_default_item.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_list_placeholder_item.c efl_ui_default_item: remove item parts 2019-08-21 07:50:45 +02:00
efl_ui_list_placeholder_item.eo efl_ui_default_item: remove item parts 2019-08-21 07:50:45 +02:00
efl_ui_list_view.c elementary: migrate Efl.Ui.List_View to use Efl.Ui.Collection_View. 2019-09-24 11:12:44 -07:00
efl_ui_list_view.eo efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_multi_selectable.eo efl_ui_mutli_selectable: stabelize interfaces 2019-12-04 16:47:32 +01:00
efl_ui_multi_selectable_index_range.eo efl_ui_mutli_selectable: stabelize interfaces 2019-12-04 16:47:32 +01:00
efl_ui_multi_selectable_object_range.eo efl_ui_mutli_selectable: stabelize interfaces 2019-12-04 16:47:32 +01:00
efl_ui_navigation_bar.c efl_input_clickable: rename efl_ui_clickable to efl_input_clickable 2019-07-29 11:43:01 +02:00
efl_ui_navigation_bar.eo
efl_ui_navigation_bar_part.eo
efl_ui_navigation_bar_part_back_button.eo docs: Fix typos and wrap EO files to 120 chars 2019-09-02 16:24:26 +02:00
efl_ui_navigation_bar_private.h
efl_ui_navigation_layout.c
efl_ui_navigation_layout.eo
efl_ui_navigation_layout_private.h
efl_ui_pager.c introduce efl_ui_{pager/scroller} 2019-12-02 18:30:26 +01:00
efl_ui_pager.eo introduce efl_ui_{pager/scroller} 2019-12-02 18:30:26 +01:00
efl_ui_pan.c efl_ui/pan: remove pan,viewport,changed event 2019-08-30 14:48:14 -04:00
efl_ui_pan.eo docs: Fix typos and wrap EO files to 120 chars 2019-09-02 16:24:26 +02:00
efl_ui_panel.c efl.ui.scrollable: fix event name for scrollable 2019-09-16 12:04:27 +02:00
efl_ui_panel.eo efl_ui_scrollable: remove ui_scrollable_interactive and move all into ui_scrollable 2019-09-23 11:02:15 +02:00
efl_ui_panel_private.h efl_ui_panel: remove dependency with elm_interface_scrollable 2019-08-21 11:59:14 +02:00
efl_ui_panes.c efl_ui_panes: fix not to consider content min size for legacy panes 2019-10-11 10:03:17 -04:00
efl_ui_panes.eo eolian: rename event_prefix to event_c_prefix for consistency 2019-09-26 16:47:22 +02:00
efl_ui_panes_eo.h
efl_ui_panes_eo.legacy.c
efl_ui_panes_eo.legacy.h
efl_ui_panes_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_panes_legacy_eo.h
efl_ui_panes_legacy_eo.legacy.h
efl_ui_panes_part.eo
efl_ui_panes_private.h
efl_ui_popup.c theme: efl,action,clicked -> efl,action,click 2019-09-25 17:55:50 -04:00
efl_ui_popup.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_popup_part_backwall.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_popup_private.h efl_ui/popup: remove anchor_popup class 2019-08-21 10:42:04 -04:00
efl_ui_position_manager_common.h efl_ui_position_manager: only fill as many items as we need 2019-09-10 09:10:11 +02:00
efl_ui_position_manager_data_access_v1.eo docs: nicer formatting of the NULL keyword, everywhere 2019-09-10 16:05:44 +02:00
efl_ui_position_manager_entity.c efl_ui_position_manager: refactor data access 2019-08-27 17:47:54 +02:00
efl_ui_position_manager_entity.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_position_manager_grid.c efl_ui_position_manager_grid: avoid zero division case 2019-11-29 08:08:19 +01:00
efl_ui_position_manager_grid.eo efl_ui_position_manager: a way to announce new entities 2019-09-19 14:37:52 -07:00
efl_ui_position_manager_list.c elementary: cleanup Eina_Future properly by relying on efl_future_then proper lifecycle. 2019-11-07 22:24:00 +01:00
efl_ui_position_manager_list.eo efl_ui_position_manager: a way to announce new entities 2019-09-19 14:37:52 -07:00
efl_ui_progressbar.c elm: rename layout part aliasing functions/macros 2019-09-24 13:56:11 -07:00
efl_ui_progressbar.eo docs: Move property docs to property level instead of set/get 2019-09-13 12:30:03 +02:00
efl_ui_progressbar_eo.h
efl_ui_progressbar_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_progressbar_legacy_eo.h
efl_ui_progressbar_legacy_eo.legacy.h
efl_ui_progressbar_legacy_part.eo
efl_ui_progressbar_part.eo
efl_ui_progressbar_private.h Efl.Ui.Format revamp 2019-07-04 19:38:20 +02:00
efl_ui_property_bind_part.eo elementary: add support for widget part property bind. 2019-08-12 10:13:33 -07:00
efl_ui_radio.c api: move eo-based radio and check widgets to use selectable signal names 2019-09-25 17:55:24 -04:00
efl_ui_radio.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_radio_box.c efl_ui_*selectable: unify these APIs with the same c_prefix 2019-09-26 18:32:58 +09:00
efl_ui_radio_box.eo efl_ui_radio_box: declare stable 2019-12-04 16:47:33 +01:00
efl_ui_radio_eo.h
efl_ui_radio_eo.legacy.c
efl_ui_radio_eo.legacy.h
efl_ui_radio_group.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_radio_group_impl.c efl_ui_*selectable: unify these APIs with the same c_prefix 2019-09-26 18:32:58 +09:00
efl_ui_radio_group_impl.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_radio_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_radio_legacy_eo.h
efl_ui_radio_legacy_eo.legacy.h
efl_ui_radio_legacy_part.eo
efl_ui_radio_private.h
efl_ui_relative_container.c efl_ui_relative_container: rename relative_layout 2019-11-12 14:33:13 +01:00
efl_ui_relative_container.eo elementary: stabilize Efl.Ui.Relative_Container 2019-11-29 10:43:43 +01:00
efl_ui_relative_container_private.h efl_ui_relative_container: rename relative_layout 2019-11-12 14:33:13 +01:00
efl_ui_scroll_manager.c efl_ui/scroll_manager: fix null derefs 2019-09-26 17:59:49 -04:00
efl_ui_scroll_manager.eo Efl.Ui.Scroll_Manager: Fix indentation 2019-11-12 13:00:23 +01:00
efl_ui_scroll_util.c themes: Rename "dragable" to "draggable" 2019-09-27 08:42:27 -04:00
efl_ui_scroller.c efl_ui_scrollable: remove ui_scrollable_interactive and move all into ui_scrollable 2019-09-23 11:02:15 +02:00
efl_ui_scroller.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_select_model.c efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_select_model.eo efl_ui_multi_selectable: clean this up 2019-11-25 13:31:24 +01:00
efl_ui_selectable.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_selection.c
efl_ui_selection.eo
efl_ui_selection_manager.c elementary: handle case when XFIXES is not available. 2019-10-31 09:17:53 -04:00
efl_ui_selection_manager.eo
efl_ui_selection_manager_private.h
efl_ui_selection_types.eot Efl.Ui.Text: Minor tweaks on the documentation. 2019-07-26 09:48:16 +02:00
efl_ui_single_selectable.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_size_model.c
efl_ui_size_model.eo docs: Fix problems with monospaced text 2019-10-02 11:31:19 +02:00
efl_ui_slider.c slider: fix behavior of slider when mirrored 2019-11-19 14:04:05 +09:00
efl_ui_slider.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_slider_interval.c themes: Rename "dragable" to "draggable" 2019-09-27 08:42:27 -04:00
efl_ui_slider_interval.eo efl_ui_slider_interval: cut off the dependency with efl_ui_slider 2019-08-22 15:36:38 +02:00
efl_ui_slider_interval_private.h efl_ui_slider_interval: cut off the dependency with efl_ui_slider 2019-08-22 15:36:38 +02:00
efl_ui_slider_private.h efl_ui_slider: refactor for better data flow and code readability 2019-08-27 15:35:01 +02:00
efl_ui_spin.c efl_ui_spin/button: move from elm_ to efl_ prefixed functions 2019-08-05 08:47:00 -04:00
efl_ui_spin.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_spin_button.c theme: migrate all efl,anim,activate (and similar) signals to efl,state,animation,activated 2019-09-25 17:56:17 -04:00
efl_ui_spin_button.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_spin_button_private.h efl_ui_spin: move the step implementation to spin_button 2019-08-03 20:40:11 +02:00
efl_ui_spin_private.h efl_ui_spin: move the step implementation to spin_button 2019-08-03 20:40:11 +02:00
efl_ui_spotlight_container.c efl_ui_spotlight_container: reverse push and pop semantics 2019-12-03 14:38:28 +01:00
efl_ui_spotlight_container.eo elementary: Fix declaration of CV managers getters 2019-12-06 16:55:09 +01:00
efl_ui_spotlight_indicator.c elementary: rename Activew_View to Spotlight. 2019-07-05 19:18:22 +02:00
efl_ui_spotlight_indicator.eo efl_ui_spotlight: migrate from active_index to active_element 2019-09-06 16:10:40 +02:00
efl_ui_spotlight_indicator_icon.c efl_ui_spotlight_container: bring in min / max handling 2019-12-02 18:30:23 +01:00
efl_ui_spotlight_indicator_icon.eo efl_ui_spotlight_indicator: make this undependend from the main widget 2019-12-02 18:30:20 +01:00
efl_ui_spotlight_manager.c elementary: rename Activew_View to Spotlight. 2019-07-05 19:18:22 +02:00
efl_ui_spotlight_manager.eo efl_ui_spotlight_manager: remove the group object 2019-11-27 15:55:03 +01:00
efl_ui_spotlight_manager_plain.c efl_ui_spotlight_manager_*: remove size and position events 2019-11-27 15:55:09 +01:00
efl_ui_spotlight_manager_plain.eo Unify "animated" flags 2019-11-20 09:58:23 +01:00
efl_ui_spotlight_manager_scroll.c efl_ui_spotlight: move event rectangle 2019-12-02 18:30:19 +01:00
efl_ui_spotlight_manager_scroll.eo Unify "animated" flags 2019-11-20 09:58:23 +01:00
efl_ui_spotlight_manager_stack.c efl_ui_spotlight_manager_stack: fix positioning 2019-12-03 14:38:28 +01:00
efl_ui_spotlight_manager_stack.eo Unify "animated" flags 2019-11-20 09:58:23 +01:00
efl_ui_spotlight_util.c efl_ui_spotlight_container: fix ownership behavior of view_manager 2019-07-25 20:42:38 +02:00
efl_ui_spotlight_util.eo eolian: rename @class on methods to @static 2019-08-16 16:27:00 +02:00
efl_ui_stack.c introduce efl_ui_{pager/scroller} 2019-12-02 18:30:26 +01:00
efl_ui_stack.eo introduce efl_ui_{pager/scroller} 2019-12-02 18:30:26 +01:00
efl_ui_state_model.eo
efl_ui_tab_bar.c efl_ui_*selectable: unify these APIs with the same c_prefix 2019-09-26 18:32:58 +09:00
efl_ui_tab_bar.eo efl: replace composite with composites and dedup implements 2019-09-19 18:20:56 +02:00
efl_ui_tab_bar_default_item.c introduce efl_ui_tab_bar_default_item 2019-08-29 21:07:48 +09:00
efl_ui_tab_bar_default_item.eo efl_ui_tab_*: enhance documentation 2019-09-06 16:32:56 +02:00
efl_ui_tab_bar_private.h efl_ui_tab_bar: migrate to Efl.Pack_Linear 2019-08-29 14:42:43 +02:00
efl_ui_tab_page.c efl_ui_tab_page: remove part 2019-08-29 14:42:41 +02:00
efl_ui_tab_page.eo efl_ui_tab_*: enhance documentation 2019-09-06 16:32:56 +02:00
efl_ui_tab_page_private.h fix build: remove deleted header file 2019-08-29 15:30:39 +02:00
efl_ui_tab_pager.c efl_ui_*selectable: unify these APIs with the same c_prefix 2019-09-26 18:32:58 +09:00
efl_ui_tab_pager.eo efl_ui_tab_*: enhance documentation 2019-09-06 16:32:56 +02:00
efl_ui_tab_pager_private.h efl_ui_tab_pager: make this compatible with Efl.Pack_Linear test suite 2019-08-29 14:42:46 +02:00
efl_ui_table.c efl_ui_table: modify comparing logic 2019-11-22 12:43:14 +01:00
efl_ui_table.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_table_layout.c efl_ui/table: handle case where table has no items 2019-09-26 17:59:43 -04:00
efl_ui_table_private.h efl_gfx_arrangement: change content_padding param type and remove scalable 2019-10-02 12:11:15 +02:00
efl_ui_table_static.c
efl_ui_table_static.eo docs: Efl.Ui.Table_Static 2019-11-05 11:31:29 +01:00
efl_ui_tags.c Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
efl_ui_tags.eo efl: replace composite with composites and dedup implements 2019-09-19 18:20:56 +02:00
efl_ui_tags_private.h Efl.Ui.Format revamp 2019-07-04 19:38:20 +02:00
efl_ui_text.c Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
efl_ui_text.eo Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
efl_ui_text_async.eo
efl_ui_text_editable.eo
efl_ui_text_factory_emoticons.c
efl_ui_text_factory_emoticons.eo
efl_ui_text_factory_fallback.c
efl_ui_text_factory_fallback.eo
efl_ui_text_factory_images.c
efl_ui_text_factory_images.eo
efl_ui_text_part.eo
efl_ui_textpath.c efl_ui_textpath: make sure variables are not uses uninitialized 2019-09-23 11:16:35 +02:00
efl_ui_textpath.eo efl_ui_textpath: introduce efl_ui_textpath_circular_set() interface. 2019-07-22 16:47:43 +09:00
efl_ui_textpath_eo.legacy.c efl_ui_textpath: introduce efl_ui_textpath_circular_set() interface. 2019-07-22 16:47:43 +09:00
efl_ui_textpath_eo.legacy.h efl_ui_textpath: deprecate elm_textpath_circle_set() 2019-07-22 17:01:45 +09:00
efl_ui_textpath_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_textpath_legacy_eo.h
efl_ui_textpath_legacy_eo.legacy.h
efl_ui_textpath_part.eo
efl_ui_theme.eo docs: Remove redundant documentation 2019-10-07 16:40:50 +02:00
efl_ui_timepicker.c efl_ui/timepicker: rename and namespace visibility signals 2019-09-24 17:12:01 -04:00
efl_ui_timepicker.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_timepicker_private.h
efl_ui_video.c efl/player: rename 'play' property to 'pause' 2019-09-24 15:23:15 -07:00
efl_ui_video.eo efl/player: rename 'play' property to 'pause' 2019-09-24 15:23:15 -07:00
efl_ui_video.h
efl_ui_video_eo.h
efl_ui_video_eo.legacy.c
efl_ui_video_eo.legacy.h
efl_ui_video_legacy.h efl_ui_video: bring back Elm_video doxygen group for docs 2019-10-04 10:44:09 +02:00
efl_ui_video_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_video_legacy_eo.h
efl_ui_video_legacy_eo.legacy.h
efl_ui_video_private.h
efl_ui_view_model.c code comments: annoying typos 2019-12-04 18:22:25 +01:00
efl_ui_view_model.eo code comments: annoying typos 2019-12-04 18:22:25 +01:00
efl_ui_widget.c focus: modify a formula to calculate focus region to show 2019-12-06 15:35:50 +01:00
efl_ui_widget.eo docs: Remove redundant documentation 2019-10-07 16:40:50 +02:00
efl_ui_widget_common.c
efl_ui_widget_common.h
efl_ui_widget_eo.legacy.c
efl_ui_widget_eo.legacy.h efl_ui_widget: make Efl_Ui_Scrollable_On_Show_Region legacy 2019-09-10 09:16:48 -04:00
efl_ui_widget_factory.c c: coverity: resource leaked when using realloc. 2019-10-07 09:02:10 -04:00
efl_ui_widget_factory.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_widget_flip.h
efl_ui_widget_focus_manager.c
efl_ui_widget_focus_manager.eo efl: replace composite with composites and dedup implements 2019-09-19 18:20:56 +02:00
efl_ui_widget_frame.h
efl_ui_widget_image.h efl_ui/image: implement efl.player::playback_speed methods 2019-09-24 15:23:26 -07:00
efl_ui_widget_pan.h
efl_ui_widget_part.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_widget_part_bg.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_widget_part_shadow.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
efl_ui_widget_scroll_manager.h Whitespace 2019-09-03 09:17:43 +02:00
efl_ui_widget_scrollable_content.c efl_ui/scrollable_content: be more explicit about scrollable_content_get() 2019-09-13 18:51:51 +02:00
efl_ui_widget_scrollable_content.eo eolian: rename event_prefix to event_c_prefix for consistency 2019-09-26 16:47:22 +02:00
efl_ui_widget_scroller.h
efl_ui_win.c evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
efl_ui_win.eo eo: add move tag to iterator 2019-11-26 15:51:05 +01:00
efl_ui_win_inlined.c
efl_ui_win_inlined.eo
efl_ui_win_inlined_legacy_eo.c
efl_ui_win_inlined_legacy_eo.h
efl_ui_win_inlined_legacy_eo.legacy.h
efl_ui_win_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
efl_ui_win_legacy_eo.h
efl_ui_win_legacy_eo.legacy.h
efl_ui_win_part.eo efl: implement efl.file::unload for classes that implement load 2019-08-29 17:17:08 +02:00
efl_ui_win_socket.c
efl_ui_win_socket.eo
efl_ui_win_socket_legacy_eo.c
efl_ui_win_socket_legacy_eo.h
efl_ui_win_socket_legacy_eo.legacy.h
elc_combobox.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elc_combobox.h
elc_combobox_legacy.h
elc_ctxpopup.c elm: fix macro for group_calc function naming 2019-08-23 07:33:52 +02:00
elc_ctxpopup.h
elc_ctxpopup_legacy.h
elc_fileselector.c efl_input_key: replace key property name with key_sym 2019-08-05 08:51:22 -04:00
elc_fileselector.h
elc_fileselector_button.c
elc_fileselector_button.h
elc_fileselector_button_legacy.h
elc_fileselector_common.h
elc_fileselector_entry.c Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
elc_fileselector_entry.h
elc_fileselector_entry_legacy.h
elc_fileselector_legacy.h
elc_hoversel.c elm/hoversel: Recalculate items before box calculate. 2019-11-21 19:49:01 +09:00
elc_hoversel.h
elc_hoversel_legacy.h
elc_multibuttonentry.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elc_multibuttonentry.h
elc_multibuttonentry_common.h
elc_multibuttonentry_eo.h
elc_multibuttonentry_legacy.h
elc_naviframe.c strings - be cleaere we are initialising buffers not appending 2019-11-16 13:02:10 +00:00
elc_naviframe.h
elc_naviframe_common.h
elc_naviframe_legacy.h
elc_player.c efl_ui_range_display: move events from spin 2019-07-31 10:18:20 +02:00
elc_popup.c elm_popup: calculate the label min size of popup before the popup group calculation 2019-09-03 19:47:02 +09:00
elc_popup.h
elc_popup_legacy.h
elc_scrolled_entry.c
elementary_config.h
elementary_js.cc
elm_access.c
elm_access.h
elm_access_eo.c
elm_access_eo.h
elm_access_eo.legacy.h
elm_actionslider.c elm: rename layout part aliasing functions/macros 2019-09-24 13:56:11 -07:00
elm_actionslider.h
elm_actionslider_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_actionslider_eo.h
elm_actionslider_eo.legacy.c
elm_actionslider_eo.legacy.h
elm_actionslider_legacy.h
elm_actionslider_part.eo
elm_app.h
elm_atspi_app_object.c build: fix elm header usage 2019-09-18 18:04:55 +02:00
elm_atspi_app_object.h
elm_atspi_app_object_eo.c
elm_atspi_app_object_eo.h
elm_atspi_app_object_eo.legacy.h
elm_atspi_bridge.c
elm_atspi_bridge.h
elm_atspi_bridge_eo.c
elm_atspi_bridge_eo.h
elm_atspi_bridge_eo.legacy.c
elm_atspi_bridge_eo.legacy.h
elm_authors.h
elm_bg.h
elm_bg_legacy.h
elm_box.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_box.h
elm_box_common.h
elm_box_eo.c
elm_box_eo.h
elm_box_eo.legacy.c
elm_box_eo.legacy.h
elm_box_legacy.h
elm_bubble.c elm: rename layout part aliasing functions/macros 2019-09-24 13:56:11 -07:00
elm_bubble.h
elm_bubble_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_bubble_eo.h
elm_bubble_eo.legacy.c
elm_bubble_eo.legacy.h
elm_bubble_legacy.h
elm_bubble_part.eo
elm_button.h
elm_button_legacy.h
elm_cache.h
elm_calendar.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_calendar.h build: remove efl_ui_calendar.h 2019-09-18 18:04:57 +02:00
elm_calendar_common.h
elm_calendar_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_calendar_eo.h
elm_calendar_eo.legacy.c
elm_calendar_eo.legacy.h
elm_calendar_item_eo.c
elm_calendar_item_eo.h
elm_calendar_item_eo.legacy.h
elm_calendar_legacy.h
elm_check.h
elm_check_legacy.h
elm_clock.c
elm_clock.h
elm_clock_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_clock_eo.h
elm_clock_eo.legacy.c
elm_clock_eo.legacy.h
elm_clock_legacy.h
elm_cnp.h
elm_code.c
elm_code.h
elm_code_common.h
elm_code_diff_widget.c
elm_code_diff_widget.h
elm_code_file.c elm/code: check save file attrs after opening 2019-10-24 08:07:50 -07:00
elm_code_file.h
elm_code_indent.c
elm_code_indent.h
elm_code_line.c
elm_code_line.h
elm_code_parse.c
elm_code_parse.h
elm_code_private.h
elm_code_syntax.c
elm_code_syntax.h
elm_code_text.c
elm_code_text.h
elm_code_widget.c elm_code: set box align correctly 2019-12-06 19:19:38 +01:00
elm_code_widget.eo eolian: fix eolian errors with EOLIAN_ENFORCE_SINCE=1 2019-10-14 16:55:52 +09:00
elm_code_widget_eo.legacy.c
elm_code_widget_eo.legacy.h
elm_code_widget_legacy.h
elm_code_widget_legacy_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_code_widget_legacy_eo.h
elm_code_widget_legacy_eo.legacy.h
elm_code_widget_private.h
elm_code_widget_selection.c
elm_code_widget_selection.h
elm_code_widget_text.c
elm_code_widget_undo.c
elm_color_class.c efl_input_clickable: rename efl_ui_clickable to efl_input_clickable 2019-07-29 11:43:01 +02:00
elm_color_class.h
elm_color_item_eo.c
elm_color_item_eo.h
elm_color_item_eo.legacy.c
elm_color_item_eo.legacy.h
elm_colorselector.c elm: fix macro for group_calc function naming 2019-08-23 07:33:52 +02:00
elm_colorselector.h
elm_colorselector_common.h
elm_colorselector_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_colorselector_eo.h
elm_colorselector_eo.legacy.c
elm_colorselector_eo.legacy.h
elm_colorselector_legacy.h
elm_config.c elm_config: replace ecore_file_cp with ecore_file_mv 2019-11-06 03:01:57 -08:00
elm_config.h elm config - add config api's to set desktop style entry flag/mode 2019-08-29 17:35:02 +01:00
elm_conform.c elm: rename layout part aliasing functions/macros 2019-09-24 13:56:11 -07:00
elm_conform.h
elm_conform_legacy.h
elm_conformant_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_conformant_eo.h
elm_conformant_eo.legacy.h
elm_ctxpopup_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_ctxpopup_eo.h
elm_ctxpopup_eo.legacy.c
elm_ctxpopup_eo.legacy.h
elm_ctxpopup_item_eo.c
elm_ctxpopup_item_eo.h
elm_ctxpopup_item_eo.legacy.c
elm_ctxpopup_item_eo.legacy.h
elm_ctxpopup_part.eo
elm_cursor.h
elm_datetime.c
elm_datetime.h build: use legacy api in places where legacy should be used 2019-09-18 18:04:45 +02:00
elm_dayselector.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_dayselector.h
elm_dayselector_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_dayselector_eo.h
elm_dayselector_eo.legacy.c
elm_dayselector_eo.legacy.h
elm_dayselector_item_eo.c
elm_dayselector_item_eo.h
elm_dayselector_item_eo.legacy.h
elm_dayselector_legacy.h
elm_dayselector_part.eo
elm_dbus_menu.c
elm_debug.h
elm_deprecated.h efl_ui_textpath: deprecate elm_textpath_circle_set() 2019-07-22 17:01:45 +09:00
elm_diskselector.c efl.ui.scrollable: fix event name for scrollable 2019-09-16 12:04:27 +02:00
elm_diskselector.h
elm_diskselector_common.h
elm_diskselector_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_diskselector_eo.h
elm_diskselector_eo.legacy.c
elm_diskselector_eo.legacy.h
elm_diskselector_item_eo.c
elm_diskselector_item_eo.h
elm_diskselector_item_eo.legacy.c
elm_diskselector_item_eo.legacy.h
elm_diskselector_legacy.h
elm_entry.c Efl.Ui.Text : all related interfaces 2019-12-09 10:58:39 +09:00
elm_entry.h
elm_entry_common.h
elm_entry_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_entry_eo.h
elm_entry_eo.legacy.c
elm_entry_eo.legacy.h
elm_entry_legacy.h
elm_entry_part.eo
elm_factory.c
elm_factory.h
elm_fileselector_button_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_fileselector_button_eo.h
elm_fileselector_button_eo.legacy.h
elm_fileselector_entry_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_fileselector_entry_eo.h
elm_fileselector_entry_eo.legacy.h
elm_fileselector_entry_part.eo
elm_fileselector_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_fileselector_eo.h
elm_fileselector_eo.legacy.c
elm_fileselector_eo.legacy.h
elm_fileselector_part.eo
elm_finger.h
elm_flip.h
elm_flip_part.eo
elm_flipselector.c elm: fix macro for group_calc function naming 2019-08-23 07:33:52 +02:00
elm_flipselector.h
elm_flipselector_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_flipselector_eo.h
elm_flipselector_eo.legacy.c
elm_flipselector_eo.legacy.h
elm_flipselector_item_eo.c
elm_flipselector_item_eo.h
elm_flipselector_item_eo.legacy.c
elm_flipselector_item_eo.legacy.h
elm_flipselector_legacy.h
elm_focus.h
elm_focus_item.h
elm_focus_legacy.c efl_ui_widget: keep backward compatibility 2019-08-27 15:02:32 +02:00
elm_font.c
elm_font.h
elm_frame.h
elm_gen.h
elm_gen_common.h
elm_general.eot efl_ui_text: remove elm_general.eot 2019-10-31 13:38:08 -04:00
elm_general.h build: add include guards for a couple elm headers 2019-09-18 18:04:47 +02:00
elm_gengrid.c elm: apply the same fix we needed in entry to other scrollable widgets 2019-11-11 13:44:57 +01:00
elm_gengrid.h
elm_gengrid_common.h
elm_gengrid_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_gengrid_eo.h
elm_gengrid_eo.legacy.c
elm_gengrid_eo.legacy.h
elm_gengrid_item_eo.c
elm_gengrid_item_eo.h
elm_gengrid_item_eo.legacy.c
elm_gengrid_item_eo.legacy.h
elm_gengrid_legacy.h
elm_gengrid_pan_eo.c
elm_gengrid_pan_eo.h
elm_gengrid_pan_eo.legacy.h
elm_genlist.c elm/genlist: trigger pan recalcs in update_job and item del functions 2019-12-04 12:21:28 -08:00
elm_genlist.h
elm_genlist_common.h
elm_genlist_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_genlist_eo.h
elm_genlist_eo.legacy.c
elm_genlist_eo.legacy.h
elm_genlist_item_eo.c
elm_genlist_item_eo.h
elm_genlist_item_eo.legacy.c
elm_genlist_item_eo.legacy.h
elm_genlist_legacy.h
elm_genlist_pan_eo.c
elm_genlist_pan_eo.h
elm_genlist_pan_eo.legacy.h
elm_gesture_layer.c
elm_gesture_layer.h
elm_gesture_layer_common.h
elm_gesture_layer_eo.c
elm_gesture_layer_eo.h
elm_gesture_layer_eo.legacy.c
elm_gesture_layer_eo.legacy.h
elm_gesture_layer_extra_gestures.c
elm_gesture_layer_legacy.h
elm_getting_started.h
elm_glview.c elm/glview: fix glview to (again) return null if context creation fails 2019-07-25 14:46:58 -04:00
elm_glview.h
elm_glview_common.h
elm_glview_eo.c
elm_glview_eo.h
elm_glview_eo.legacy.c
elm_glview_eo.legacy.h
elm_glview_legacy.h
elm_grid.c
elm_grid.h
elm_grid_eo.c
elm_grid_eo.h
elm_grid_eo.legacy.c
elm_grid_eo.legacy.h
elm_grid_legacy.h
elm_helper.c
elm_helper.h
elm_hover.c elm: rename layout part aliasing functions/macros 2019-09-24 13:56:11 -07:00
elm_hover.h
elm_hover_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_hover_eo.h
elm_hover_eo.legacy.c
elm_hover_eo.legacy.h
elm_hover_legacy.h
elm_hover_part.eo
elm_hoversel_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_hoversel_eo.h
elm_hoversel_eo.legacy.c
elm_hoversel_eo.legacy.h
elm_hoversel_item_eo.c
elm_hoversel_item_eo.h
elm_hoversel_item_eo.legacy.c
elm_hoversel_item_eo.legacy.h
elm_icon.c efl_ui/image: remove geometry from internal struct, clean up geometry methods 2019-08-23 07:33:54 +02:00
elm_icon.h
elm_icon_eo.c
elm_icon_eo.h
elm_icon_eo.legacy.h
elm_icon_legacy.h
elm_image.h
elm_image_eo.h
elm_image_legacy.h
elm_index.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_index.h
elm_index_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_index_eo.h
elm_index_eo.legacy.c
elm_index_eo.legacy.h
elm_index_item_eo.c
elm_index_item_eo.h
elm_index_item_eo.legacy.c
elm_index_item_eo.legacy.h
elm_index_legacy.h
elm_interface_fileselector.c
elm_interface_fileselector.h
elm_interface_fileselector_eo.c
elm_interface_fileselector_eo.h
elm_interface_fileselector_eo.legacy.h
elm_interface_scrollable.c elm_entry: fix wrong displayed scrollbars 2019-11-07 22:24:11 +01:00
elm_interface_scrollable.eo elm_entry: fix wrong displayed scrollbars 2019-11-07 22:24:11 +01:00
elm_interface_scrollable.h elm/scrollable: unbreak this header 2019-09-18 18:04:49 +02:00
elm_interfaces.h
elm_inwin.c elm: fix macro for group_calc function naming 2019-08-23 07:33:52 +02:00
elm_inwin.h
elm_inwin_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_inwin_eo.h
elm_inwin_eo.legacy.c
elm_inwin_eo.legacy.h
elm_inwin_legacy.h
elm_label.c elm_label: Emit click signal on acivate action on label 2019-12-06 10:30:34 +09:00
elm_label.h
elm_label_eo.c elm_label: Emit click signal on acivate action on label 2019-12-06 10:30:34 +09:00
elm_label_eo.h
elm_label_eo.legacy.c
elm_label_eo.legacy.h
elm_label_legacy.h
elm_label_part.eo
elm_layout.h
elm_layout_common.h
elm_layout_legacy.h
elm_list.c elm: apply the same fix we needed in entry to other scrollable widgets 2019-11-11 13:44:57 +01:00
elm_list.h
elm_list_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_list_eo.h
elm_list_eo.legacy.c
elm_list_eo.legacy.h
elm_list_item_eo.c
elm_list_item_eo.h
elm_list_item_eo.legacy.c
elm_list_item_eo.legacy.h
elm_list_legacy.h
elm_macros.h
elm_main.c elm/main: fix null deref 2019-10-18 13:29:51 -04:00
elm_map.c elm: apply the same fix we needed in entry to other scrollable widgets 2019-11-11 13:44:57 +01:00
elm_map.h
elm_map_common.h
elm_map_eo.c efl_input_clickable: rename efl_ui_clickable to efl_input_clickable 2019-07-29 11:43:01 +02:00
elm_map_eo.h
elm_map_eo.legacy.c
elm_map_eo.legacy.h
elm_map_legacy.h
elm_map_pan_eo.c
elm_map_pan_eo.h
elm_map_pan_eo.legacy.h
elm_mapbuf.c
elm_mapbuf.h
elm_mapbuf_eo.c
elm_mapbuf_eo.h
elm_mapbuf_eo.legacy.c
elm_mapbuf_eo.legacy.h
elm_mapbuf_legacy.h
elm_mapbuf_part.eo
elm_menu.c efl_ui_widget: remove self reference 2019-08-21 10:46:34 -07:00
elm_menu.h
elm_menu_eo.c efl_input_clickable: rename efl_ui_clickable to efl_input_clickable 2019-07-29 11:43:01 +02:00
elm_menu_eo.h
elm_menu_eo.legacy.c
elm_menu_eo.legacy.h
elm_menu_item_eo.c
elm_menu_item_eo.h
elm_menu_item_eo.legacy.c
elm_menu_item_eo.legacy.h
elm_menu_legacy.h
elm_mirroring.h
elm_module.c
elm_module_helper.h
elm_multibuttonentry_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_multibuttonentry_eo.h
elm_multibuttonentry_eo.legacy.c
elm_multibuttonentry_eo.legacy.h
elm_multibuttonentry_item_eo.c
elm_multibuttonentry_item_eo.h
elm_multibuttonentry_item_eo.legacy.c
elm_multibuttonentry_item_eo.legacy.h
elm_multibuttonentry_part.eo
elm_naviframe_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_naviframe_eo.h
elm_naviframe_eo.legacy.c
elm_naviframe_eo.legacy.h
elm_naviframe_item_eo.c
elm_naviframe_item_eo.h
elm_naviframe_item_eo.legacy.c
elm_naviframe_item_eo.legacy.h
elm_naviframe_part.eo
elm_need.h
elm_notify.c
elm_notify.h
elm_notify_common.h
elm_notify_eo.c
elm_notify_eo.h
elm_notify_eo.legacy.c
elm_notify_eo.legacy.h
elm_notify_legacy.h
elm_notify_part.eo
elm_object.h
elm_object_item.h
elm_pan_eo.c
elm_pan_eo.h
elm_pan_eo.legacy.c
elm_pan_eo.legacy.h
elm_panel.c elm: apply the same fix we needed in entry to other scrollable widgets 2019-11-11 13:44:57 +01:00
elm_panel.h
elm_panel_common.h
elm_panel_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_panel_eo.h
elm_panel_eo.legacy.c
elm_panel_eo.legacy.h
elm_panel_legacy.h
elm_panel_part.eo
elm_panes.h
elm_panes_legacy.h
elm_part_helper.h
elm_photo.c efl: implement efl.file::unload for classes that implement load 2019-08-29 17:17:08 +02:00
elm_photo.h
elm_photo_eo.c efl: implement efl.file::unload for classes that implement load 2019-08-29 17:17:08 +02:00
elm_photo_eo.h
elm_photo_eo.legacy.h
elm_photo_legacy.h
elm_photocam.h
elm_photocam_legacy.h
elm_player_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_player_eo.h
elm_player_eo.legacy.h
elm_player_part.eo
elm_plug.c
elm_plug.h
elm_plug_eo.c efl_input_clickable: rename efl_ui_clickable to efl_input_clickable 2019-07-29 11:43:01 +02:00
elm_plug_eo.h
elm_plug_eo.legacy.c
elm_plug_eo.legacy.h
elm_plug_legacy.h
elm_popup_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_popup_eo.h
elm_popup_eo.legacy.c
elm_popup_eo.legacy.h
elm_popup_item_eo.c
elm_popup_item_eo.h
elm_popup_item_eo.legacy.h
elm_popup_part.eo
elm_prefs.c efl_ui_widget: remove self reference 2019-08-21 10:46:34 -07:00
elm_prefs.h
elm_prefs_common.h
elm_prefs_data.c
elm_prefs_data.h
elm_prefs_edd.x
elm_prefs_eo.c
elm_prefs_eo.h
elm_prefs_eo.legacy.c
elm_prefs_eo.legacy.h
elm_prefs_legacy.h
elm_priv.h slider: fix value error from step 2019-11-18 21:25:26 +09:00
elm_progressbar.h
elm_progressbar_common.h
elm_progressbar_legacy.h
elm_radio.h
elm_radio_legacy.h
elm_removed.h
elm_route.c
elm_route.h
elm_route_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_route_eo.h
elm_route_eo.legacy.c
elm_route_eo.legacy.h
elm_route_legacy.h
elm_scale.h
elm_scroll.h
elm_scroller.c elm: apply the same fix we needed in entry to other scrollable widgets 2019-11-11 13:44:57 +01:00
elm_scroller.h
elm_scroller_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_scroller_eo.h
elm_scroller_eo.legacy.c
elm_scroller_eo.legacy.h
elm_scroller_legacy.h build: add include guards for a couple elm headers 2019-09-18 18:04:47 +02:00
elm_scroller_part.eo
elm_segment_control.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_segment_control.h
elm_segment_control_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_segment_control_eo.h
elm_segment_control_eo.legacy.c
elm_segment_control_eo.legacy.h
elm_segment_control_item_eo.c
elm_segment_control_item_eo.h
elm_segment_control_item_eo.legacy.c
elm_segment_control_item_eo.legacy.h
elm_segment_control_legacy.h
elm_separator.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_separator.h
elm_separator_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_separator_eo.h
elm_separator_eo.legacy.c
elm_separator_eo.legacy.h
elm_separator_legacy.h
elm_slider.c slider: fix behavior of slider when mirrored 2019-11-19 14:04:05 +09:00
elm_slider.h
elm_slider_common.h
elm_slider_eo.c elm_slider: remove dependency with efl_ui_slider 2019-08-20 09:09:14 -04:00
elm_slider_eo.h
elm_slider_eo.legacy.h
elm_slider_legacy.h
elm_slider_part_indicator_eo.c Efl.Ui.Format: fix regressions 2019-07-11 13:19:54 +02:00
elm_slider_part_indicator_eo.h
elm_slider_part_indicator_eo.legacy.h
elm_slideshow.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_slideshow.h
elm_slideshow_common.h
elm_slideshow_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_slideshow_eo.h
elm_slideshow_eo.legacy.c
elm_slideshow_eo.legacy.h
elm_slideshow_item_eo.c
elm_slideshow_item_eo.h
elm_slideshow_item_eo.legacy.c
elm_slideshow_item_eo.legacy.h
elm_slideshow_legacy.h
elm_spinner.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_spinner.h
elm_spinner_eo.c elm_layout: create a mixin to provide elm_layout_sizing_eval 2019-07-30 13:12:52 -04:00
elm_spinner_eo.h
elm_spinner_eo.legacy.c
elm_spinner_eo.legacy.h
elm_spinner_legacy.h
elm_store.c
elm_store.h
elm_sys_notify.c events: don't check for zeroed event types before registering them 2019-07-10 13:57:35 -04:00
elm_sys_notify.h
elm_sys_notify_dbus.c
elm_sys_notify_dbus_eo.c
elm_sys_notify_dbus_eo.h
elm_sys_notify_dbus_eo.legacy.h
elm_sys_notify_eo.c
elm_sys_notify_eo.h
elm_sys_notify_eo.legacy.c
elm_sys_notify_eo.legacy.h
elm_sys_notify_interface.c
elm_sys_notify_interface_eo.c
elm_sys_notify_interface_eo.h
elm_sys_notify_interface_eo.legacy.c
elm_sys_notify_interface_eo.legacy.h
elm_systray.c elm_systray: add back beta constructor 2019-08-29 13:21:11 -04:00
elm_systray.h elm_systray: add back beta constructor 2019-08-29 13:21:11 -04:00
elm_systray_common.h
elm_systray_eo.c
elm_systray_eo.h
elm_systray_eo.legacy.c
elm_systray_eo.legacy.h
elm_systray_watcher.c
elm_systray_watcher.h
elm_table.c elm/efl_ui: remove elm_layout_sizing_eval implementations 2019-07-30 13:12:52 -04:00
elm_table.h
elm_table_eo.c
elm_table_eo.h
elm_table_eo.legacy.c
elm_table_eo.legacy.h
elm_table_legacy.h
elm_textpath.h
elm_textpath_legacy.h
elm_theme.c eina file refs in edje/evas - audit them and plug holes where refs stay 2019-08-21 20:02:24 +01:00
elm_theme.h
elm_thumb.c efl: implement efl.file::unload for classes that implement load 2019-08-29 17:17:08 +02:00
elm_thumb.h
elm_thumb_common.h
elm_thumb_eo.c efl: implement efl.file::unload for classes that implement load 2019-08-29 17:17:08 +02:00
elm_thumb_eo.h
elm_thumb_eo.legacy.h
elm_thumb_legacy.h
elm_toolbar.c elm: apply the same fix we needed in entry to other scrollable widgets 2019-11-11 13:44:57 +01:00
elm_toolbar.h
elm_toolbar_common.h
elm_toolbar_eo.c efl_ui_selectable: split this up 2019-08-05 19:49:12 +02:00
elm_toolbar_eo.h
elm_toolbar_eo.legacy.c
elm_toolbar_eo.legacy.h
elm_toolbar_item_eo.c
elm_toolbar_item_eo.h
elm_toolbar_item_eo.legacy.c
elm_toolbar_item_eo.legacy.h
elm_toolbar_legacy.h
elm_tooltip.h
elm_transit.c
elm_transit.h
elm_util.c Evil: remove pwd code in Evil and fix compilation failures after the removal 2019-07-28 09:27:27 +01:00
elm_view_form.c
elm_view_form.h
elm_view_form_eo.c
elm_view_form_eo.h
elm_view_form_eo.legacy.h
elm_view_list.c
elm_view_list.h
elm_view_list_eo.c
elm_view_list_eo.h
elm_view_list_eo.legacy.h
elm_web.h
elm_web2.c
elm_web_common.h
elm_web_eo.c
elm_web_eo.h
elm_web_eo.legacy.c
elm_web_eo.legacy.h
elm_web_legacy.h
elm_widget.h efl: remove remaining instances of .eo global variables 2019-09-24 18:27:37 +02:00
elm_widget_actionslider.h
elm_widget_box.h
elm_widget_bubble.h
elm_widget_calendar.h
elm_widget_clock.h
elm_widget_colorselector.h
elm_widget_combobox.h
elm_widget_conform.h
elm_widget_container.h
elm_widget_ctxpopup.h
elm_widget_dayselector.h
elm_widget_diskselector.h
elm_widget_entry.h
elm_widget_fileselector.h
elm_widget_fileselector_button.h
elm_widget_fileselector_entry.h
elm_widget_flipselector.h
elm_widget_gengrid.h
elm_widget_genlist.h elm/genlist: hide cached item contents and mark content unfocusable during calc 2019-10-29 16:09:37 +01:00
elm_widget_glview.h
elm_widget_grid.h
elm_widget_hover.h
elm_widget_hoversel.h
elm_widget_icon.h
elm_widget_index.h
elm_widget_inwin.h
elm_widget_item_container_eo.c
elm_widget_item_container_eo.h
elm_widget_item_container_eo.legacy.h
elm_widget_item_eo.c
elm_widget_item_eo.h
elm_widget_item_eo.legacy.c
elm_widget_item_eo.legacy.h
elm_widget_item_static_focus.c
elm_widget_item_static_focus_eo.c
elm_widget_item_static_focus_eo.h
elm_widget_item_static_focus_eo.legacy.h
elm_widget_label.h
elm_widget_layout.h efl_ui/layout: fix multiple emissions of theme,changed during construction 2019-12-04 16:47:40 +01:00
elm_widget_list.h
elm_widget_map.h
elm_widget_mapbuf.h
elm_widget_menu.h
elm_widget_multibuttonentry.h Efl.Ui.Format revamp 2019-07-04 19:38:20 +02:00
elm_widget_naviframe.h
elm_widget_notify.h
elm_widget_panel.h
elm_widget_photo.h
elm_widget_player.h
elm_widget_plug.h
elm_widget_popup.h
elm_widget_prefs.h
elm_widget_route.h
elm_widget_scroller.h
elm_widget_segment_control.h
elm_widget_separator.h
elm_widget_slider.h elm_slider: remove dependency with efl_ui_slider 2019-08-20 09:09:14 -04:00
elm_widget_slideshow.h
elm_widget_spinner.h
elm_widget_table.h
elm_widget_thumb.h
elm_widget_toolbar.h
elm_widget_web.h
elm_win.h
elm_win_common.h
elm_win_eo.h efl_ui/win: fix prototype decls for eo api versions of autodel 2019-09-18 18:04:46 +02:00
elm_win_legacy.h
els_box.c
els_box.h
els_cursor.c elm - cursor - clear cursor job late to avoid crash 2019-07-09 13:03:31 +01:00
els_tooltip.c
elu_ews_wm.c
meson.build introduce efl_ui_{pager/scroller} 2019-12-02 18:30:26 +01:00