summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-11embryo - embryo_cc - argv parsing MIGHT leave str buf not nul terminatedCarsten Haitzler (Rasterman)1-1/+2
2013-12-11evas - evas gl - fix realloc failure case to handle it properlyCarsten Haitzler (Rasterman)2-7/+20
2013-12-11evas - evas_gl - fix shader patch to not free static stringsCarsten Haitzler (Rasterman)2-6/+12
2013-12-11eet data encode - dont free data if its not separately allocatedCarsten Haitzler (Rasterman)1-25/+48
2013-12-11ecore - ecore systemd module - unused var warning - remove unused varCarsten Haitzler (Rasterman)1-1/+0
2013-12-11emotion - generic module - re-order code to make coverty happyCarsten Haitzler (Rasterman)1-2/+1
2013-12-11evas - font dir - remove from hash before free/delCarsten Haitzler (Rasterman)1-1/+1
2013-12-11ethumb - client lib - fix access of async item in idler after freeCarsten Haitzler (Rasterman)1-0/+1
2013-12-11ephysics - fix real access-after-free issue on delete of constraintCarsten Haitzler (Rasterman)1-2/+4
2013-12-11ecore-con - dns.c - fix double freeCarsten Haitzler (Rasterman)1-0/+1
2013-12-11edje - edje_pick - fix coverty access-after-unref issueCarsten Haitzler (Rasterman)1-2/+2
2013-12-11edje - edje_cc - fix coverty issue of not exiting loop for box items nameCarsten Haitzler (Rasterman)1-0/+1
2013-12-11evas - textblock - fix dbg_info_get to avoid leak if root is NULLCarsten Haitzler (Rasterman)1-0/+1
2013-12-11evas - cserve2 - fix uninitialized member "image_id".Carsten Haitzler (Rasterman)1-0/+1
2013-12-11evas - gl - ifdef out unused var with non-gles buildCarsten Haitzler (Rasterman)1-0/+2
2013-12-11evas - gl - use snprintf for safety (never likely anyway, so code was fine)Carsten Haitzler (Rasterman)1-1/+1
2013-12-11emotion - test - exit if calloc failsCarsten Haitzler (Rasterman)1-1/+2
2013-12-11edje - edje_cc - try and make coverty ignore the leak (invalid)Carsten Haitzler (Rasterman)1-2/+5
2013-12-11evas gif loader - address animated always being trueCarsten Haitzler (Rasterman)1-7/+3
2013-12-11pkgbuild: we do conflict with efl-git from AUR.Cedric BAIL1-2/+2
2013-12-11autotools: only turn on auto testing on linux.Cedric BAIL1-2/+2
2013-12-11autotools: fix complain about using subdirs without the right option.Cedric BAIL1-0/+2
2013-12-11autotools: make systemd dependency detection automatic.Cedric BAIL1-9/+9
2013-12-11autotools: let's try this variant for detecting c++ compiler availability.Cedric BAIL1-1/+1
2013-12-11gif loader - handle theoretical NULL loader_data caseCarsten Haitzler (Rasterman)1-0/+4
2013-12-10Evas tests: Add invalid markup testJean-Philippe Andre1-0/+13
2013-12-10ecore_x: ensure positive malloc sizeSebastian Dransfeld1-1/+1
2013-12-10evas - fix gif loader cpu overuse - used too much cpu to decode animsCarsten Haitzler (Rasterman)1-25/+69
2013-12-10ecore_x: remove double freeSebastian Dransfeld1-5/+0
2013-12-10ecore-evas - disable comp syncing by default (can be turned on though still)Carsten Haitzler (Rasterman)1-2/+4
2013-12-10Evas textblock: Fix crash with empty markups valuesJean-Philippe Andre1-1/+3
2013-12-10autotools: try to figure out what our buildbot get here.Cedric Bail1-1/+1
2013-12-09ecore_imf/wayland: Only call hide_input_panel on im_context_hide().Rafael Antognolli1-3/+0
2013-12-10ecore_evas: added missing documentation for ecore_evas_manual_render_set/get().Daniel Juyung Seo1-0/+29
2013-12-09Evas textblock: Slightly improve paragraph items freeing.Tom Hacohen1-3/+1
2013-12-09autotools: work around buggy macro to force C++ compiler detection.Cedric Bail1-1/+5
2013-12-09ecore_evas/wayland: Update withdrawn property, and inform state_changed.Rafael Antognolli1-0/+7
2013-12-09fix seb "fix" commit that causes lots of segvs.Carsten Haitzler (Rasterman)2-8/+6
2013-12-09Evas/cserve2: Fix crash during shutdownJean-Philippe Andre1-10/+5
2013-12-09Evas: Fix crash in GL engine(s) during preload cancelJean-Philippe Andre1-0/+4
2013-12-09Fix opaque windows becoming transparent after hide() then show().Chris Michael2-2/+12
2013-12-09Ecore: add DnD abort from sourceDaniel Zaoui3-0/+22
2013-12-09ecore evas - add animator update syncing to only render on animator ticksCarsten Haitzler (Rasterman)1-1/+45
2013-12-09ecore loop + animator - add call to get if an animator cb has run this iterCarsten Haitzler (Rasterman)4-1/+39
2013-12-09build: fix installing in DESTDIR for packaging and buildbot.Cedric Bail1-1/+1
2013-12-08efl: remove uuid from all libtool files.Cedric Bail1-0/+1
2013-12-07ecore_x: Fix buffer overrunSebastian Dransfeld1-1/+4
2013-12-07ecore_x: Fix bug in ecore_x_region_invertSebastian Dransfeld1-3/+1
2013-12-07ecore_x: Remove NULL checkSebastian Dransfeld1-6/+3
2013-12-07ecore_x: Use free, not XFreeSebastian Dransfeld1-5/+5