profile/ivi/evas.git
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.
2010-03-31 rastermaybe fix rui's stuff?
2010-03-29 rasteractually fix evas event cb leak for good. work ast...
2010-03-29 rasterfix small leak - cannvas callbacks not cleaned.
2010-03-28 ruiSupport example files.
2010-03-28 caroremove unneeded semi-colon
2010-03-28 nashAlways mark object as dirty after a map_change.
2010-03-28 rasterfrom: Mathieu Taillefumier <mathieu.taillefumier@fys...
2010-03-26 glimaOff-by-one at debug?
2010-03-26 rasterfix insert markup. (prepend)
2010-03-26 rasterentry bug--
2010-03-24 cedric * evas: improve thread rendering by moving image loadi...
2010-03-24 cedric * evas: fix bug that impact performance of map.
2010-03-24 cedric * evas: make map work with threaded rendering.
2010-03-24 cedric * evas: fix uncertain lock. It's look like it improve...
2010-03-24 cedric * evas: fix build with thread rendering on and scale...
2010-03-24 cedric * evas: remove lock during heavy computation.
2010-03-24 cedric * evas: fix potential race condition with FT_Activate_...
2010-03-24 cedric * evas: fix fribidi race condition (perhaps not the...
2010-03-24 cedric * evas: Fix thread rendering issu with scalecache.
2010-03-24 sachielAdd function to check smart type based on pointer alone...
2010-03-23 barbieristop using rsvg_term()
2010-03-23 raster1. clean up egl better on context shutdown
2010-03-23 sachielCouple of things for Smart Objects
2010-03-22 rasterfix rect clip bug in gl engine - oops.
2010-03-22 rasterfix bug when rendering not getting updates!
2010-03-22 rasterfix event count issue with feeding hold from callback
2010-03-22 rasteractually... do canvas free.
2010-03-22 rasteractuallyu free gl context//terminate on last gl window...
2010-03-18 carotypo
2010-03-18 barbieriuse captial letter to follow the rest of the style.
2010-03-18 barbieriAdd missing authors, sync doxygen with AUTHORS file.
2010-03-18 barbieriremove bogus doxygen command.
2010-03-18 barbierievas: mega documentation improving commit.
2010-03-16 cedric * evas: Make evas_object_move on Evas_Object_Polygon...
2010-03-16 rasterfix sync issue with override-redirect windows
2010-03-16 rastermore bug--
2010-03-16 rastercrash--
2010-03-16 rasterbug--
2010-03-15 rasterwow - killed 2 bugs with 1 stone!
2010-03-14 rastersegv--
2010-03-14 rasteranother bug--
2010-03-14 rastermore entry bug--
2010-03-14 rasterinf loop--
2010-03-14 rasterfix valgrind complaints within tb - fixes an entry...
2010-03-14 rasterif cur not pointing to node.
2010-03-13 rasterprintf--
2010-03-12 rasterand fix cursor when entry is empty case. more cases...
2010-03-12 rasterok segv not there.. but behavior not good. now i rememe...
2010-03-11 rasterfix 1 entry insert issue - also printf debugging for now
2010-03-09 caroremove Evas_Data.h
2010-03-08 devilhornsAdd macros (actually defines like hint_fill_set) for...
2010-03-07 carotypo
2010-03-07 carowhen pthread is found, don't abort if spin lock is...
2010-03-07 rasteraccording to dottedmag - this breaks things... i dndt...
2010-03-07 rasteralow linesiae to get smaller - from mikhal
2010-03-07 barbieriupdate text when secundary colors change.
2010-03-07 rasterapi for image content hint - nothing uses it yet, but...
2010-03-05 caroFix Objective C compiler detection and Mac OS X header
2010-03-04 rasterREVERT!!!! you broke evas build.
next