profile/ivi/evas.git
2010-06-20 rasterwarnings--
2010-06-18 cedric * configure.ac: take inept translation a little...
2010-06-16 nashSome more Neon updates: 180 degress.
2010-06-14 nashDon't double declare len
2010-06-14 nashRemoive extra #endif
2010-06-14 nashAdd experimental word and metric caching.
2010-06-11 barbieriAlthough evas_debug is flagged with "debug" in the...
2010-06-09 barbieriSVN_REPO_PATH envvar during autoconf to use svnversion...
2010-06-09 caroit seems that gcc 4.5.0 on Windows does not like my...
2010-06-08 carouse function pointers
2010-06-08 carouse (A)RGB_JOIN macro
2010-06-06 rasterrestore after snap/release
2010-06-06 rasterSnapshot evas
2010-06-06 caroas we use fopen ourself, no need to use the wrapping...
2010-06-06 rasterpost-snap anr release.. reset svn back.. this time...
2010-06-06 rasterSnapshot evas
2010-06-06 rasterpost release - move relname to pre-svn again.
2010-06-06 rasterSnapshot evas
2010-06-04 devilhornsNo reason to include the same header twice.
2010-06-04 cedric * evas: make it possible to call unload_all from surfa...
2010-06-04 rasterclean up smart cb descriptions on del.
2010-06-04 rasterchange svnversion shell goop to nuke sed and just use...
2010-06-03 rasterfix valgrind complaint - indeed corner case.
2010-06-03 sachielLet git-svn users get the right revision number to...
2010-06-02 rasterfix crash on null yuv.
2010-06-01 ruiSupport for new module loaders for BMP and TGA... if...
2010-05-31 rasterooh and also lkd - just to be clean.
2010-05-31 rasternow that header was a mess - and this wasnt using the...
2010-05-31 rasternopw svn revision works again.
2010-05-31 rasterfix - if no svn tree, then it will pretend to be a...
2010-05-31 rasterdistcheck!
2010-05-30 rastertrga loader - snarfed 80% from imlib2. missing paletted...
2010-05-30 rasteron data load alloc surface only if dimensiosn match
2010-05-30 rasteroops - left over png thing.
2010-05-30 rasterfor shits and giggles... i wrote a bmp loader. i did...
2010-05-29 rasteroops - broke module dirs!
2010-05-29 rastermove evas version inside extern c.
2010-05-29 rasterremove semi-colon
2010-05-29 rasterevas version too.
2010-05-27 bdillysmall fix in evas html escape table
2010-05-24 nashFix buggy arm ldr instruction.
2010-05-21 rastersegv there in frame queue code. fix.
2010-05-21 barbierimake it easier to debug if it was enabled, and how :-)
2010-05-21 rasteraaah yes - the flush will ... possibly delete the image...
2010-05-21 rasterunloading of loader module -> bad for sync preload...
2010-05-21 rasterbig patch from Samsung SAIT (Advanced research group...
2010-05-20 rasterbe paranoid about gl context - reset it to "0" every...
2010-05-19 raster2 more symbosl not exported - there, but hidden if...
2010-05-19 nashBUILD_NEON, not BUILD_NEONx
2010-05-19 nashNeonized rotated 90 display for ARMs.
2010-05-18 rasterfix symbols! oops.
2010-05-18 rasterhandle gl init fialure correctly and dont mess up font...
2010-05-18 rasterif shader compile fails - peroclate error back up to...
2010-05-13 englebassevas: Add return value
2010-05-13 englebassevas: remove unused variables
2010-05-12 rasterhmmmm gl-es doesnt like that texture2d thing. disable...
2010-05-10 nashNeon improvements for ARM Cortex.
2010-05-09 rastergl engine now does rotates (0, 90, 180, 270), like...
2010-05-05 rasteroops - call params in right order.
2010-05-05 cedric * evas: bring back object cache.
2010-05-04 rasteroooh you'd love to know why this is here.. won't you? :)
2010-05-02 caro * link pthread and spinlock code instead of just compiling
2010-05-01 caroSome libc have a pthread that declares spinlock functions,
2010-05-01 rasterhmm - i don't know how this happened, but - metrics...
2010-05-01 rasterfix map rendering of text objects.
2010-04-30 rasterfix map bug - overzealous optimising. missed case in...
2010-04-30 rasterfix map render bug.
2010-04-29 cedric * evas: specify Evas canvas for Evas_Object.
2010-04-29 barbieriload ~/.Xdefaults less often, make it shared and free...
2010-04-28 barbieriLoad Xft.dpi from ~/.Xdefaults as well.
2010-04-28 rasterfix fill render bug cedric reported. :)
2010-04-28 rasterenable that stuff - shouldnt hurt to be explicit.
2010-04-28 rasteradd offset in transform of coords. missed that.
2010-04-27 cedric * evas: cleanup white space.
2010-04-25 rastercorrect ascent
2010-04-25 rasterand make items work properly.
2010-04-25 rasteradd api to get the item geometry itself. needed to...
2010-04-25 rasteradding... items... oooooh what are these items? invisib...
2010-04-24 rasteramd64 - apparently fbsd is still living back in that...
2010-04-21 barbieriset svn:ignore for gl_sdl
2010-04-21 cedric * evas: fix race condition when file change between...
2010-04-18 mejAfter discussing with raster, this is what he requested...
2010-04-17 barbieriGet a table element with its coordinates.
2010-04-17 rasterremove useless eol
2010-04-17 carofix tiff loader and saver compilation with vc++
2010-04-16 caroadd Visual Studio 9 solution and project files
2010-04-16 rasterallow neon build even if not armv4 - eg build for armv6...
2010-04-13 rasteroops. fix scalecache issue - would do a LOT of unload...
2010-04-12 rasteradd ability to dump engine coontents (if engine support...
2010-04-09 caroand rename the gdi project file
2010-04-09 caroupdate Visual Studio files
2010-04-08 carostatic int for the log domain. Thanks, Gustavo
2010-04-08 caroremove unused variable
2010-04-08 carouse float constants instead of double as computations
2010-04-08 caroremove useless include
2010-04-08 caroadd eina log stuff
2010-04-03 caroVisual Studio 2005 project file:
2010-04-01 barbiericonvert annoying debug into eina log so it is disabled...
2010-04-01 barbierido not operate if there is no callbacks (unsetting...
2010-03-31 rastersome debugging i get to turn on sometimes... off now.
next