summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: Update NEWS and bump version for 1.15.1 releasev1.15.1Daniel Juyung Seo2015-08-252-2/+11
* Evas language: fix script run codeDaniel Hirt2015-08-241-14/+23
* use SDL2 everywhereMike Frysinger2015-08-244-7/+7
* ecore-wl: do not nul terminate dropsMike Blumenkrantz2015-08-131-3/+2
* ecore_evas: fix first render skip in several windowsJi-Youn Park2015-08-071-0/+4
* release: Update NEWS and bump version for 1.15.0 releasev1.15.0Stefan Schmidt2015-08-042-1/+16
* ecore_evas: Fix crash in async renderjiin.moon2015-08-041-2/+7
* evas image unload - fix free path to remove from pending listCarsten Haitzler (Rasterman)2015-08-041-0/+1
* Revert "[HACK] configure.ac: Forces linking with -lEGL"Nicolas Aguirre2015-08-031-1/+1
* Revert "[HACK] ecore_evas_fb: Comments ecore_fb_ts calls that aren't resolved...Nicolas Aguirre2015-08-031-3/+3
* Revert "configure.ac: Don't check for Xprint extension. cf:"Nicolas Aguirre2015-08-031-0/+1
* Revert "Include <Eet.h> where needed. cf:"Nicolas Aguirre2015-08-033-3/+0
* Revert "Adds support of the eglfs module in the autotools config"Nicolas Aguirre2015-08-037-116/+1
* Revert "evas: Adds an eglfs module"Nicolas Aguirre2015-08-034-1928/+0
* Revert "ecore_evas: Adds an eglfs module"Nicolas Aguirre2015-08-034-148/+0
* [HACK] configure.ac: Forces linking with -lEGLFlorent Revest2015-08-031-1/+1
* [HACK] ecore_evas_fb: Comments ecore_fb_ts calls that aren't resolved at runtimeFlorent Revest2015-08-031-3/+3
* configure.ac: Don't check for Xprint extension. cf:Florent Revest2015-08-031-1/+0
* Include <Eet.h> where needed. cf:Florent Revest2015-08-033-0/+3
* Adds support of the eglfs module in the autotools configFlorent Revest2015-08-037-1/+116
* evas: Adds an eglfs moduleFlorent Revest2015-08-034-0/+1928
* ecore_evas: Adds an eglfs moduleFlorent Revest2015-08-034-0/+148
* ecore_con: Correcting ece_svr to ece_cl in test case.Srivardhan Hebbar2015-08-031-2/+2
* eio: grammar and typo fixes in docs.Yomi2015-08-032-7/+7
* eina: add intermediate inline function for eina_crc.Cedric BAIL2015-08-034-2/+35
* ecore_pipe: Fix potential double closeJean-Philippe Andre2015-08-031-2/+5
* eina/btlog: Fix some Coverity issuesJean-Philippe Andre2015-08-031-3/+3
* Eeze: Fix build break with --disable-libmountRyuan Choi2015-08-011-3/+3
* Evas text: Migrate docs to new Eolian format.Tom Hacohen2015-07-311-173/+107
* eolian: different error for validating @sinceDaniel Kolesa2015-07-311-2/+6
* Evas table: Migrate docs to new Eolian format.Tom Hacohen2015-07-311-135/+96
* evas-wayland-shm: Use wl_display_dispatch_pending to wait for buffersChris Michael2015-07-311-1/+1
* specify ector licenses.ChunEon Park2015-07-314-1/+169
* Evas filters: Fix invalid sizeofJean-Philippe Andre2015-07-311-1/+1
* wayland-shm: When we run out of shm buffers kick the server to get some backDerek Foreman2015-07-301-9/+19
* ecore-evas-wayland: Remove unused variableChris Michael2015-07-301-3/+0
* ecore-evas-wayland: Remove call to ecore_wl_window_update_locationChris Michael2015-07-301-2/+0
* evas-wayland-shm: Set wl_display field inside the Shm_Surface structureChris Michael2015-07-301-1/+2
* evas-wayland-shm: Pass along the wl_display parameter to the surface creation...Chris Michael2015-07-301-2/+2
* evas-wayland-shm: Modify existing engine functions to take a wl_display param...Chris Michael2015-07-301-4/+6
* evas-wayland-shm: Provide wl_display to the surface structureChris Michael2015-07-301-2/+3
* ecore-evas-wayland: Set wl_display in the evas engine structureChris Michael2015-07-301-0/+1
* evas-wayland-shm: Provide wl_display field in engine info structureChris Michael2015-07-301-0/+2
* evas-wayland-shm: If no depth is specified during reconfigure, use existing d...Chris Michael2015-07-301-1/+3
* wayland-shm: Introduce buffer agesDerek Foreman2015-07-303-19/+47
* wayland-shm: Assign buffers in the swap_mode callbackDerek Foreman2015-07-302-2/+2
* wayland-shm: rename _evas_outbuf_swapmode_get() to _evas_outbuf_swap_mode_get()Derek Foreman2015-07-303-3/+3
* wayland-shm: Remove curr_buff from Shm_SurfaceDerek Foreman2015-07-303-8/+5
* wayland-shm: refactor _evas_shm_surface_data_get()Derek Foreman2015-07-302-19/+24
* wayland-shm: Use MAX_BUFFERS macro instead of magic 4Derek Foreman2015-07-301-1/+1