summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore-wayland: Cleanup shell surface creationdevs/devilhorns/xdg_shellChris Michael2014-09-041-36/+10
* ecore-evas-wayland: Add support for minimizing xdg_shell surfacesChris Michael2014-09-041-2/+5
* ecore-wayland: Add/Implement code to handle iconifying a windowChris Michael2014-09-041-15/+62
* ecore-wayland: Add minimized field to window structureChris Michael2014-09-041-0/+1
* ecore-wayland: Add API functions to iconify an Ecore_Wl_WindowChris Michael2014-09-041-0/+11
* ecore-wayland: Bump xdg_shell version for pending releaseChris Michael2014-09-042-2/+2
* ecore-wayland: Add support for xdg_surface class nameChris Michael2014-09-041-1/+3
* ecore-wayland: Fix formatting and add a FIXME noteChris Michael2014-09-041-7/+8
* ecore-wayland: Check for valid shell before sending bound eventChris Michael2014-09-041-3/+3
* ecore-wayland: Add missing EINA_UNUSED and fix it's usage in otherChris Michael2014-09-042-4/+4
* ecore-wayland: Fix formattingChris Michael2014-09-041-60/+77
* ecore-wayland: Check return of callocChris Michael2014-09-041-1/+1
* ecore-wayland: Fix formattingChris Michael2014-09-041-8/+11
* Added support for xdg-shell protocol in ecore-wayland.Chris Michael2014-09-041-68/+165
* Added support for xdg-shell protocol in ecore-waylandChris Michael2014-09-047-2/+729
* ecore-evas-drm: Remove extra blank space in parameterChris Michael2014-09-041-1/+1
* eo: do not call eina_tls_get as often when in the main loop.Cedric BAIL2014-09-042-23/+31
* evas-drm: Fix evas-drm picking incorrect resolution/mode for outputsChris Michael2014-09-041-68/+27
* evas-drm: Fix formattingChris Michael2014-09-041-20/+19
* ecore-evas-drm: Remove dead commentChris Michael2014-09-041-2/+0
* ecore-evas-drm: Add function to return screen geometryChris Michael2014-09-041-6/+14
* ecore-drm: Add API function to get screen geometryChris Michael2014-09-041-0/+27
* ecore-drm: Add API function for getting screen geometryChris Michael2014-09-041-0/+5
* autotools: clean-up lua/luajit requirementsJean Guyomarc'h2014-09-041-3/+0
* eolian: cache function in implements where possible to get O(1) lookupDaniel Kolesa2014-09-043-0/+22
* eolian: generate implements for every method/propertyDaniel Kolesa2014-09-043-2/+45
* eolian: prepare for implements list expansionDaniel Kolesa2014-09-043-0/+12
* edje_edit: Check return of _edje_part_description_find_bynameStefan Schmidt2014-09-041-0/+2
* edje_edit: Another instance where we need to check the return of eet_listStefan Schmidt2014-09-041-14/+18
* edje_edit: Check return value of eet_list() to avoid NULL dereference.Stefan Schmidt2014-09-041-8/+11
* gl-drm: Make use of ecore_drm for handling ttyGwanglim Lee2014-09-044-247/+15
* ecore_x_vsync: Remove ahadowign variable.Stefan Schmidt2014-09-041-2/+1
* eolian: fix auto/empty parsing/fill and add testsDaniel Kolesa2014-09-044-31/+78
* edje_edit: Check return of _edje_edit_edje_file_save and close files if we failStefan Schmidt2014-09-041-1/+6
* evas/cserve2: Check return value of fcntlStefan Schmidt2014-09-041-1/+1
* ecore - x vsync - whitelies only intel drm driverCarsten Haitzler (Rasterman)2014-09-041-0/+68
* ecore_con: Make sure host_server is not NUL before dereferencingStefan Schmidt2014-09-041-1/+1
* eldbus: Only call va_end() if the signature does not match after rewriteStefan Schmidt2014-09-041-2/+5
* gl-drm: Fix build warningsGwanglim Lee2014-09-042-2/+2
* ecore-drm: Remove duplicated tty fd checkGwanglim Lee2014-09-041-7/+1
* evas: let's bet consistent and not break the build.Cedric BAIL2014-09-041-2/+2
* edje: Edje_Edit - add code to generate edc source for all transition types in...Irfan Abdul2014-09-031-17/+60
* ecore_cocoa: NSRunLoop integrationJean Guyomarc'h2014-09-037-57/+195
* evas: fix build on armv7l.Philippe Coval2014-09-031-6/+7
* eo: let's be consistent and use the portable flag MAP_ANON.Cedric BAIL2014-09-032-2/+2
* edje: let's not depend on sndfile.Cedric BAIL2014-09-031-2/+1
* eolian: wrong condition fixDaniel Kolesa2014-09-031-2/+2
* eolian: APIs to check auto/empty on a functionDaniel Kolesa2014-09-034-14/+96
* Revert "evas: Evas_3D - add .eet export/import"ChunEon Park2014-09-038-720/+4
* [Evas/evas-3d] Add shadow maps. Added two scene-API functions for enable and ...Dmytro Dadyka2014-09-0312-15/+713