2008-08-10 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-08-10 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-08-06 |
englebass | ignore |
commit | commitdiff | tree | snapshot |
2008-08-01 |
raster | wrong return error handling. 0 == error, 1 == ok. |
commit | commitdiff | tree | snapshot |
2008-07-30 |
cedric | Fix a little bug in the test and do a real write test. |
commit | commitdiff | tree | snapshot |
2008-07-26 |
raster | unsigned long... better |
commit | commitdiff | tree | snapshot |
2008-07-24 |
doursse | Add Visual Studio solution and vc projects to compile... |
commit | commitdiff | tree | snapshot |
2008-07-24 |
cedric | Fix wrongly stored image when compressed size is bigger... |
commit | commitdiff | tree | snapshot |
2008-07-18 |
cedric | Update changelog. |
commit | commitdiff | tree | snapshot |
2008-07-18 |
cedric | Improve speed by comparing pointer instead of calling... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
pfritz | fix compile warnings |
commit | commitdiff | tree | snapshot |
2008-07-17 |
cedric | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-07-17 |
cedric | Improve speed of eet_data freelist by using a hash... |
commit | commitdiff | tree | snapshot |
2008-07-17 |
cedric | Improve decode speed by using precomputed hash. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
cedric | Fix INLINED_STRING allocation, this was causing the... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
barbieri | Check if file was really open before continue. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
cedric | Fix the bug with EET_T_UNKNOW/EET_G_UNKNOWN that did... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
cedric | This patch is a starting point for cleaning up eet_data.c. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
englebass | ignore++ |
commit | commitdiff | tree | snapshot |
2008-06-10 |
raster | sorry mate - we dont have the debian stuff in there... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
horms | Add automake1.7 | automaken, libtool, pkg-config as... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
horms | Add m4/doxygen.m4 and debian/* to distribution |
commit | commitdiff | tree | snapshot |
2008-06-10 |
horms | Have configure create debian/changelog |
commit | commitdiff | tree | snapshot |
2008-06-09 |
barbieri | Initialize ef->writes_pending. |
commit | commitdiff | tree | snapshot |
2008-06-09 |
raster | leak-- |
commit | commitdiff | tree | snapshot |
2008-06-02 |
cedric | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-06-02 |
cedric | Add eet_data_image_read_to_surface and eet_data_image_d... |
commit | commitdiff | tree | snapshot |
2008-05-29 |
raster | * add efreet garbage data check |
commit | commitdiff | tree | snapshot |
2008-05-27 |
cedric | Disabling support of old eet file format was broken. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Oops double commit. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Update ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Remove some unused variable. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Remove use of sprintf by propagating the buffer size... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Remove all use of strcpy as we already know the length. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
cedric | Old eet file format are now marked as deprecated. The... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
raster | pass make distcheck and a snapshot asparagus release... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
doursse | minor fix of the doc about tests and coverage |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | Introducing unit test in EFL using cvs check library... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | Add some test around efn->offset and set it properly... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | Fix EET_FILE_MODE_READ_WRITE when file doesn't exist. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
cedric | The purpose of descriptor3 was to introduce a way to... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
cedric | Remove the wrong and dead code for basic type inside... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
cedric | Fix a bug with list or hash of basic type. They are... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
cedric | Fix a typo preventing the parsing of unsigned int. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
cedric | Fix inlined string dump/undump. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
cedric | Converting back an hash from a dumped text was broken. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
kaethorn | fix Debian packaging. |
commit | commitdiff | tree | snapshot |
2008-05-06 |
kaethorn | Change Debian package name from libeet0 to libeet1. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
kaethorn | Merge with Debian files from PkgE. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
doursse | ignore libtool 2.2.* m4 files |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | +E |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | readme needed fixing. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | news has the release in it now. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
raster | fix bug in eet decode of list and hashes of simple... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
doursse | add release comment in ChangeLog |
commit | commitdiff | tree | snapshot |
2008-04-20 |
raster | 1.0.0 |
commit | commitdiff | tree | snapshot |
2008-04-20 |
doursse | actually, autom4te.cache is automatically removed |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | add requested macro, hence more things to clean. add... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | missing space |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | put WIN32_CFLAGS in CFLAGS, not CPPFLAGS. Formatting |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | winsock_libs renamed to WIN32_LIBS |
commit | commitdiff | tree | snapshot |
2008-04-19 |
doursse | * rename lt_auto_import to lt_enable_auto_import |
commit | commitdiff | tree | snapshot |
2008-04-17 |
pfritz | docs |
commit | commitdiff | tree | snapshot |
2008-04-17 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-04-15 |
doursse | * rename 'create_shared_lib' to 'lt_no_undefined' |
commit | commitdiff | tree | snapshot |
2008-04-13 |
doursse | Eet_private.h is not a source file |
commit | commitdiff | tree | snapshot |
2008-04-10 |
raster | bitching-- |
commit | commitdiff | tree | snapshot |
2008-04-10 |
raster | cedrics eet -d fixes.. yay! |
commit | commitdiff | tree | snapshot |
2008-04-09 |
doursse | cegcc (not mingw32ce) defines same structures, function... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
doursse | add unsued attribute when needed |
commit | commitdiff | tree | snapshot |
2008-04-03 |
kwo | Add missing headers. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
kwo | Add unistd.h for unlink(), comment out unused code. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
kwo | Add netinet/in.h for htonl(). |
commit | commitdiff | tree | snapshot |
2008-04-03 |
doursse | add Windows requirement, remove trailing spaces |
commit | commitdiff | tree | snapshot |
2008-04-03 |
raster | deps lists/ debugging too... |
commit | commitdiff | tree | snapshot |
2008-03-31 |
raster | since patch from vincent. |
commit | commitdiff | tree | snapshot |
2008-03-29 |
doursse | use INPUT entry of Doxyfile instead of adding Eet.h... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
doursse | use correct variables for the name and version of the... |
commit | commitdiff | tree | snapshot |
2008-03-29 |
doursse | do not overwrite eet.c as it has been modified by configure |
commit | commitdiff | tree | snapshot |
2008-03-29 |
doursse | remove trailing spaces and factorize Windows detection |
commit | commitdiff | tree | snapshot |
2008-03-28 |
raster | add string.h |
commit | commitdiff | tree | snapshot |
2008-03-28 |
doursse | reorganise header files so that evil is better included... |
commit | commitdiff | tree | snapshot |
2008-03-28 |
raster | up eet to alpha status. see email to e-devel. |
commit | commitdiff | tree | snapshot |
2008-03-09 |
raster | the rest of cedrics patchesfor fixing dictionaries... |
commit | commitdiff | tree | snapshot |
2008-03-08 |
doursse | * define EAPI on Windows according to the following... |
commit | commitdiff | tree | snapshot |
2008-03-07 |
doursse | * EAPI_DEF is actually useless. go back to EAPI |
commit | commitdiff | tree | snapshot |
2008-03-06 |
raster | add cedrics dict check patch |
commit | commitdiff | tree | snapshot |
2008-03-02 |
doursse | use evil on win32: |
commit | commitdiff | tree | snapshot |
2008-03-02 |
raster | fix ref count issues on file modify while in use. lost... |
commit | commitdiff | tree | snapshot |
2008-03-01 |
raster | add file |
commit | commitdiff | tree | snapshot |
2008-03-01 |
raster | cedric's eet and edje patches to use eet dictionaries... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
horms | libeet: Build depends on automake and libtool |
commit | commitdiff | tree | snapshot |
2008-01-27 |
englebass | include files in the correct order |
commit | commitdiff | tree | snapshot |
2008-01-27 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-01-27 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-01-27 |
englebass | formatting |
commit | commitdiff | tree | snapshot |
2008-01-26 |
vapier | __USE_GNU is an internal define not meant for people... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
vapier | replace some win32 ifdef hacks with autoconf checks |
commit | commitdiff | tree | snapshot |
2008-01-25 |
vapier | set proper ACLOCAL_AMFLAGS |
commit | commitdiff | tree | snapshot |
2008-01-25 |
raster | asparagus! also pass distcheck and have common autofoo... |
commit | commitdiff | tree | snapshot |
next |