summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Canvas text: fixup text_setdevs/herdsman/text_async_lockDaniel Hirt2017-09-101-11/+19
* Ui text: fixup after canvas text changesDaniel Hirt2017-09-102-5/+4
* Canvas text: move async to new classDaniel Hirt2017-09-104-62/+50
* Ui text: fixupDaniel Hirt2017-09-103-36/+35
* Canvas text: fixupDaniel Hirt2017-09-102-8/+22
* Fixup canvas text errDaniel Hirt2017-09-091-1/+2
* Fixup Ui.TextDaniel Hirt2017-09-092-24/+66
* Ui text: add 'Edit' option to elm_testDaniel Hirt2017-09-091-0/+15
* Fixup Ui.Text w/ async layoutDaniel Hirt2017-09-091-43/+52
* Ui text: use async layoutDaniel Hirt2017-09-091-26/+52
* Canvas text: add 'async_layout' methodDaniel Hirt2017-09-092-145/+425
* Canvas text: emit missing events during text changesDaniel Hirt2017-09-091-2/+3
* Ui text: reduce calls to update decorationsDaniel Hirt2017-09-092-10/+38
* elm: Fix multiple connections from model to properties in LayoutFelipe Magno de Almeida2017-09-071-139/+95
* ecore: Add efl_model_copmosite_selection modelFelipe Magno de Almeida2017-09-0712-43/+577
* efl: Make models 0-based index, not 1-basedFelipe Magno de Almeida2017-09-072-8/+7
* eio: Fix eio model children count in initialization of children modelFelipe Magno de Almeida2017-09-072-8/+62
* Revert "elm: rename elm spinner to Efl.Ui.Spinner"Amitesh Singh2017-09-0710-127/+128
* cxx: generate a constructor with a parent and a lambda functionDaniel Zaoui2017-09-071-0/+4
* naviframe: Fix to finish transition for newly pushed itemJaehyun Cho2017-09-061-6/+13
* Revert "naviframe: Fix to finish transition for newly pushed item"Jaehyun Cho2017-09-061-4/+5
* elementary: atspi accessible name uses plain textShinwoo Kim2017-09-067-16/+42
* eo-cxx: Fix ompilation error for uncomplete Eina_Future typeFelipe Magno de Almeida2017-09-061-0/+4
* elm test: slider: Add limited interval slider example.Amitesh Singh2017-09-061-0/+28
* evas_language_utils: Fix build error without NLSJaehyun Cho2017-09-061-1/+6
* elementary: enhance accessible name of elm_entryShinwoo Kim2017-09-061-1/+7
* filters: Fix GL support aka. cedric's borkJean-Philippe Andre2017-09-069-39/+32
* filters: Safety++Jean-Philippe Andre2017-09-065-40/+73
* eina: properly mark memory for valgrind before accessing it in one_big mempool.Cedric Bail2017-09-051-2/+15
* ecore_drm2: Better handling of blank time checksDerek Foreman2017-09-051-3/+3
* Revert "evas_thread: only join the thread if the thread is still alive"Marcel Hollerbach2017-09-051-2/+2
* evas_thread: only join the thread if the thread is still aliveMarcel Hollerbach2017-09-051-2/+2
* elm_panel: set content as a sub object of panel objectJaeun Choi2017-09-051-1/+3
* eina: fix compilation after b0rking in c9a0237770a7fbAmitesh Singh2017-09-051-2/+2
* eina_promise: remove shadowed declaration warningThiep Ha2017-09-051-1/+0
* focus_manager: remove unused parameter warningThiep Ha2017-09-051-1/+1
* textpath: correct map point numberThiep Ha2017-09-052-1/+2
* textpath: remove legacy api supportThiep Ha2017-09-052-10/+0
* textpath: do not process line if failed to allocate segmentThiep Ha2017-09-051-0/+1
* textpath: correct data gets from pathThiep Ha2017-09-051-4/+6
* eina: fix destruction of the osx semaphoresJean Guyomarc'h2017-09-051-1/+1
* ecore: fix return valueJean Guyomarc'h2017-09-041-1/+1
* efl_io_copier: Use the new Eina_Future API.devs/iscaro/futureGuilherme Iscaro2017-09-041-25/+22
* efl_net: Use the new Eina_Future API.Guilherme Iscaro2017-09-048-166/+168
* Efl_Loop: add job, timeout and idle based on Eina_Future.Gustavo Sverzut Barbieri2017-09-045-0/+199
* export efl_future_then() for Eina_Future syntax sugar.Gustavo Sverzut Barbieri2017-09-041-0/+12
* Eina_Future: add eina_future_resolved()Gustavo Sverzut Barbieri2017-09-042-2/+61
* Eina_Promise/Eina_Future: Add example and tests.Guilherme Iscaro2017-09-046-0/+1679
* Efl_Object: Add integration with Eina_Future.Guilherme Iscaro2017-09-043-19/+488
* Eina: Add Eina_Promise/Eina_Future.Guilherme Iscaro2017-09-0412-0/+3290