summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_scroller_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
* elm_scroller: make loop_set/get as generic APIShilpa Singh2019-04-291-0/+8
| | | | | | | | elm_scroller_loop_set cannot be used for other widgets except scroller, the API should be generic as this functionality can be implemented by other widgets as well. Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D8686
* elm_scroller: remove all legacy usage from eo filesMike Blumenkrantz2019-03-071-0/+150
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/D8196