summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ecore_exe: make sure that ReadFile() will not hangVincent Torri2015-10-122-10/+16
* ecore_exe: read remaining data when the child application has closedVincent Torri2015-10-121-60/+84
* ecore: lower log error level. Too much noise otherwiseVincent Torri2015-10-121-1/+1
* ecore: mimic Win32 handlers deletion with Fd onesVincent Torri2015-10-121-26/+30
* ecore_con: remove debugVincent Torri2015-10-121-3/+0
* Ecore_Con: make sure to create named pipe with a unique nameVincent Torri2015-10-121-2/+2
* eina: fix potential security issue.Vincent Torri2015-10-121-2/+7
* Revert "evas: fix borked rotation support in GL engine."Carsten Haitzler (Rasterman)2015-10-131-4/+7
* eina evlog - use CORRECT clock (monotonic) not gettimeofday if possibleCarsten Haitzler (Rasterman)2015-10-131-0/+40
* evas: fix borked rotation support in GL engine.Cedric BAIL2015-10-121-7/+4
* ecore_con: be more defensive while using environment variable provided by the...Cedric BAIL2015-10-121-3/+3
* ecore_x: removing useless assignment pointer.Srivardhan Hebbar2015-10-121-1/+1
* eina_tiler: add test cases for eina tiler area set/get functionsVivek Ellur2015-10-121-1/+11
* eina_queue: add test cases in eina thread queue moduleVivek Ellur2015-10-121-1/+13
* edje_cc: fix segfault when a program attempts to play a non-registered soundJean Guyomarc'h2015-10-121-12/+25
* ecore-evas-wayland: Trap for subsequent resize eventsChris Michael2015-10-121-1/+2
* ecore_x: Optimize _ecore_x_modifiers_get()Mrunal Sovani2015-10-121-31/+32
* evas-drm: remove useless conditionBoram Park2015-10-121-3/+1
* ecore-evas-wayland: Fix common window configure callback to not adjustChris Michael2015-10-121-24/+3