initialize eina first in eet_init().
[profile/ivi/eet.git] / src /
2008-09-08 cedricPatch, typo.
2008-09-08 cedricAnother typo.
2008-09-08 cedricTypo.
2008-09-08 cedricAdd signature support in eet.
2008-09-03 cedricAdd the prototype for this long pending function in...
2008-09-03 cedricRecommit Joerg Sonnenberger patch with more fix.
2008-09-03 rasterroll back eet change (revert patch) as this breaks...
2008-09-02 cedricLittle bit modified patch from Joerg Sonnenberger that...
2008-08-22 cedricFix two source of memory leak.
2008-08-20 cedric Fix a typo that prevent some valid file to be loaded.
2008-08-18 rasteractually barf help then exit -1
2008-08-18 rasterfail when not passed good args
2008-08-13 cedricDelay unlink and reopen as long as possible in read...
2008-08-10 englebassformatting
2008-08-10 englebassformatting
2008-08-06 englebassignore
2008-08-01 rasterwrong return error handling. 0 == error, 1 == ok.
2008-07-30 cedricFix a little bug in the test and do a real write test.
2008-07-26 rasterunsigned long... better
2008-07-24 cedricFix wrongly stored image when compressed size is bigger...
2008-07-18 cedricImprove speed by comparing pointer instead of calling...
2008-07-17 pfritzfix compile warnings
2008-07-17 cedricImprove speed of eet_data freelist by using a hash...
2008-07-17 cedricImprove decode speed by using precomputed hash.
2008-07-02 cedricFix INLINED_STRING allocation, this was causing the...
2008-06-27 barbieriCheck if file was really open before continue.
2008-06-27 cedricFix the bug with EET_T_UNKNOW/EET_G_UNKNOWN that did...
2008-06-26 cedricThis patch is a starting point for cleaning up eet_data.c.
2008-06-19 englebassignore++
2008-06-09 barbieriInitialize ef->writes_pending.
2008-06-09 rasterleak--
2008-06-02 cedricAdd eet_data_image_read_to_surface and eet_data_image_d...
2008-05-29 raster* add efreet garbage data check
2008-05-27 cedricDisabling support of old eet file format was broken.
2008-05-19 cedricRemove some unused variable.
2008-05-19 cedricRemove use of sprintf by propagating the buffer size...
2008-05-19 cedricRemove all use of strcpy as we already know the length.
2008-05-19 cedricOld eet file format are now marked as deprecated. The...
2008-05-16 cedric Introducing unit test in EFL using cvs check library...
2008-05-16 cedricAdd some test around efn->offset and set it properly...
2008-05-16 cedricFix EET_FILE_MODE_READ_WRITE when file doesn't exist.
2008-05-16 cedricThe purpose of descriptor3 was to introduce a way to...
2008-05-15 cedricRemove the wrong and dead code for basic type inside...
2008-05-15 cedricFix a bug with list or hash of basic type. They are...
2008-05-15 cedricFix a typo preventing the parsing of unsigned int.
2008-05-14 cedricFix inlined string dump/undump.
2008-05-14 cedricConverting back an hash from a dumped text was broken.
2008-04-28 rasterfix bug in eet decode of list and hashes of simple...
2008-04-19 doursseput WIN32_CFLAGS in CFLAGS, not CPPFLAGS. Formatting
2008-04-19 doursse * rename lt_auto_import to lt_enable_auto_import
2008-04-17 pfritzdocs
2008-04-17 englebassformatting
2008-04-15 doursse * rename 'create_shared_lib' to 'lt_no_undefined'
2008-04-13 doursseEet_private.h is not a source file
2008-04-10 rasterbitching--
2008-04-10 rastercedrics eet -d fixes.. yay!
2008-04-09 dourssecegcc (not mingw32ce) defines same structures, function...
2008-04-03 doursseadd unsued attribute when needed
2008-04-03 kwoAdd missing headers.
2008-04-03 kwoAdd unistd.h for unlink(), comment out unused code.
2008-04-03 kwoAdd netinet/in.h for htonl().
2008-03-31 rastersince patch from vincent.
2008-03-29 doursseremove trailing spaces and factorize Windows detection
2008-03-28 rasteradd string.h
2008-03-28 dourssereorganise header files so that evil is better included...
2008-03-28 rasterup eet to alpha status. see email to e-devel.
2008-03-09 rasterthe rest of cedrics patchesfor fixing dictionaries...
2008-03-08 doursse * define EAPI on Windows according to the following...
2008-03-07 doursse * EAPI_DEF is actually useless. go back to EAPI
2008-03-06 rasteradd cedrics dict check patch
2008-03-02 doursseuse evil on win32:
2008-03-02 rasterfix ref count issues on file modify while in use. lost...
2008-03-01 rasteradd file
2008-03-01 rastercedric's eet and edje patches to use eet dictionaries...
2008-01-27 englebassinclude files in the correct order
2008-01-27 englebassformatting
2008-01-27 englebassformatting
2008-01-27 englebassformatting
2008-01-26 vapierreplace some win32 ifdef hacks with autoconf checks
2008-01-24 doursse[win32] use the correct value for an invalid handle...
2008-01-21 rastercedric's eet race patch
2008-01-18 englebassconst
2007-12-20 leviathanenglish
2007-12-20 davemdsArghh !! I have lost one night of work for this doxy...
2007-12-14 rasterpatches, caching fixes, zone dynamic creation/deletion...
2007-12-01 ningersoOnly enforce file size in read mode, otherwise this...
2007-11-21 andrunkoAdded Ecore_IMF_Evas.
2007-11-12 rasterrefuse to handle a 0 sized file without an error
2007-11-04 doursseautostuff improvements:
2007-10-31 dourssetypo + removing white spaces
2007-10-03 barbieriSeparate code and provide "double" version.
2007-10-03 barbieriFloat loading speedup.
2007-10-02 andrunkoFixed bug on maemo.
2007-09-29 dourssedeclare properly alloca when AC_FUNC_ALLOCA is used...
2007-09-29 doursseremove unused variables
2007-09-26 rasterabort--
2007-09-25 rasterfix conversion to handle -0x0p+0 (negatives) properly...
2007-09-25 doursse * Add conversion functions to replace the use of snpri...
2007-09-15 englebassignore
2007-09-14 englebassFix compiler warnings.
next