summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edje: make it handle late appearing of devicesdevs/bu5hm4n/lets_fix_thatMarcel Hollerbach2017-09-131-4/+18
* genlist: fix decorate mode dangling pointer in deletionSangHyeon Jade Lee2017-09-121-0/+2
* efl.ui.slider: implement efl.text intfAmitesh Singh2017-09-123-8/+12
* efl.ui.range: remove interval_enable/set/get APIs from interfaceAmitesh Singh2017-09-123-74/+33
* interval slider: Add new interval slider widgetAmitesh Singh2017-09-1211-0/+435
* edje: Add legacy compatibility codeJean-Philippe Andre2017-09-121-0/+43
* ector: Copyedit Ector doxygenBryce Harrington2017-09-121-25/+16
* elm: rename Elm.Interface.Atspi.Component => Efl.Access.ComponentLukasz Stanislawski2017-09-1212-72/+71
* elm: rename Elm.Interface.Atspi.Image => Efl.Access.ImageLukasz Stanislawski2017-09-127-27/+26
* elm: rename Elm.Interface.Atspi.Window => Efl.Access.WindowLukasz Stanislawski2017-09-1210-94/+94
* elm: rename Elm.Interface.Atspi.Value => Efl.Access.ValueLukasz Stanislawski2017-09-1210-38/+37
* Ui text: reduce calls to update functionsDaniel Hirt2017-09-122-10/+38
* eio: first convertion to new future/promise.Cedric BAIL2017-09-113-16/+80
* eina: add eina_promise_data_set symetric to eina_promise_data_get.Cedric BAIL2017-09-112-0/+20
* eina: fix typos in eina_promise_all_array documentation.Cedric BAIL2017-09-111-3/+3
* evas: actually output might not be initialized until later.Cedric BAIL2017-09-111-2/+13
* Examples: fix C++ examplesDaniel Zaoui2017-09-1110-26/+44
* eina: fix build for big endian platformsStefan Schmidt2017-09-111-0/+1
* evas textblock: support ZWJ, ZWNJ, LRM, RLM in escaped formYoungbok Shin2017-09-111-0/+4
* evas: don't search other fonts only for INHERITED script unicodesYoungbok Shin2017-09-111-0/+6
* efl ui layout - fix warning fro wrong type... its a list not a hash.Carsten Haitzler (Rasterman)2017-09-101-1/+1
* eo-cxx: Require instantiate keyword for constructors calling efl_add to avoid...Felipe Magno de Almeida2017-09-088-25/+200
* edje: Better debug logs for invalid calls to swallowJean-Philippe Andre2017-09-082-16/+44
* Evas filters: remove needless check for negative case.Sungtaek Hong2017-09-081-2/+3
* Canvas text: emit missing events during text changesDaniel Hirt2017-09-071-2/+3
* 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