framework/uifw/eet.git
15 years agoCorrectly use ferror.
cedric [Mon, 13 Oct 2008 12:09:31 +0000 (12:09 +0000)]
Correctly use ferror.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoRemove some more warning.
cedric [Mon, 13 Oct 2008 11:58:24 +0000 (11:58 +0000)]
Remove some more warning.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36616 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoRemove more compiler warning.
cedric [Mon, 13 Oct 2008 11:51:10 +0000 (11:51 +0000)]
Remove more compiler warning.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36614 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoRemove warning.
cedric [Fri, 10 Oct 2008 09:28:07 +0000 (09:28 +0000)]
Remove warning.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36562 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoconfigure.in -> configure.ac
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/eet@36364 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoadd eet_suite.h in tarballs
caro [Sat, 27 Sep 2008 16:04:35 +0000 (16:04 +0000)]
add eet_suite.h in tarballs

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36275 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix typo
englebass [Thu, 25 Sep 2008 05:38:23 +0000 (05:38 +0000)]
Fix typo

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36244 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoasparagus!
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/eet@36234 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoupdate changelog for eet since it's 1.0!
raster [Thu, 25 Sep 2008 02:20:12 +0000 (02:20 +0000)]
update changelog for eet since it's 1.0!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36233 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoMy bad :)
mekius [Sat, 20 Sep 2008 20:37:56 +0000 (20:37 +0000)]
My bad :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36139 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoDoxyfile should reference eet.c.in, not eet.c which doesn't exist.
mekius [Sat, 20 Sep 2008 20:25:46 +0000 (20:25 +0000)]
Doxyfile should reference eet.c.in, not eet.c which doesn't exist.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36138 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix memory leak with a proper shutdown of Openssl, thanks to Massimiliano Calamelli...
cedric [Fri, 19 Sep 2008 11:30:42 +0000 (11:30 +0000)]
Fix memory leak with a proper shutdown of Openssl, thanks to Massimiliano Calamelli help.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@36095 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix typo in the typo.
cedric [Thu, 11 Sep 2008 14:49:47 +0000 (14:49 +0000)]
Fix typo in the typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35957 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix typo.
cedric [Thu, 11 Sep 2008 14:07:02 +0000 (14:07 +0000)]
Fix typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35951 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoInstruct the compiler to inline the most used function. This really impact speed
cedric [Thu, 11 Sep 2008 11:26:09 +0000 (11:26 +0000)]
Instruct the compiler to inline the most used function. This really impact speed
with big edje file.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35948 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUse the right function here.
cedric [Thu, 11 Sep 2008 11:25:15 +0000 (11:25 +0000)]
Use the right function here.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35947 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUse bit manipulation instead of memory access, improve eet speed with big edje file.
cedric [Thu, 11 Sep 2008 11:24:13 +0000 (11:24 +0000)]
Use bit manipulation instead of memory access, improve eet speed with big edje file.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35946 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoOk, the patch didn't apply cleanly and some missed. Last lost change.
cedric [Mon, 8 Sep 2008 11:53:59 +0000 (11:53 +0000)]
Ok, the patch didn't apply cleanly and some missed. Last lost change.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35887 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAnother typo.
cedric [Mon, 8 Sep 2008 11:41:19 +0000 (11:41 +0000)]
Another typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35886 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoPatch, typo.
cedric [Mon, 8 Sep 2008 11:31:36 +0000 (11:31 +0000)]
Patch, typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35885 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAnother typo.
cedric [Mon, 8 Sep 2008 11:17:04 +0000 (11:17 +0000)]
Another typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35884 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoTypo.
cedric [Mon, 8 Sep 2008 11:11:51 +0000 (11:11 +0000)]
Typo.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35883 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdd signature support in eet.
cedric [Mon, 8 Sep 2008 09:19:57 +0000 (09:19 +0000)]
Add signature support in eet.

You can use eet -s to sign a eet file and eet -c to check its signature. The
current code doesn't check any certificate trust path, only if the signature
match the certificate and that the certificate could be loaded. If that's not
the case, eet_open will fail. If the file is not signed, eet_open will just
continue to succeed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35882 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoAdd the prototype for this long pending function in eet.
cedric [Wed, 3 Sep 2008 13:52:45 +0000 (13:52 +0000)]
Add the prototype for this long pending function in eet.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35811 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoRecommit Joerg Sonnenberger patch with more fix.
cedric [Wed, 3 Sep 2008 11:04:37 +0000 (11:04 +0000)]
Recommit Joerg Sonnenberger patch with more fix.

When writing jpeg scanline, it wouldn't fail with FILE* as an output, but will
with a data buffer. So we need to re run the jpeg routine on this scanline. As I
don't know if the buffer is always preserved during two calls to the jpeg
library, I am copying it again.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35804 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoroll back eet change (revert patch) as this breaks bsd and seems to cause
raster [Wed, 3 Sep 2008 01:34:53 +0000 (01:34 +0000)]
roll back eet change  (revert patch) as this breaks bsd and seems to cause
other issues for other people too (not me though)...

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35797 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoLittle bit modified patch from Joerg Sonnenberger that remove the need for
cedric [Tue, 2 Sep 2008 16:12:05 +0000 (16:12 +0000)]
Little bit modified patch from Joerg Sonnenberger that remove the need for
memfile.

It pass all the image test of the test suite with some little modification.
E seems to run fine with it and my apps also. But if you experience error
with eet and compressed picture, please report them to me.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35795 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoFix two source of memory leak.
cedric [Fri, 22 Aug 2008 14:35:21 +0000 (14:35 +0000)]
Fix two source of memory leak.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35616 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoUpdate ChangeLog.
cedric [Thu, 21 Aug 2008 17:28:08 +0000 (17:28 +0000)]
Update ChangeLog.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35607 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago Fix a typo that prevent some valid file to be loaded.
cedric [Wed, 20 Aug 2008 15:35:15 +0000 (15:35 +0000)]
Fix a typo that prevent some valid file to be loaded.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35584 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/eet@35554 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agoactually barf help then exit -1
raster [Mon, 18 Aug 2008 12:22:41 +0000 (12:22 +0000)]
actually barf help then exit -1

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35539 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years agofail when not passed good args
raster [Mon, 18 Aug 2008 12:21:55 +0000 (12:21 +0000)]
fail when not passed good args

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35538 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/eet@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/eet@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/eet@35497 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33