summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* efl_page_indicator_icon: set size_hint_fill as 0Jaeun Choi2019-01-251-0/+2
* efl_page_indicator_icon: fix update functionJaeun Choi2019-01-251-3/+7
* efl_page_indicator_icon: refactor update functionJaeun Choi2019-01-251-9/+7
* efl_page_indicator_icon: mark selected item in pack function if necessaryJaeun Choi2019-01-251-0/+7
* efl_page_indicator_icon: refactor if-else statementJaeun Choi2019-01-251-8/+3
* efl_ui_pager: implement unpack functionJaeun Choi2019-01-251-4/+31
* efl_page_indicator: add unpack functionJaeun Choi2019-01-253-2/+47
* efl_page_indicator: add a variable 'curr_idx; in dataJaeun Choi2019-01-252-4/+14
* efl_page_indicator_icon: remove unnecessary functionJaeun Choi2019-01-252-13/+0
* efl_page_transition_scroll: fix _efl_page_transition_scroll_update() functionJaeun Choi2019-01-251-23/+31
* efl_page_transition_scroll: remove _content_show() functionJaeun Choi2019-01-251-72/+101
* efl_page_transition_scroll: refactor calculation code for beffer readabilityJaeun Choi2019-01-251-2/+2
* efl_ui_pager: make loop set function to return boolean valueJaeun Choi2019-01-255-8/+29
* efl_page_transition_scroll: remove unnecessary lineJaeun Choi2019-01-251-1/+0
* efl_ui_pager: move page_box when page size is changedJaeun Choi2019-01-251-1/+6
* efl_ui_pager: add missing cases in pack_at functionJaeun Choi2019-01-251-13/+25
* efl_ui_pager: set current page as -1 when pager is emptyJaeun Choi2019-01-251-1/+2
* efl_ui_pager: use '++' instead of '+= 1'Jaeun Choi2019-01-251-9/+9
* efl_ui_pager: add missing conditions in pack before/after functionJaeun Choi2019-01-251-4/+4
* efl_ui_pager: add missing condition in current page set functionJaeun Choi2019-01-251-1/+1
* efl_ui_pager: return some functions if pager is in the middle of animationJaeun Choi2019-01-251-0/+12
* efl_ui_pager: removed unnecessary linesJaeun Choi2019-01-251-20/+5
* efl_ui_pager: add missing NULL checksJaeun Choi2019-01-251-2/+5
* efl_ui_pager: modify a part of default themeJaeun Choi2019-01-251-2/+0
* efl_page_transition_scroll: removed unnecesary variableJaeun Choi2019-01-252-18/+14
* efl_page_transition_scroll: code refactoring in curr_page_change functionJaeun Choi2019-01-251-32/+8
* efl_page_transition_scroll: bug fix in curr_page_change functionJaeun Choi2019-01-251-0/+3
* efl_page_transition_scroll: code refactoring in update functionJaeun Choi2019-01-251-53/+64
* efl_page_transition_scroll: bug fix in update functionJaeun Choi2019-01-251-3/+15
* eo: improve efl_isa to be able to know if a class is part of the hierarchy of...Cedric BAIL2019-01-243-1/+34
* evas: Defer object lookup until it's necessaryDerek Foreman2019-01-241-1/+3
* eo: propagate knowledge of EFL_EVENT_NOREF callback registration to the event...Cedric BAIL2019-01-243-14/+33
* eo: remove EFL_EVENT_SPECIAL_SKIP.Cedric BAIL2019-01-241-18/+0
* eo: remove function efl_noref that duplicate EFL_EVENT_NOREF.Cedric BAIL2019-01-243-13/+1
* meson - edje_cc use -fastcomp for fast builds in mesaCarsten Haitzler (Rasterman)2019-01-249-10/+10
* elm theme - use -fastcomp again as it is actually much faster nowCarsten Haitzler (Rasterman)2019-01-241-1/+1
* eet - fix eet compression to differentiate lx4 and lz4hcCarsten Haitzler (Rasterman)2019-01-241-1/+1
* efl_ui_list_view: Hide SegArray and PreciseLayouterLarry Lira2019-01-2412-263/+184
* docs: Update efl_ui_zoom documentationXavi Artigas2019-01-241-16/+7
* efl_ui_layout: use the correct objectMarcel Hollerbach2019-01-242-3/+43
* elm_gesture_layer: Allow a negative zoom with scroll wheelMichael Bouchaud (yoz)2019-01-241-3/+0
* efl_ui_image: implement remaining efl.layout.calc methodsMike Blumenkrantz2019-01-242-0/+45
* efl_ui_layout: implement remaining efl.layout.calc methodsMike Blumenkrantz2019-01-242-0/+40
* examples: remove data parameter of efl_loop_promise_newJaehyun Cho2019-01-241-1/+1
* examples: fix edc build errorJaehyun Cho2019-01-242-9/+7
* ecore: fix memory leak when shutding down the application.Cedric BAIL2019-01-231-0/+3
* eina: fix memory leak when a Eina_Value as promise is returned, but no dispat...Cedric BAIL2019-01-231-0/+5
* efl_ui_image: implement the last two APIs from edjeMarcel Hollerbach2019-01-232-0/+19
* elm: note down all composite sections for widgetsMarcel Hollerbach2019-01-237-0/+26
* efl_ui_widget_focus_manager: this uses composition to call focus managerMarcel Hollerbach2019-01-231-0/+3