summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ecore_wl2: Add API to remove surface managersDerek Foreman2018-01-262-0/+7
* ecore_wl2: Add a way to register new surface managersDerek Foreman2018-01-264-5/+64
* ecore_wl2: rename _surface_flush for consistencyDerek Foreman2018-01-261-2/+2
* ecore_wl2: Move private data allocation into back-end codeDerek Foreman2018-01-262-9/+16
* ecore_wl2: Move backend specific members into a private data structDerek Foreman2018-01-263-38/+57
* ecore_wl2: Move surface size update into generic codeDerek Foreman2018-01-261-2/+2
* ecore_wl2: Add API surface_buffer_createDerek Foreman2018-01-262-6/+15
* ecore_wl2: Remove force from surface reconfigureDerek Foreman2018-01-263-8/+8
* wayland_shm: remove dirty bit entirelyDerek Foreman2018-01-262-10/+3
* wayland_shm: Use surface flush instead of setting dirtyDerek Foreman2018-01-261-1/+1
* ecore_wl2: Move smarts from surface_map to buffer_mapDerek Foreman2018-01-263-15/+29
* ecore_wl2: Add buffer_fit API and use it from surface codeDerek Foreman2018-01-263-7/+20
* ecore_wl2: Add buffer age inc and use it in surface codeDerek Foreman2018-01-263-1/+10
* ecore_wl2: Add buffer_age_set and use it in surface codeDerek Foreman2018-01-263-3/+11
* ecore_wl2: Add buffer_age_get API and use it in surface codeDerek Foreman2018-01-263-3/+14
* ecore_wl2: Add API for setting buffer busy status and use itDerek Foreman2018-01-263-1/+10
* ecore_wl2: Add API for querying buffer lock status and use itDerek Foreman2018-01-263-1/+10
* ecore_wl2: Make the surface interface a pointerDerek Foreman2018-01-262-16/+20
* ecore_wl2: Move surface manager interface into public APIDerek Foreman2018-01-262-10/+12
* ecore_wl2: Call check function through a pointerDerek Foreman2018-01-262-5/+8
* ecore_wl2: Move dmabuf surface specific tests into their own functionDerek Foreman2018-01-261-11/+19
* ecore_wl2: Make session recovery more robustDerek Foreman2018-01-261-1/+8
* edje_cc: simplify thread tracking for exiting on signalMike Blumenkrantz2018-01-261-49/+33
* edje_cc: make -thread optionMike Blumenkrantz2018-01-263-107/+162
* quicklaunch: return child pid from elm_quicklaunch_fork() on successMike Blumenkrantz2018-01-262-8/+8
* efl_ui_focus_manager_calc: prepare everything before border elem evalMarcel Hollerbach2018-01-261-0/+8
* efl_ui_focus_manager_calc: check earlier for LOGICALMarcel Hollerbach2018-01-261-2/+3
* elm_gen****: do not call realize on itemsMarcel Hollerbach2018-01-264-10/+77
* pyolian: improve a bit the 2 example templatesDave Andreoli2018-01-253-8/+16
* ecore: prune existing thread_join callbacks during ecore_fork_resetMike Blumenkrantz2018-01-252-2/+16
* efl_mono: fix DLL instalation path on efl-mono.pc.inVitor Sousa2018-01-253-11/+15
* eolian_cxx: Fix "unused parameter" warningsLauro Moura2018-01-251-4/+4
* examples: Remove duplicated build code for mono examples.Lauro Moura2018-01-251-12/+4
* tests: Check return value in tests.Lauro Moura2018-01-253-4/+4
* eldbus: Uncomment testsLauro Moura2018-01-252-6/+6
* efl_mono: Remove unneeded code from testsLauro Moura2018-01-251-66/+0
* eolian_mono: Add underlying pointer to ToStringLauro Moura2018-01-251-0/+5
* eolian_mono: Fix event argument for stringsLauro Moura2018-01-254-0/+135
* eolian_mono: Fix visibility of generated eventsLauro Moura2018-01-252-6/+15
* mono: Fix AM_TESTS_ENVIRONMENTLauro Moura2018-01-251-6/+6
* ecore_con: missed compiler warning.Cedric BAIL2018-01-251-1/+1
* ecore_con: restore ability for negative port on local connection.Cedric BAIL2018-01-251-4/+7
* ecore-con pass port into err printCarsten Haitzler (Rasterman)2018-01-261-1/+1
* ecore_con - give error output if port num is invalidCarsten Haitzler (Rasterman)2018-01-261-1/+5
* elm: make elm_object_text_get return markup info as well.Shinwoo Kim2018-01-251-1/+1
* ecore_con: Check for the valid port numberMyoungwoon Roy, Kim2018-01-251-0/+2
* win: Fix legacy win type nameJean-Philippe Andre2018-01-252-3/+3
* eo: only call costly function _eo_op_desc_name_get when in debug mode.Cedric BAIL2018-01-241-0/+2
* efl-wl: don't leak xkb mmaps when running under x11Mike Blumenkrantz2018-01-241-6/+13
* pyolian: improve the doc generationDave Andreoli2018-01-243-30/+92