summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo: fix missing event emissiondevs/bu5hm4n/reviewMarcel Hollerbach2017-05-041-1/+1
* efl_ui_focus_manager: add a free function for the relationMarcel Hollerbach2017-04-306-3/+24
* efl_ui_focus_object: that definition is not needed.Marcel Hollerbach2017-04-301-4/+1
* efl_ui_focus_manager_sub: replace a wrong commentMarcel Hollerbach2017-04-301-1/+1
* efl_ui_focus_manager: specify the event in the same way evas doesMarcel Hollerbach2017-04-305-12/+12
* efl_ui_focus_manager: the caller gives away the ownership of this listMarcel Hollerbach2017-04-301-1/+1
* efl_ui_focus_manager: elaborate on what the last object isMarcel Hollerbach2017-04-301-1/+4
* efl_ui_focus_manager: make documentation clearMarcel Hollerbach2017-04-301-1/+1
* efl_ui_focus_manager: give feedback if setting root worked or notMarcel Hollerbach2017-04-302-2/+12
* efl_ui_focus_manager: rename api from geometry to focus_geometryMarcel Hollerbach2017-04-3010-25/+35
* docs: remove wrong line-heightMarcel Hollerbach2017-04-301-1/+0
* ecore_evas: make ecore_evas buffer asynchronous.Cedric BAIL2017-04-281-11/+42
* evas: only call output function on initialized output.Cedric BAIL2017-04-281-3/+6
* ecore_evas: do timeout reset on RENDER_POST for future asynchronous rendering.Cedric BAIL2017-04-281-3/+12
* ecore_evas: properly warn when we are already rendering.Cedric BAIL2017-04-281-1/+5
* ecore_evas: refactor ecore_evas buffer render logic.Cedric BAIL2017-04-281-10/+16
* elm_code: Fix selection,start signalAndy Williams2017-04-282-1/+2
* eio: improve Kevent (FreeBSD et. al)Al Poole2017-04-281-4/+121
* bump minimum version requirement of freetype2 to 16.2.10 which equals release...Stefan Schmidt2017-04-281-2/+2
* build: bump minimum version requirement of gnutls to 3.3.6Stefan Schmidt2017-04-281-1/+1
* efl readme - add libunwind to highly recommended for err btCarsten Haitzler (Rasterman)2017-04-281-0/+1
* efl readme - remove liblz4 from recommendationsCarsten Haitzler (Rasterman)2017-04-281-4/+2
* efl readme - vlc really shouldn't be recommended list if gst is defCarsten Haitzler (Rasterman)2017-04-281-1/+0
* evas font code - build on older freetypes without new definitionsCarsten Haitzler (Rasterman)2017-04-281-3/+8
* thread fence code - move elsewhere in file to avoid conflictsCarsten Haitzler (Rasterman)2017-04-282-42/+43
* edje_cc: Fix warning caused by conflict between local & global variableJeeyong Um2017-04-281-13/+13
* ecore_evas: fix test in the hide callback in Windows moduleVincent Torri2017-04-271-2/+2
* edje: Fix resource leakChris Michael2017-04-271-0/+2
* edje: Fix resource leakChris Michael2017-04-271-1/+3
* wayland engines: Don't store evas in engine infoDerek Foreman2017-04-262-2/+0
* wayland_shm: Stop using the evas directly to block for async renderDerek Foreman2017-04-261-3/+1
* evas: Add a function to block for render thread completionDerek Foreman2017-04-262-0/+42
* gl_drm:Rename import_simple_dmabuf to gl_import_simple_dmabufDerek Foreman2017-04-261-3/+3
* ecore_evas_wayland: Make local functions staticDerek Foreman2017-04-261-42/+42
* ecore_evas_wayland: Remove unused functionsDerek Foreman2017-04-261-38/+0
* ecore_evas_wayland: Remove unnecessary function prototypesDerek Foreman2017-04-262-61/+0
* ecore_evas_wayland_common: Reorder functionsDerek Foreman2017-04-261-337/+337
* ecore_evas: Add doxygen for ecore_evas_gl_x11_options_new()Bryce Harrington2017-04-261-0/+30
* eo: move all the key_ properties to CDaniel Kolesa2017-04-265-86/+148
* eo: move wref_add/wref_del to CDaniel Kolesa2017-04-263-20/+26
* eo: move future_link to CDaniel Kolesa2017-04-263-8/+13
* ecore: efl_promise: remove superfluous NULL checkStefan Schmidt2017-04-261-1/+1
* eldbus: check return of dbus_signature_iter_next()Stefan Schmidt2017-04-261-1/+2
* evas_filter: initialize was_empty to false to have a defined stateStefan Schmidt2017-04-261-1/+1
* evas: gl_filters: fix leak of evas imageStefan Schmidt2017-04-261-0/+1
* evas: fix logic in evas_events.cJaeun Choi2017-04-261-9/+16
* elm_fileselector: made fileselector styling more flexibleVyacheslav Reutskiy2017-04-262-1/+2
* elm_cursor: add style name for sub cursorVyacheslav Reutskiy2017-04-261-0/+1
* Ecore_Evas: use window states and event property to fix ecore_evas_fullscreen...Vincent Torri2017-04-264-13/+128
* Ecore_Win32: add Property event APIVincent Torri2017-04-262-0/+22