summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_widget.c
Commit message (Expand)AuthorAgeFilesLines
* elm_widget: fix warningMarcel Hollerbach2017-07-261-2/+2
* elm: Move calls to efl_destructor(efl_super()) to the endJean-Philippe Andre2017-07-251-7/+9
* elm_widget: only emit events when there is really a changed managerMarcel Hollerbach2017-07-241-13/+20
* elm_widget: call the events after eval outself with new manager/parentMarcel Hollerbach2017-07-241-1/+2
* elm_widget: only set focus.manager if we are really registeringMarcel Hollerbach2017-07-241-2/+1
* elm_widget: give feedback if registration was successfull or notMarcel Hollerbach2017-07-241-8/+11
* elm_widget: do not check for the visibilityMarcel Hollerbach2017-07-201-4/+0
* elm_widget: do not register disabled logical nodesMarcel Hollerbach2017-07-181-1/+13
* elm_widget: eval all children if the disable property has changedMarcel Hollerbach2017-07-181-1/+1
* elm_widget: disable is a property across the treeMarcel Hollerbach2017-07-181-2/+16
* Revert "elm_widget: separate elm_widget_item codes from elm_widget.c"WooHyun Jung2017-07-171-0/+1309
* elm_widget: separate elm_widget_item codes from elm_widget.cWooHyun Jung2017-07-171-1309/+0
* Elm layout: only allow legacy for using NULL text partsDaniel Hirt2017-07-051-0/+3
* elm: Always pass valid part name inside part APIsJean-Philippe Andre2017-06-301-28/+55
* widget: Avoid ERR in elm_object_content_ APIsJean-Philippe Andre2017-06-301-0/+3
* widget: Move mirrored_automatic to Efl.Ui.BaseJean-Philippe Andre2017-06-151-4/+4
* widget: Make cursor_add/del internalJean-Philippe Andre2017-06-151-4/+10
* widget: Implement mirrored from Efl.Ui.BaseJean-Philippe Andre2017-06-141-6/+6
* edje: Remove bool return from scale_setJean-Philippe Andre2017-06-121-2/+1
* widget: Implement scale from Efl.Ui.BaseJean-Philippe Andre2017-06-121-6/+7
* elm_widget: add factory method to the widgetMarcel Hollerbach2017-06-091-0/+8
* widget: Remove unnecessary defineJean-Philippe Andre2017-06-081-2/+0
* elput: fix sp. usefullBryce Harrington2017-06-051-1/+1
* interfaces: Remove display_mode from EO size hintsJean-Philippe Andre2017-05-311-2/+4
* elm_widget: use a different pointer from sdMarcel Hollerbach2017-05-201-3/+3
* evas/elm: Make group_add/group_del internal functionsJean-Philippe Andre2017-05-191-0/+5
* widget: Remove widget_callback_add/del from EOJean-Philippe Andre2017-05-171-4/+7
* elm_widget: Remove widget_event_propagate from EOJean-Philippe Andre2017-05-151-2/+3
* efl_ui_focus_manager: rename api from geometry to focus_geometryMarcel Hollerbach2017-05-041-4/+6
* elementary: fix typo on commentShinwoo Kim2017-04-231-1/+1
* eo: hide dbg_info from eo filesDaniel Kolesa2017-04-211-0/+2
* elm widget - fix weak reference messup that causes segv'sCarsten Haitzler (Rasterman)2017-04-211-0/+7
* elm_widget: add unfocusable to debug informationsMarcel Hollerbach2017-04-201-0/+2
* efl_ui_frame: migrate to new focus systemMarcel Hollerbach2017-04-201-0/+22
* elm_widget: evalulate show flag and call focus on superMarcel Hollerbach2017-04-201-10/+68
* efl_ui_focus_manager: restructure node structMarcel Hollerbach2017-04-201-1/+1
* elm_widget: update focus register workMarcel Hollerbach2017-04-201-50/+139
* elm_widget: add logical parent to interfaceMarcel Hollerbach2017-04-201-38/+76
* elm_widget: make sure we dont have a destructed logical parentMarcel Hollerbach2017-04-201-0/+1
* elm_widget: enhance focus handling of the widgetMarcel Hollerbach2017-04-201-7/+77
* elm_widget: add debugging informations for a manager in a widgetMarcel Hollerbach2017-04-201-8/+27
* elm_widget: make it a efl_ui_focus_objectMarcel Hollerbach2017-04-201-1/+102
* evas/elm: Fix bad propagation of ON_HOLD flagJean-Philippe Andre2017-04-121-59/+20
* widget: Reduce WRN to DBG for on_focus_region messageJean-Philippe Andre2017-02-161-1/+1
* group: Track calls to group_delJean-Philippe Andre2017-02-151-0/+1
* elm_widget: Fix order of operations (isa before data_get)Jean-Philippe Andre2017-02-151-11/+14
* Elm.Widget: rename "event.*" methods to solve name conflictJee-Yong Um2017-01-031-4/+4
* elm_widget: add logic for updating geometry after movingHosang Kim2016-12-161-5/+2
* elm: use eina_rectangle to check intersectionLukasz Stanislawski2016-12-021-13/+16
* win: Move main menu to the framespaceJean-Philippe Andre2016-11-291-0/+15