summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_position_manager_common: generalize codedevs/bu5hm4n/arm-testMarcel Hollerbach2019-08-203-39/+23
* replace item_container benchmarkMarcel Hollerbach2019-08-202-23/+101
* efl_ui_position_manager_grid: start to honor group itemsMarcel Hollerbach2019-08-201-103/+519
* efl_ui_position_manager_common: fix buffer_idMarcel Hollerbach2019-08-201-1/+1
* efl_ui_position_manager_list: make it handle group itemsMarcel Hollerbach2019-08-201-58/+155
* efl_ui_position_manager: pass on information about group idsMarcel Hollerbach2019-08-206-49/+121
* elm_test: add group itemsMarcel Hollerbach2019-08-201-7/+22
* elm_test: rename file and remove wrong namesMarcel Hollerbach2019-08-202-6/+5
* introduce group itemMarcel Hollerbach2019-08-2014-26/+552
* efl_ui_default_item: remove item partsMarcel Hollerbach2019-08-2011-180/+8
* introduce default itemMarcel Hollerbach2019-08-208-127/+92
* efl_ui_widget: do not walk parent chain for none legacy casesMarcel Hollerbach2019-08-203-4/+21
* efl_ui_widget: make treeunfocusable state easierMarcel Hollerbach2019-08-202-15/+34
* efl_ui_widget: skip custom focus parent logicMarcel Hollerbach2019-08-204-7/+20
* efl_ui_widget: add a place to share dataMarcel Hollerbach2019-08-204-6/+33
* efl_ui_widget: optimize size / position settingMarcel Hollerbach2019-08-201-2/+24
* efl_ui_focus_manager_calc: use a mempool instead of calloc / freeMarcel Hollerbach2019-08-201-2/+29
* efl_ui_focus_manager_calc: safe if this is root in a flagMarcel Hollerbach2019-08-201-2/+3
* efl_ui_focus_manager_calc: optimize item deletionMarcel Hollerbach2019-08-201-18/+28
* edje/style: refactor style parsing to remove temporary dynamic string creation.subhransu mohanty2019-08-201-50/+36
* canvas svg: fix to apply premultipled color.Hermet Park2019-08-201-8/+9
* evas vg: code refactoring.Hermet Park2019-08-201-7/+10
* csharp: MVVM parts supportLauro Moura2019-08-196-11/+170
* evas: fix png regression issueShinwoo Kim2019-08-191-4/+7
* efl_ui/text: attempt to size more accurately in non-scroll modeMike Blumenkrantz2019-08-191-1/+10
* efl_ui/popups: convert from elm_scroller to efl_ui_scroller internallyMike Blumenkrantz2019-08-193-41/+48
* efl_ui/scroller: create scroll manager in constructorMike Blumenkrantz2019-08-191-6/+7
* efl_ui/scroller: directly trigger group_calc if pan is resized during canvas ...Mike Blumenkrantz2019-08-191-1/+4
* efl_ui/scroll_util: don't trigger group_calc again on size changesMike Blumenkrantz2019-08-191-17/+0
* tests/scroller: start unit tests for efl.ui.scrollerMike Blumenkrantz2019-08-194-0/+153
* tests/elm: add util functions for triggering wheel eventsMike Blumenkrantz2019-08-192-4/+63
* elm/hoversel: manually trigger group_calc for internal objectsMike Blumenkrantz2019-08-192-0/+3
* elm/hoversel: avoid calling api functions on null hoversel objectsMike Blumenkrantz2019-08-192-2/+3
* elementary: properly refcount the key of the hash used by Efl.Ui.Layout_Facto...Cedric BAIL2019-08-191-0/+1
* evas_textblock: markup text: improve handling invalide escape charactersali2019-08-192-0/+42
* evas_common: parse color in rgb()/rgba() formatali2019-08-193-16/+104
* evas_textblock: reduce _evas_textblock_changed calls with markup_text_appendAli Alzyod2019-08-191-2/+10
* elm: avoid clash in Collection.Focus_ManagerLauro Moura2019-08-191-1/+1
* make mman.h privateVincent Torri2019-08-1936-78/+105
* evas svg: fix svg spec compatibility.Hermet Park2019-08-191-0/+4
* vg_common_svg: Apply node opacity to stroke colorJunsuChoi2019-08-191-0/+9
* edje/style: refactor to avoid creating temporary strings.subhransu mohanty2019-08-191-34/+10
* edje/styles: avoid redundant style tag addition by providing extra checks.subhransu mohanty2019-08-191-23/+15
* edje/styles: keep an escaped string of font_set. As eina_ecaped_string() crea...subhransu mohanty2019-08-193-9/+11
* edje: fix compatibility issue.Hermet Park2019-08-191-0/+1
* meson: there is no need for checking ecore hereMarcel Hollerbach2019-08-192-6/+1
* eo-cxx: Add second NULL sentinel to avoid buffer overrun by efl_check.hFelipe Magno de Almeida2019-08-191-0/+1
* elm slider - delete timers on destruction that should be deletedCarsten Haitzler (Rasterman)2019-08-181-5/+7
* evas - loader - rsvg generic - install svg symlinkCarsten Haitzler (Rasterman)2019-08-181-1/+1
* elm hoversel - avoid crash when items modified while popping downCarsten Haitzler (Rasterman)2019-08-181-2/+4