summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ecore_evas buffer: fix a deadlock issue.Hermet Park2019-07-222-3/+8
* efl_ui_textpath: deprecate elm_textpath_circle_set()Hermet Park2019-07-222-16/+16
* efl_ui_textpath: introduce efl_ui_textpath_circular_set() interface.Hermet Park2019-07-225-45/+156
* evas_vg_json: Add image embedded exampleJunsuChoi2019-07-222-3/+15
* vg_common_json : Support image data of nodeJunsuChoi2019-07-221-1/+26
* Efl.Canvas.Vg : Implement Efl.Canvas.Vg.Image classJunsuChoi2019-07-224-0/+137
* Ector.Renderer : Implement Ector.Renderer.(Software).Image classJunsuChoi2019-07-2210-0/+259
* ecore wl2 - fall back to shm if dmabuf fails in buf initCarsten Haitzler (Rasterman)2019-07-221-2/+6
* ecore - efl thread - remove mroe error case cnp code and share itCarsten Haitzler (Rasterman)2019-07-201-22/+18
* ecore - efl thread - move duplicate code into shared func to reduce cnpCarsten Haitzler (Rasterman)2019-07-201-10/+11
* ecore - efl thread - remove more copy & paste in fd in clearing handlingCarsten Haitzler (Rasterman)2019-07-201-10/+11
* ecore - efl thread - reduce copy & paste and merge into single funcCarsten Haitzler (Rasterman)2019-07-201-45/+27
* evas/map: permit evas_map_free(NULL)Mike Blumenkrantz2019-07-191-4/+1
* tests/elm: fix event starter helper function to handle elm_win objectsMike Blumenkrantz2019-07-191-1/+1
* evas: fix type checking of Evas pointers in legacy functionsMike Blumenkrantz2019-07-193-32/+29
* ecore: avoid breaking next main loop start if quit occurs outside of loopMike Blumenkrantz2019-07-192-0/+4
* tests/eldbus: fix broken unit testMike Blumenkrantz2019-07-191-2/+0
* edje: add some null checks for nonexistent objectsMike Blumenkrantz2019-07-192-4/+5
* tests/elm: fix a couple unit tests to use event starter helper functionMike Blumenkrantz2019-07-192-7/+2
* meson: fix debug-threads optionMike Blumenkrantz2019-07-191-6/+3
* elm_test: add efl.ui.scroller test with big tableMike Blumenkrantz2019-07-192-0/+44
* efl_ui/table: optimize position_set operations with tablesMike Blumenkrantz2019-07-193-4/+34
* elm_test: rename efl.ui.scroller simple test function nameMike Blumenkrantz2019-07-192-3/+3
* efl_ui/table: avoid exploding stack with lots of subobjectsMike Blumenkrantz2019-07-191-1/+13
* eo: add helper for checking the ownable stateMarcel Hollerbach2019-07-192-0/+24
* evas/box: avoid triggering smart_move callbackMike Blumenkrantz2019-07-191-1/+7
* Add missing Slider header to Efl_Ui.hXavi Artigas2019-07-191-0/+1
* README WhitespaceXavi Artigas2019-07-191-1/+1
* README: update COMPILING AND INSTALLING sectionali2019-07-191-9/+1
* efl_ui/scroll_manager: fix int overflow in animation duration calcMike Blumenkrantz2019-07-181-1/+2
* Eina vpath: remove support of ~username vpath on WindowsVincent Torri2019-07-182-7/+10
* cxx: remove a compilation warning for g++ 7.xVitor Sousa2019-07-171-1/+1
* eina: set EINA_VALUE_EMPTY during library init.Cedric BAIL2019-07-171-1/+4
* 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