[evas_events.c] nicer do !! once.
authorChunEon Park <chuneon.park@samsung.com>
Mon, 4 Oct 2010 11:56:14 +0000 (20:56 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Mon, 4 Oct 2010 11:56:14 +0000 (20:56 +0900)
commit0ffe9092f0a74de3788a1e6aeaa2b7848d852a0a
tree95a6b9d159b0c1c0a0490d13d1a363d5f3b38129
parentae2e0244849647d4f69daccb9ece0441d19c62e6
[evas_events.c] nicer do !! once.

[evas_map.c] 1 bug-- ... when maps got enabled and disabled you'd find in softwarre
that you'd get dirty areas that didnt re-rneder. fixed with nasty hack
- force a full update if anyone in the evas object tree changed maps
from on to off and vice-versa

[evas_object_main.c] !! once

[evas_render.c] fix nasty uncaught clip + map bug! fix fix fix!!!!!

[evas_font_draw.c] Do kerning correctly for word cache.
Technically this should speed it up a little. That's a nice change for a bug
fix ;-)

[Evas_Engine_DirectFB.h] Fix header include
The current way of including directfb.h makes it hard for people with multiple
versions of DirectFB installed.
This is the correct way to include that header, and it's the way
ecore_directfb does it.
Patch by: Eduardo Felipe <eduardofelipe87@>
src/lib/canvas/evas_events.c
src/lib/canvas/evas_map.c
src/lib/canvas/evas_object_main.c
src/lib/canvas/evas_render.c
src/lib/engines/common/evas_font_draw.c
src/modules/engines/directfb/Evas_Engine_DirectFB.h