framework/uifw/eet.git
15 years agoautotools cleanups:
caro [Sun, 26 Oct 2008 07:05:11 +0000 (07:05 +0000)]
autotools cleanups:

 * reorganize configure.ac
 * select default opptions in configure.ac (disable openssl
   for windows ce)
 * fix Libs.private field and add Requires field in eep.pc
 * rename eet.c.in to eet.dox.in
 * use css file from other packages. Now the doc is correctly
   displayd (need a rename of eet.css to e.css, though. will be
   next commit)

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

15 years agoformatting
englebass [Fri, 24 Oct 2008 21:47:10 +0000 (21:47 +0000)]
formatting

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

15 years ago* Bug fix :
cedric [Fri, 24 Oct 2008 14:06:40 +0000 (14:06 +0000)]
* Bug fix :
  - Array layout would be broken or worse not possible to reload at all if you put NULL pointer in it.
  - Array of string now work.
  - Fix a double free issue with array on double load.

* Add the test to detect this case.

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

15 years agoinclude Evil.h so that fopen can manage files
caro [Fri, 24 Oct 2008 08:06:08 +0000 (08:06 +0000)]
include Evil.h so that fopen can manage files
with relative path when using native code on
Windows CE

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

15 years ago* Fix Hash of String bug.
cedric [Thu, 23 Oct 2008 14:41:04 +0000 (14:41 +0000)]
* Fix Hash of String bug.
* Add a test case for it.

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

15 years ago* Fix bug with string included in a list found by Viktor Kojouharov.
cedric [Thu, 23 Oct 2008 13:12:33 +0000 (13:12 +0000)]
* Fix bug with string included in a list found by Viktor Kojouharov.
* Add a test case for that one.

Problem was simple type inlining in complex structure (like list/hash/array) is
just a hack. We are creating a subtype with the data chunk. That work with INT
or SHORT for example, but not with STRING because it's a pointer to a STRING and
not directly the STRING. This result in a double pointer dereferencing where it
shouldn't. In fact STRING is not really like other simple data type. So we
should handle it differently.

Still need to fix Array and Hash.

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

15 years agoStrangely, Eet documentation was referencing Evas list, so switch
cedric [Wed, 22 Oct 2008 08:59:14 +0000 (08:59 +0000)]
Strangely, Eet documentation was referencing Evas list, so switch
this to Eina list.

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

15 years agoAdd eina to dependencies.
kaethorn [Tue, 21 Oct 2008 13:46:18 +0000 (13:46 +0000)]
Add eina to dependencies.

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

15 years agoUpdate Debian files.
kaethorn [Tue, 21 Oct 2008 12:23:03 +0000 (12:23 +0000)]
Update Debian files.

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

15 years ago * exit when fnmatch is not found
caro [Tue, 21 Oct 2008 06:13:26 +0000 (06:13 +0000)]
 * exit when fnmatch is not found
 * formatting

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

15 years agoRemove eet data type from the test suite.
cedric [Mon, 20 Oct 2008 15:10:46 +0000 (15:10 +0000)]
Remove eet data type from the test suite.

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

15 years agoUse eina conversion functions (Remove code from eet).
cedric [Mon, 20 Oct 2008 09:44:34 +0000 (09:44 +0000)]
Use eina conversion functions (Remove code from eet).

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

15 years agoMake eet depends on eina.
cedric [Mon, 20 Oct 2008 09:17:00 +0000 (09:17 +0000)]
Make eet depends on eina.

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

15 years agoFix distcheck.
kwo [Sat, 18 Oct 2008 21:13:11 +0000 (21:13 +0000)]
Fix distcheck.

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

15 years agoset svn:ignore on new directories.
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/eet@36719 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 years ago * add m4 macro for documentation, unit tests and coverage
caro [Thu, 16 Oct 2008 08:41:40 +0000 (08:41 +0000)]
 * add m4 macro for documentation, unit tests and coverage
 * put documentation related files in doc, remove gendoc and
   add a doc rule to create the documentation and a doc tarball
   named eet-doc-$(version).tar.bz2
 * minor cleanup in the autotools

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

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