framework/uifw/evas.git
2009-09-28 sachielUse align == -1 for fill, and don't fill if not requested.
2009-09-28 rasteradd some macros/defin es to make life easier
2009-09-28 rasterand fix async load thing hanging around... put in share...
2009-09-27 caro * use Requires.private field in evas.pc if pkg-config...
2009-09-25 rasteri KNOW there is a bug here... the question is.. how...
2009-09-24 rasteraccount for padding too for too-big
2009-09-24 carorevert. I didn't see that the .c files were included...
2009-09-24 caro * export _evas_log_dom_global as it can be used in...
2009-09-24 carofix double to Evas_Coord conversion warnings
2009-09-23 carofix common configuration of VS
2009-09-23 caromove declaration of variables at the beginning of the...
2009-09-23 caromake evas_module.c and evas_path.c compile with vc++
2009-09-23 carouse size_t instead of int
2009-09-23 caromove the gradient2 main structure in a specific header...
2009-09-22 carolast auto-import symbols
2009-09-22 caromore auto-import symbols
2009-09-22 caroauto-import symbols
2009-09-22 caromove declaration of variables at the beginning of the...
2009-09-22 rasterfix wrns.. and fix macro!
2009-09-22 rasterand much pain and ganshing of teeth.. this took too...
2009-09-21 cedric * evas: Use eina_log.
2009-09-21 rasterand be able to check for my libjpeg hacks and enable...
2009-09-21 rastermore work on jpeg region load. use some hacks i did...
2009-09-20 rasterhandle regions for all jpeg types (cymk, rgb, gray...
2009-09-20 caromove EINA_DEPRECATED to the beginning of the declaration
2009-09-17 sachielImprove documentation for Evas, Ecore, Edje and Elementary.
2009-09-16 barbieridunno what's this crazy math, but it overflows on 64...
2009-09-16 rastermake loaders use "big image" macro to detect an image...
2009-09-15 rasteradd "region" load opt. no loader handles it... yet
2009-09-13 diebTrailing whitespaces--, remove wrong tabs.
2009-09-11 raster1. make max image size a #define
2009-09-07 rasterfix some possible mutex probs
2009-09-05 carofix build when async events are not enabled
2009-09-04 caroevas_init() fails if eina_init() or evas_async_events_i...
2009-09-04 caroremove trailing spaces
2009-09-04 raster1. make smart callback calling faster with == instead...
2009-09-04 barbierifix eina to not use deprecated eina_error logging.
2009-08-25 caromasks should be correctly rotated in the xcb engine...
2009-08-25 carowe should try if shm is available
2009-08-24 devilhornsReturn NULL to be consistent, not 0.
2009-08-19 rasteroh suncc - shut up!
2009-08-17 rasterFrom: Mikhail Gusarov <dottedmag@dottedmag.net>
2009-08-14 antognolliBugfix on directfb engine:
2009-08-14 cedric * evas: Garbage is back for opaque window without...
2009-08-14 cedric * evas: Fix two render bugs :
2009-08-14 cedric * evas: gl_x11 window can't support alpha, as drawing...
2009-08-13 barbierifix evas box flow layouts to consider padding.
2009-08-12 barbierineed to set trailing NULL as it will not be done automa...
2009-08-09 devilhornsFix placement of __UNUSED__
2009-08-09 devilhornsFormatting
2009-08-07 devilhornsJust Formatting. NO code changes.
2009-08-07 devilhornsevas_object_resize patch to move evas_object_recalc_cli...
2009-08-05 cedric * evas: gl_common now use Eina_Rectangle_Pool.
2009-08-03 cedric * evas: Fix ticket #143 from Vincent Torri.
2009-08-03 rasterTicket #372 - patch. fix.
2009-07-30 cedric * eina: Add eina_cpu_count.
2009-07-29 devilhornsDo not return a value if the function returns void.
2009-07-29 rasterback to pre ver's
2009-07-29 rasterSNAPSHOT: svn-03
2009-07-28 barbieriunbreak static savers, cedric pay attention to seds!
2009-07-28 kwoAdd som m4 directory ignores.
2009-07-28 sachielFix build of loaders
2009-07-28 caroclean dist rule
2009-07-28 caroremove uneeded declaration (to be symetric with xcb...
2009-07-20 cedric * evas: Return Eina_Bool when it make sense.
2009-07-18 mickeylevas: add first bunch of typedefs for previously anonym...
2009-07-14 caro * rename 'x11' to 'xlib' when it makes sense
2009-07-12 barbierifix uninitialized problems reported by valgrind.
2009-07-10 rastercserve for evas now has a threaded loader - much better...
2009-07-10 rasterpatch from: Mikhail Gusarov <dottedmag@dottedmag.net>
2009-07-07 cedric * evas: Try all known modules when testing an unknown...
2009-07-06 caromissing ;
2009-07-01 cedric * evas: Reduce code duplication.
2009-06-29 carofix++
2009-06-27 caroReorganize a bit the configure.ac file, and add 2 macro...
2009-06-27 caroremove useless Windows CE stuff, as it must be done...
2009-06-27 caroupdate m4 macros (mainly formatting)
2009-06-26 cedric * evas: break engine API !!!
2009-06-26 cedric * evas: Fix broken evas_software_16 static module...
2009-06-25 rasteradd a zero of cpu.. just in case.
2009-06-25 caroremove trailing spaces
2009-06-24 caroAPI BREAK: fix Eina API so that it is more consistent...
2009-06-23 cedric Evas_Rectangle are gone. We now use Eina_Rectangle...
2009-06-23 cedric * evas: Reduce malloc/free done by Fribidi...
2009-06-22 caroRemove the static options of configure and add
2009-06-20 barbierifree array as well.
2009-06-20 barbierifix memory leak introduced with recent layer destruction.
2009-06-20 carodo not segv when no pallete in xcb engine too.
2009-06-20 barbieriimprove sched_getaffinity() usage.
2009-06-20 barbierido not segv when no pallete.
2009-06-19 cedric * evas: Fix a few typo preventing a full static build.
2009-06-18 cedric * evas: Fix typo.
2009-06-18 cedric * evas: Use Eina hash improvements.
2009-06-18 lmunchFix wince engine module name
2009-06-18 lmunchThe data directory is not there anymore
2009-06-17 barbieriremove last trace of Evas_List, it's gone dude!
2009-06-17 cedric * evas: Remove Evas data type. You should now use...
2009-06-17 lmunchRename public to definition as public is a reserved...
2009-06-17 cedric * evas: Remove Evas_Bool.
2009-06-16 barbieribe explicit about SUBDIRS and DIST_SUBDIRS, fix maintai...
next