summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* evas filter: silent coverity on self assignmentAmitesh Singh2015-10-141-1/+1
* edje_edit: Fix clang warning of unused variablesChris Michael2015-10-141-4/+0
* ecore-evas-wayland-egl: Fix clang warning about extra parenthesesChris Michael2015-10-141-2/+2
* ecore-drm: Add missing field initializers for vt_modeChris Michael2015-10-142-4/+4
* evas: Fix clang warning for missing field 'async' in default_stateChris Michael2015-10-141-1/+1
* Evas GL: Fix support for the SW engines (OSMesa)Jean-Philippe Andre2015-10-142-12/+51
* Evas GL: Improve ERR log (direct rendering failed)Jean-Philippe Andre2015-10-141-2/+4
* Evas GL: Add a test case for Evas GL (make check)Jean-Philippe Andre2015-10-144-0/+253
* Evas GL: Implement glGetString wrapper for OSMesaJean-Philippe Andre2015-10-141-6/+49
* Evas GL: Minor changes inside glGetStringJean-Philippe Andre2015-10-141-9/+13
* Evas GL: Avoid make_current(0,0) during destroyJean-Philippe Andre2015-10-141-41/+42
* gl_x11: val can be everything expected 0 to mean trueMarcel Hollerbach2015-10-141-2/+2
* Eina: fix memory leak in eina_file_open()Vincent Torri2015-10-141-22/+8
* Eina: fix eina_file_current_directory_get()Vincent Torri2015-10-141-9/+7
* Eina: fix spelling in eina_tmpstr documentationVincent Torri2015-10-141-3/+3
* Evil: set EAPI correctly in pwd.hVincent Torri2015-10-141-0/+18
* evas gl engine - typo remove from previous commitCarsten Haitzler (Rasterman)2015-10-141-1/+1
* evas - obj destructrion - handle when obj layer is partly destroyedCarsten Haitzler (Rasterman)2015-10-142-7/+7
* evas - fix evlog to push and pop properlyCarsten Haitzler (Rasterman)2015-10-141-1/+1
* eina: util - set tmp to NULL to fix compilation warningAmitesh Singh2015-10-141-1/+1
* Evas: Some coverity fixesJean-Philippe Andre2015-10-141-3/+3
* Evas render: Fix proxy source_clip with source imagesJean-Philippe Andre2015-10-141-1/+13
* Evas render: Fix proxy source_clip logic inversionJean-Philippe Andre2015-10-142-7/+21
* ecore_cocoa: fix a bug where event timestamp was not retrieved correctly.Nicolas Aguirre2015-10-131-0/+1
* evas: fix build of gl_cocoa engine.Nicolas Aguirre2015-10-131-0/+5
* ecore_cocoa: use a timer instead of a poller to be more responsive when deali...Nicolas Aguirre2015-10-132-7/+5
* ecore_evas_cocoa: use the same render function as ecore_evas_xNicolas Aguirre2015-10-131-27/+95
* ecore_cocoa: fix warnings, add Debug outputs where needed and remove printfsNicolas Aguirre2015-10-131-166/+177
* eina: Include <unistd.h> for getuid and geteuid functionsChris Michael2015-10-131-0/+1
* ecore-wl: Add missing EINA_UNUSED for unused function paramatersChris Michael2015-10-131-1/+1
* evas: fix performance regression by reducing the unecessary memcpy we are doing.Cedric BAIL2015-10-131-3/+4
* evas: follow API documentation more closely.Cedric BAIL2015-10-131-3/+4
* Ecore exe win32: Fix double-free errors.Tom Hacohen2015-10-131-0/+1
* Revert "Revert "Revert "evas: fix borked rotation support in GL engine."""Carsten Haitzler (Rasterman)2015-10-131-4/+7
* evas: fix compilation errorAmitesh Singh2015-10-131-2/+2
* Revert "Revert "evas: fix borked rotation support in GL engine.""Cedric BAIL2015-10-121-7/+4
* evas: correctly get GLX_Y_INVERTED_EXT.Cedric BAIL2015-10-121-2/+2
* ecore: mimic UNIX code even moreVincent Torri2015-10-121-8/+18
* ecore_exe: avoid thread doing nothing by adding a small sleepVincent Torri2015-10-121-1/+3
* efreet: use ecore_file function instead of stat() in the icon cache codeVincent Torri2015-10-121-16/+19
* ecore_file: remove whitespacesVincent Torri2015-10-121-4/+4
* ecore_file: fix ecore_file management function on WindowsVincent Torri2015-10-121-22/+94
* ecore_exe: close handles only if they are validVincent Torri2015-10-121-4/+4
* efreet: eina_file_mkstemp() needs a template with an extensionVincent Torri2015-10-121-1/+1
* efreet: use eina_file_mkstemp() instead of mkstemp() for portabilityVincent Torri2015-10-121-12/+11
* edje: use eina_environment_tmp_get() instead of the TMPDIR env variableVincent Torri2015-10-121-1/+1
* ecore_exe: fix command line when a shell is used, and increase buffer to 3276...Vincent Torri2015-10-121-20/+15
* ecore_exe: remove infinite loop when killin processVincent Torri2015-10-121-2/+2
* ecore_exe: use macro to free resourcesVincent Torri2015-10-121-28/+10
* ecore_exe: better error message when child process can not be runVincent Torri2015-10-121-1/+10