summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eina vpath: remove support of ~username vpath on Windowsdevs/bu5hm4n/buildtestVincent Torri2019-07-182-7/+10
* elementary: add a test for Efl.Ui.View interface.Cedric BAIL2019-07-173-0/+67
* elementary: simplify example by using Efl.Model_Provider.Cedric BAIL2019-07-171-8/+9
* elementary: fix potential race condition by using Eina_Future attached to the...Cedric BAIL2019-07-172-10/+19
* ecore: remove efl_loop_{un,}register from .eo.Cedric BAIL2019-07-173-18/+15
* eo: use efl_provider_{un,}register infrastructure instead of Efl_Loop one.Cedric BAIL2019-07-176-23/+23
* elementary: add a test for Efl.Model_provider.Cedric BAIL2019-07-171-0/+40
* ecore: rely on efl_provider_{un,}register to do the job of efl_loop_{un,}regi...Cedric BAIL2019-07-173-29/+6
* elementary: first search on ourself instead of our parent for all providers.Cedric BAIL2019-07-171-2/+2
* eo: add ability to register provider on the Eo object directly.Cedric BAIL2019-07-172-27/+93
* elementary: Efl.Ui.Layout now rely on model change event to track the model.Cedric BAIL2019-07-173-13/+77
* efl: add a Efl.Model_Provider that every widget will look up for in their par...Cedric BAIL2019-07-176-8/+121
* elementary: Efl.Ui.Image now rely on event to update model binding.Cedric BAIL2019-07-173-26/+47
* efl: implement notification for when the model is changed on a widget.Cedric BAIL2019-07-173-31/+70
* eolian: remove support for old free() syntaxDaniel Kolesa2019-07-174-22/+1
* efl_ui/table: emit EFL_PACK_EVENT_LAYOUT_UPDATED on layout updatesMike Blumenkrantz2019-07-171-0/+1
* elm/scrollable: avoid unnecessary edje recalcsMike Blumenkrantz2019-07-171-1/+4
* efl/scroll manager: stop clearing animators on every wheel eventMike Blumenkrantz2019-07-171-4/+5
* efl_ui/box: optimize position_set operations with boxesMike Blumenkrantz2019-07-173-3/+37
* efl_ui/box: avoid exploding stack with lots of subobjectsMike Blumenkrantz2019-07-171-1/+11
* elm_test: add comparable "simple" scroller testsMike Blumenkrantz2019-07-173-0/+97
* efl_ui_win: optimize shutdownMarcel Hollerbach2019-07-171-0/+2
* efl_ui_widget: relax the amount of event subscriptionsMarcel Hollerbach2019-07-171-22/+1
* efl_ui_widget: performance optimize deletionMarcel Hollerbach2019-07-171-9/+17
* eolian: allow binbufs to be ownedDaniel Kolesa2019-07-171-0/+1
* eolian: add builtin binbuf and event typesDaniel Kolesa2019-07-176-13/+44
* vg_common_svg: Gradient stop color use premultiplied color.JunsuChoi2019-07-171-3/+6
* tests/elm: add test for elm_bubble "clicked" smart callbackMike Blumenkrantz2019-07-161-0/+42
* tests/elm: break out event callback functionMike Blumenkrantz2019-07-163-9/+11
* efl_ui_slider: fix focus interactionMarcel Hollerbach2019-07-161-1/+7
* efl_ui_text: fix focus breakingMarcel Hollerbach2019-07-161-1/+2
* efl_ui_slider: change the semantical meaning of step propertyMarcel Hollerbach2019-07-163-21/+49
* tests/actionslider: add more actionslider unit testsMike Blumenkrantz2019-07-161-0/+99
* tests/elm: improve click_part() further to guess part locationsMike Blumenkrantz2019-07-161-5/+44
* tests/elm: improve click_part() to handle non-swallow partsMike Blumenkrantz2019-07-161-1/+6
* elm_actionslider: fix internal state when programmatically changing valueMike Blumenkrantz2019-07-161-1/+2
* elm_actionslider: fix signal emission for left selectionMike Blumenkrantz2019-07-161-1/+1
* efl_ui_widget_part: implement some expected methodsMike Blumenkrantz2019-07-161-0/+18
* docs: Enhance Efl.Ui.Clickable_Util documentationXavi Artigas2019-07-161-8/+21
* Evil: remove getpwuid() from Evil.Vincent Torri2019-07-162-22/+0
* Revert "Revert "efl: prevent usage of some Eina.* stub types in stable APIs""Vitor Sousa2019-07-153-14/+14
* tests/ecore_wl2: Check for valid xdg_runtime_dirChristopher Michael2019-07-151-1/+1
* tests/ecore_wl2: Add start of Ecore_Wl2 Window testsChristopher Michael2019-07-154-1/+56
* tests/ecore_wl2: Add test for ecore_wl2_display_inputs_getChristopher Michael2019-07-151-0/+14
* tests/ecore_wl2: Add test for ecore_wl2_display_registry_get functionChristopher Michael2019-07-151-0/+12
* tests/ecore_wl2: Add test for ecore_wl2_display_screen_size_get functionChristopher Michael2019-07-151-0/+15
* tests/ecore_wl2: Add test for ecore_wl2_display_globals_get functionChristopher Michael2019-07-151-0/+24
* tests/ecore_wl2: Add printf for compositor detectionChristopher Michael2019-07-151-0/+2
* tests/ecore_wl2: Add ecore_wl2_display_dmabuf_get testChristopher Michael2019-07-151-0/+14
* tests/ecore_wl2: Add ecore_wl2_display_shm_get testChristopher Michael2019-07-151-0/+14