summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo: null out classes on deletiondevs/bu5hm4n/apb_fixMarcel Hollerbach2016-11-091-0/+6
* elementary_test: rework a 'Genlist Tree, Insert Sorted' testVyacheslav Reutskiy2016-11-081-52/+98
* edje_edit: fix compare double valuesVyacheslav Reutskiy2016-11-081-1/+1
* evas: Fix performance issue with moveJean-Philippe Andre2016-11-082-3/+6
* evas: Fix previous pointer position in output coordsJean-Philippe Andre2016-11-083-3/+8
* Ecore Evas VNC: add client disconnected callback.Guilherme Iscaro2016-11-074-11/+69
* Eina: add NULL check to eina_module_symbol_global_set API @fixArtem Popov2016-11-071-0/+1
* elm_layout: add mmap supportAndrii Kroitor2016-11-073-0/+72
* evas: move the error listing in dbg info to the canvas imageMarcel Hollerbach2016-11-073-8/+19
* ecore: simplify suite name as I try to spot an intermitent failure.Cedric BAIL2016-11-071-1/+1
* eina: remove Eina_Promise.Cedric BAIL2016-11-075-1519/+0
* eio: fix conversion mistake from Eina_Promise to Efl_Future.Cedric BAIL2016-11-071-1/+1
* eolian: remove Eina_Promise.Cedric BAIL2016-11-073-3/+3
* eolian: remove test for generated Eina_Promise.Cedric BAIL2016-11-073-123/+0
* eolian_js: remove Eina_Promise.Cedric BAIL2016-11-071-1/+0
* eolian: remove generation of Eina_Promise.Cedric BAIL2016-11-071-39/+9
* bindings: remove Eina_Promise reference from JS binding.Cedric BAIL2016-11-072-17/+0
* bindings: remove Eina_Promise from C++ bindings.Cedric BAIL2016-11-071-20/+0
* eolian_cxx: do not test Eina_Promise anymore.Cedric BAIL2016-11-072-39/+0
* elementary: fix conversion mistake from Eina_Promise to Efl_Future in file se...Cedric BAIL2016-11-071-1/+1
* eina: remove Eina_Promise tests.Cedric BAIL2016-11-073-719/+0
* ecore: remove Eina_Promise tests.Cedric BAIL2016-11-071-104/+0
* eina: remove benchmark for Eina_Promise.Cedric BAIL2016-11-073-311/+0
* elementary: update example to use Efl_Future.Cedric BAIL2016-11-071-3/+6
* elementary: remove old comment and update code accordingly.Cedric BAIL2016-11-071-25/+5
* ecore: remove ecore_thread_promise_run.Cedric BAIL2016-11-073-254/+1
* ecore: remove tests for ecore_thread_promise_run.Cedric BAIL2016-11-071-279/+0
* evas: restore expected behavior for rejecting move with same coordsMike Blumenkrantz2016-11-072-1/+2
* docs: ecore_con: add missing docs for new efl_net_* componentsStefan Schmidt2016-11-075-23/+23
* docs: elm_web: add missing docs for elm_webStefan Schmidt2016-11-071-10/+11
* docs: efl_io: add missing docs for efl_io_managerStefan Schmidt2016-11-071-16/+16
* docs: efl_input: add missing docs for efl input pointerStefan Schmidt2016-11-071-18/+18
* docs: eldbus: add docs for new eldbus enumStefan Schmidt2016-11-071-4/+5
* ector: update the render api eo signetureSubhransu Mohanty2016-11-071-3/+3
* swap mode - add evlog logging for querying surface ageCarsten Haitzler (Rasterman)2016-11-073-0/+6
* egl engines (wl, x11, drm) - add buffer age events for debuggingCarsten Haitzler (Rasterman)2016-11-073-3/+39
* wl_drm and eayland_egl buffer age fix for gl when age changesCarsten Haitzler (Rasterman)2016-11-074-0/+6
* evas render evlog - add more evlog spots to help identify issuesCarsten Haitzler (Rasterman)2016-11-071-4/+58
* ElmTests: modify flip test to fit Exactness limitations.Daniel Zaoui2016-11-061-21/+57
* remove memcmp calls for better performance where size is knownCarsten Haitzler (Rasterman)2016-11-064-10/+50
* eo - use free queue for at least some eo core memory and pointersCarsten Haitzler (Rasterman)2016-11-063-22/+21
* eina list - use free queue to defer freeing list nodes and acctingCarsten Haitzler (Rasterman)2016-11-061-2/+17
* ecore main loop - drive the free queue from the loops idle entererCarsten Haitzler (Rasterman)2016-11-061-1/+6
* eina - add a free queue (eina_freeq) for deferring frees of dataCarsten Haitzler (Rasterman)2016-11-068-3/+723
* Luncher theme: Handle the updated signal for icons in their off state.Stephen okra Houston2016-11-051-1/+9
* elementary/test_entry: resize window on test without itBruno Dilly2016-11-041-0/+1
* Merge branch 'devs/iscaro/vnc-fb'Bruno Dilly2016-11-0410-36/+635
|\
| * VNC Example: Add support to Ecore_Evas FB engine.Guilherme Iscaro2016-11-041-6/+51
| * Ecore_Evas VNC: Add frame buffer support.Guilherme Iscaro2016-11-045-26/+500
| * Evas FB: Add support for region push hook.Guilherme Iscaro2016-11-044-4/+84
|/