summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
barbieri [Sat, 25 Oct 2008 02:49:19 +0000 (02:49 +0000)]
Add member_{add,del} as smart callbacks.
On the let's break 'em all bandwagon, add the two callbacks (or
virtuals if you like the name) so we can know when some object is
attached or detached as a member of our object, this will help
eliminate confusing and duplicate functions like
evas_object_smart_clipped_smart_add().
Please recompile *ALL* your libs and applications that depend on Evas
and Smart Objects, like ETK.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@37084
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Fri, 24 Oct 2008 06:57:23 +0000 (06:57 +0000)]
Remove signal.h, doesn't seem to be used.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@37044
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
englebass [Fri, 24 Oct 2008 06:49:44 +0000 (06:49 +0000)]
Only unix should depend on signal.h
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@37043
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 22 Oct 2008 08:57:30 +0000 (08:57 +0000)]
add a "repch" (replace char). for passowrd mode! :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36956
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 22 Oct 2008 04:44:22 +0000 (04:44 +0000)]
better escaping!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36954
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 21 Oct 2008 16:54:30 +0000 (16:54 +0000)]
Declare dir in the right scope.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36945
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 21 Oct 2008 16:50:40 +0000 (16:50 +0000)]
Fix a typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36944
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 21 Oct 2008 16:31:05 +0000 (16:31 +0000)]
Remove Evas_List from Evas.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36942
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 21 Oct 2008 15:23:24 +0000 (15:23 +0000)]
Fix a potential bug jumping over one element when destroying them.
Didn't find a way to trigger it, but caught it during code review.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36940
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 21 Oct 2008 12:19:57 +0000 (12:19 +0000)]
Rename EINA_INLIST_ITER_NEXT/EINA_INLIST_ITER_LAST to EINA_INLIST_FOREACH/
EINA_INLIST_REVERSE_FOREACH so it best match is behaviour. Asked by Gustavo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36928
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 20 Oct 2008 16:12:47 +0000 (16:12 +0000)]
Remove evas hash.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36862
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 20 Oct 2008 13:07:05 +0000 (13:07 +0000)]
and drop rendering text out of bounds.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36853
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 20 Oct 2008 12:36:48 +0000 (12:36 +0000)]
More use of iterator macro.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36852
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 20 Oct 2008 12:15:07 +0000 (12:15 +0000)]
remove debugging.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36850
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 20 Oct 2008 11:58:35 +0000 (11:58 +0000)]
ok fails sanity test.. hmmm. now what...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36848
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 20 Oct 2008 10:58:50 +0000 (10:58 +0000)]
directly export eina deps for evas.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36845
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 19 Oct 2008 23:58:56 +0000 (23:58 +0000)]
1. fix no propagate
2. fix segv in textblock.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36828
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 17 Oct 2008 11:59:49 +0000 (11:59 +0000)]
Replace heavy snprintf by eina convertion functions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36751
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 17 Oct 2008 11:23:18 +0000 (11:23 +0000)]
Move from Evas_Object_List to Eina_Inlist and completly remove Evas_Object_List.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36750
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 17 Oct 2008 03:16:11 +0000 (03:16 +0000)]
put format info in pops too when feeding from markup.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36740
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 17 Oct 2008 01:39:57 +0000 (01:39 +0000)]
more work to make it usable
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36737
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 17 Oct 2008 00:04:17 +0000 (00:04 +0000)]
fix another booboo in textblock for editing multiline stuff
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36732
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 16 Oct 2008 14:18:50 +0000 (14:18 +0000)]
als search for format items.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Thu, 16 Oct 2008 14:09:43 +0000 (14:09 +0000)]
set svn:ignore on new directories.
Please pay attention to svn:ignore, it's not recursive as .gitignore
or .cvsignore, you need to set them on per-directory, even if you use
-R (recursive), it's just at that time, it's not a property that is
automatically inherited by new folders.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36719
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 16 Oct 2008 13:00:16 +0000 (13:00 +0000)]
Remove easy to replace data type from Evas and replace them by Eina.
This make Eina a requirements for Evas.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36717
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 16 Oct 2008 12:27:07 +0000 (12:27 +0000)]
Remove Evas_Array.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36716
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 16 Oct 2008 09:17:37 +0000 (09:17 +0000)]
more textblock work/additions for entry support.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36708
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 15 Oct 2008 14:38:34 +0000 (14:38 +0000)]
Switch evas internal use of evas_stringshare to eina_stringshare.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36674
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 15 Oct 2008 14:25:27 +0000 (14:25 +0000)]
Fix for CPU_* use with evas_pipe.c.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36673
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 15 Oct 2008 09:58:17 +0000 (09:58 +0000)]
more fixed to textblock plus an addition - reverse the markup.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36664
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 14 Oct 2008 12:43:45 +0000 (12:43 +0000)]
Remove duplicated declaration.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36654
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 14 Oct 2008 02:45:55 +0000 (02:45 +0000)]
fix some minor bugs in textblock with cursor pos's, text insertion etc.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36645
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 13 Oct 2008 15:58:56 +0000 (15:58 +0000)]
Make evas depend on eina. No change in the code yet, so just fix your build system and no bug must show up.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 5 Oct 2008 03:47:52 +0000 (03:47 +0000)]
formatting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36440
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Oct 2008 17:28:43 +0000 (17:28 +0000)]
fix missed assignment
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36435
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Oct 2008 17:10:44 +0000 (17:10 +0000)]
fix typo and dont call chnages if no change on size hints.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36434
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Oct 2008 16:57:02 +0000 (16:57 +0000)]
and init size_hints struct with defaults on alloc.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36433
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Oct 2008 16:53:47 +0000 (16:53 +0000)]
return a "default" max of -1 x -1 - 0x0 max isnt that sensible! (-1 ==
unlimited)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36432
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Oct 2008 16:42:04 +0000 (16:42 +0000)]
ok weight default 0
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36431
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Oct 2008 16:12:48 +0000 (16:12 +0000)]
and have sane default values for weight and align.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36430
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 4 Oct 2008 16:11:23 +0000 (16:11 +0000)]
add align, weight and padding hints for evas objects.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36429
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 1 Oct 2008 15:42:48 +0000 (15:42 +0000)]
Fix compilation on Win32. Patch by Nicolas Aguirre
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36381
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 1 Oct 2008 06:37:31 +0000 (06:37 +0000)]
and now i added "line dither". what is this. it's only for non-rotated 16bpp
565. what it does is it's a half-way house between no dither and "small
dither mask". what is does is change the "rounding" between odd and even
lines. the resolt is not as nice as small (or large) dither mask - but its
almost "good". it gives a horizontal-blinds like look to dithering. it's
almost as fast as no-dither in my tests on a core2 (of course making lots of
use of branch prediction or conditional instructins - whihc arm nd x86 have).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36373
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 1 Oct 2008 02:27:18 +0000 (02:27 +0000)]
1. yuv fix for unused algorithm :)
2. jose's 16bit speedup patches. quick summary:
speedups:
large dither 409 -> 518
small dither 451 -> 524
no dither 728 -> 757
(reference) 32bit gets: 853
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36369
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
pfritz [Tue, 30 Sep 2008 18:07:29 +0000 (18:07 +0000)]
configure.in -> configure.ac
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36364
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 25 Sep 2008 05:30:23 +0000 (05:30 +0000)]
speedups in c yuv->rgb from joseg. :) 11% - but only if u dont have mmx/sse
or altivec. this is c fallbacks only.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36243
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 25 Sep 2008 02:59:59 +0000 (02:59 +0000)]
asparagus!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36234
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 22 Sep 2008 20:30:31 +0000 (20:30 +0000)]
link libevas against 16 bits lib when needed
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36177
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Mon, 22 Sep 2008 17:55:13 +0000 (17:55 +0000)]
* remove trailing spaces in configure.in
* compile src/lib/engines/common16 on if one of the 16 bits
engines is requested
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36176
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 20 Sep 2008 02:11:33 +0000 (02:11 +0000)]
illogict patch for evas configure xcb checks.
- evas-configure-xcb_image_version_requirement.patch: check for
xcb-image at least version 0.2.1
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36111
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 20 Sep 2008 02:03:22 +0000 (02:03 +0000)]
tim horton's quartz engine for evas.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36107
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 19 Sep 2008 09:36:48 +0000 (09:36 +0000)]
and when deleting a hash item - if hash data != NULL delete EXACTLY that
entry (if there are duplicates... this will avoid removing the wrong one)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36092
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 16 Sep 2008 22:59:59 +0000 (22:59 +0000)]
Do not assume fontconfig will find a font.
If you have no fonts in fontconfig, it returns NULL... believe me, it
does happen.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36029
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 16 Sep 2008 19:44:20 +0000 (19:44 +0000)]
More svn:ignore
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36026
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 16 Sep 2008 14:52:57 +0000 (14:52 +0000)]
Add image preloading support.
This should work without performance impact for all engine.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@36018
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 13 Sep 2008 07:45:47 +0000 (07:45 +0000)]
* fix compilation with c++ compilers
* remove trailing spaces
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35973
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 12 Sep 2008 13:14:08 +0000 (13:14 +0000)]
When you know what you do, it could make sense to remove all magic check
from Evas and win some speed boost. Use really carefully.
Still turn MAGIC_DEBUG on by default.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35965
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 10 Sep 2008 06:40:54 +0000 (06:40 +0000)]
ensure scaling multiplies are promoted to fp.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35924
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 10 Sep 2008 05:43:25 +0000 (05:43 +0000)]
promote scale to fp.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35920
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Wed, 10 Sep 2008 00:47:33 +0000 (00:47 +0000)]
Fix usage of DirectFB FillSpans().
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35909
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Tue, 9 Sep 2008 20:27:58 +0000 (20:27 +0000)]
Brand new DirectFB engine.
ProFUSION funded the rework of DirectFB engine, it works quite well,
please report problems with it and be sure to try to uncomment the
following lines to see if it helps:
evas_engine.c: (uncomment if you notice problems)
//#define DFB_USE_EVAS_IMAGE_DRAW 1
//#define DFB_USE_EVAS_RECT_DRAW 1
//#define DFB_USE_EVAS_POLYGON_DRAW 1
//#define DFB_UPDATE_INDIVIDUAL_RECTS 1
polygon.c: (comment if you notice slowdowns, but may lead to visual problems)
#define USE_SPAN_RECTS 1
You can also turn on debug by uncommenting in evas_engine.c:
//#define DFB_DEBUG_IMAGE 1
//#define DFB_DEBUG_FLAGS 1
//#define DFB_DEBUG_ACCELERATION 1
Thanks to Denis Oliver Kropp (dok) for review and patches!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35904
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 9 Sep 2008 14:14:26 +0000 (14:14 +0000)]
and add a scale factor per object. right now text and textblock use it.
that's about it. a bit hacky - but works and frankly.. the idea is that u'd
set a scale factor once really and not change it per obj... most likely.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35896
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 8 Sep 2008 02:08:43 +0000 (02:08 +0000)]
some notes on kerning bugs in ft2.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35876
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sun, 7 Sep 2008 02:11:46 +0000 (02:11 +0000)]
Document the default behavior.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35862
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sun, 7 Sep 2008 02:10:17 +0000 (02:10 +0000)]
Add Evas Clipped Smart Object.
This class covers the most common cases, usually its sub-classes will
have to implement resize and override one or two methods at most,
making the smart object usage less error prone and easier.
Default behavior is:
- add: creates a hidden clipper with "infinite" size;
- del: delete all children objects;
- move: move all objects relative relatively;
- resize: not defined;
- show: if there are children objects, show clipper;
- hide: hides clipper;
- color_set: set the color of clipper;
- clip_set: set clipper of clipper;
- clip_unset: unset the clipper of clipper;
Documentation explains an easy way to inherit from this class and
still be able to use overridden methods.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35861
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Sun, 7 Sep 2008 01:25:49 +0000 (01:25 +0000)]
Add calculate callback to Evas_Smart_Class.
Some people is using it for some time now without problems, so I'm
adding it to SVN to get some broader use. Remember to recompile ALL
libraries that depend on Evas as it will change the
EVAS_SMART_CLASS_VERSION and old classes will fail to load.
This will also change Edje so it will postpone _edje_recalc() to
render time, calculate() callback, however some methods will force
early recalculation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35860
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 31 Aug 2008 02:04:31 +0000 (02:04 +0000)]
updated patches from jose!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35756
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 29 Aug 2008 06:28:05 +0000 (06:28 +0000)]
fix 16bit engine with new grad 2
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35727
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 26 Aug 2008 05:45:04 +0000 (05:45 +0000)]
jose has some new gradient work - these are his patches. nice work joseg! yes
- some enignes break as they dont have the stubbed out functions, and
xrender/gl engines dont even implement the drawing and need to (but are
stubbed out).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35677
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
pfritz [Thu, 21 Aug 2008 22:12:56 +0000 (22:12 +0000)]
constness
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35612
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
pfritz [Thu, 21 Aug 2008 22:11:18 +0000 (22:11 +0000)]
remove unused variables
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35611
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 20 Aug 2008 13:49:04 +0000 (13:49 +0000)]
Need to correctly initialize this value.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35581
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 20 Aug 2008 12:14:30 +0000 (12:14 +0000)]
* evas/src/lib/cache/evas_cache_image.c: Fix a typo that should have broken svg rendering in some case.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35580
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
barbieri [Mon, 18 Aug 2008 16:42:08 +0000 (16:42 +0000)]
Set svn:mime-type to image/png on *.png
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35554
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Mon, 18 Aug 2008 00:02:26 +0000 (00:02 +0000)]
ok. i think most binary files are now fixed.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35525
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 17 Aug 2008 14:29:25 +0000 (14:29 +0000)]
fix binaries
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35507
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 17 Aug 2008 07:44:18 +0000 (07:44 +0000)]
move around - flatter.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@35497
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33