profile/ivi/evas.git
15 years ago * remove trailing spaces in configure.in
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

15 years agoillogict patch for evas configure xcb checks.
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

15 years agotim horton's quartz engine for evas.
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

15 years agoand when deleting a hash item - if hash data != NULL delete EXACTLY that
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

15 years agoDo not assume fontconfig will find a font.
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

15 years agoMore svn:ignore
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

15 years agoAdd image preloading support.
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

15 years ago * fix compilation with c++ compilers
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

15 years agoWhen you know what you do, it could make sense to remove all magic check
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

15 years agoensure scaling multiplies are promoted to fp.
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

15 years agopromote scale to fp.
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

15 years agoFix usage of DirectFB FillSpans().
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

15 years agoBrand new DirectFB engine.
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

15 years agoand add a scale factor per object. right now text and textblock use it.
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

15 years agosome notes on kerning bugs in ft2.
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

15 years agoDocument the default behavior.
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

15 years agoAdd Evas Clipped Smart Object.
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

15 years agoAdd calculate callback to Evas_Smart_Class.
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

15 years agoupdated patches from jose!
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

15 years agofix 16bit engine with new grad 2
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

15 years agojose has some new gradient work - these are his patches. nice work joseg! yes
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

15 years agoconstness
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

15 years agoremove unused variables
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

15 years agoNeed to correctly initialize this value.
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

15 years ago * evas/src/lib/cache/evas_cache_image.c: Fix a typo that should have broken svg...
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

15 years agoSet svn:mime-type to image/png on *.png
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

15 years agook. i think most binary files are now fixed.
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

15 years agofix binaries
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

15 years agomove around - flatter.
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