summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_hover_eo.c
Commit message (Collapse)AuthorAgeFilesLines
* elm_layout: create a mixin to provide elm_layout_sizing_evalMike Blumenkrantz2019-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | Summary: this removes elm_layout_sizing_eval entirely from the implementation hierarchy of any efl_ui-based widgets, ensuring that future code will correctly use efl_canvas_group functionality Depends on D9439 Reviewers: bu5hm4n Reviewed By: bu5hm4n Subscribers: bu5hm4n, cedric, #reviewers, #committers Tags: #efl_widgets Maniphest Tasks: T8059 Differential Revision: https://phab.enlightenment.org/D9440
* efl_input_clickable: rename efl_ui_clickable to efl_input_clickableWooHyun Jung2019-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | Summary: Renamed all efl_ui_clickable_XXX to efl_input_clickable_XXX based on the discussion in T7847 ref T7847 T7976 Reviewers: zmike, bu5hm4n, segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T7976, T7847 Differential Revision: https://phab.enlightenment.org/D9427
* efl_ui: move clickable from efl to efl_uiMarcel Hollerbach2019-05-141-1/+1
| | | | | | | | | | | | | | | | | | Summary: efl_ui_clickable is now a mixin. The mixin now brings two APIs the press and unpress API can be used to tell the implementation the state of the presses. Within the implementation the calls to press / unpress are then converted to longpress / clicked events. Reviewers: zmike, segfaultxavi, cedric Reviewed By: zmike Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8820
* efl_ui_widget: remove widget_parent overwrittingMarcel Hollerbach2019-03-091-8/+0
| | | | | | | | | | | | before the widget_parent have been only set once. The call to the set was in the constructor and carried the efl_parent. In the next commit widget_parent is getting a refactor, which gives it more meaning, where it is actaully called, which means, the behaviour will change. In order to not break every existing usage of the here changed widgets, we move the code to the constructor, and feed it with the efl_parent, just like before. Differential Revision: https://phab.enlightenment.org/D8041
* elm_hover: remove all legacy usage from eo filesMike Blumenkrantz2019-03-071-0/+105
this takes the current generated output from eolian for legacy code in efl and adds it to the tree, then removes legacy references from the corresponding eo files. in the case where the entire eo file was for a legacy object, that eo file has been removed from the tree ref T7724 Reviewed-by: Cedric BAIL <cedric.bail@free.fr> Differential Revision: https://phab.enlightenment.org/D8175