summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* another testdevs/stefan/mingw-hackery2Stefan Schmidt2013-07-111-1/+1
* Try out daniels suggestionStefan Schmidt2013-07-111-1/+1
* HACK: remove more const from Eo_Callback_Array_ItemStefan Schmidt2013-07-111-6/+6
* HACK: Remove all const from evas objects to check if that fixes the mingw buildStefan Schmidt2013-07-112-67/+67
* Update ChangeLog with recent pixmap functionsChris Michael2013-07-111-0/+4
* Add engine interface code for:Chris Michael2013-07-111-0/+58
* Add function code for:Chris Michael2013-07-111-0/+93
* Add visual and colormap to pixmap structureChris Michael2013-07-111-0/+2
* Add interface function definitions for:Chris Michael2013-07-111-0/+8
* Add API declarations for new pixmap functionsChris Michael2013-07-111-0/+45
* efreet: it should be a #ifdef now...Cedric Bail2013-07-113-6/+6
* efreet: use the correct guard.Cedric Bail2013-07-113-6/+6
* edje: fix build break on Windows.Cedric Bail2013-07-111-2/+2
* examples: Make make return an error if one of the examples fails compileDaniel Willmann2013-07-111-1/+1
* examples: Add missing Ecore_Eo.h for some defines.Stefan Schmidt2013-07-112-0/+2
* evas gl: if img src size == dst on draw, turn smooth off to avoid ghostingCarsten Haitzler (Rasterman)2013-07-111-0/+2
* Update Changelog for recent ecore_evas changesChris Michael2013-07-111-0/+8
* Remove prev_front pixmap from structureChris Michael2013-07-111-3/+4
* Check for valid interface pixmap_get function before trying to call it.Chris Michael2013-07-111-2/+8
* Update doxygen comments wrt constant changing of pixmap idChris Michael2013-07-111-0/+16
* evas_main.c: fix a typo?Daniel Juyung Seo2013-07-111-1/+1
* evas: reduce memory footprint.Cedric Bail2013-07-112-57/+70
* edje: remove a stringshare leak on object close with textblock.Cedric Bail2013-07-111-1/+2
* evas - print ERR if the object coundn't be deleted when it's ref count is mor...ChunEon Park2013-07-111-1/+5
* eina: update ChangeLog and NEWS.Cedric Bail2013-07-112-2/+7
* eina: add eina_tiler_empty.Cedric Bail2013-07-112-1/+21
* eina: Eina_Tiler formatting.Cedric Bail2013-07-111-17/+17
* eina: don't insert the same rectangle multiple time in a row.Cedric Bail2013-07-111-0/+24
* eina: let's not complain for nothing.Cedric Bail2013-07-111-0/+2
* evas - use Eina_BoolChunEon Park2013-07-111-4/+4
* evas - indent fix.ChunEon Park2013-07-111-21/+22
* evas gl engine - paranoia: check max texture size limits on texture allocCarsten Haitzler (Rasterman)2013-07-113-91/+145
* eet: Fix copy&paste issueIgor Murzov2013-07-111-1/+1
* Fix compiler warningsChris Michael2013-07-091-1/+4
* Don't leak fd handles (ie: leave files open) when checking devicesChris Michael2013-07-091-0/+3
* ethumb - fix ethumbd timeout to always work at start and mid-run too.Carsten Haitzler (Rasterman)2013-07-091-20/+14
* ethumbd timeout to 30s to not timeout in middle of long generateCarsten Haitzler (Rasterman)2013-07-091-3/+16
* up ethumbd timeout to 10sec by defaultCarsten Haitzler (Rasterman)2013-07-091-1/+1
* evas/eet: Prevent libjpeg to redefine INT32.Stefan Schmidt2013-07-092-0/+5
* For cases of fatal errors on wl_display, return ECORE_CALLBACK_CANCELChris Michael2013-07-091-0/+4
* efreet: Guard priority settign and getting functions for WIN32Stefan Schmidt2013-07-093-0/+15
* somehow buf is freed once its put into an event.. but before event isCarsten Haitzler (Rasterman)2013-07-091-2/+8
* Revert "evas: use Eina_Tiler for GL backend."Cedric Bail2013-07-091-156/+132
* eina: improve test coverage for Eina_Clist.Sergii Kanaev2013-07-091-0/+94
* evas: no need to call eo_data_scope_get in many case after this change.Cedric Bail2013-07-0912-196/+455
* evas: use Eina_Tiler for GL backend.Cedric Bail2013-07-091-132/+156
* eldbus-codegen: If substr dont exist in string return string.José Roberto de Souza2013-07-081-0/+5
* eldbus: Correclty check if user already create a object manager iface to objectJosé Roberto de Souza2013-07-081-1/+1
* Initialize 'buf' to NULL (to avoid compiler warning)Chris Michael2013-07-081-1/+1
* Initialize 'd' to -1 so we can check on 'end' if it needs closingChris Michael2013-07-081-2/+2