diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:37:02 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-09-27 03:37:02 +0000 |
commit | 8d28445b801c7e22ad266da2a672a59bee073112 (patch) | |
tree | 0c5732718746b1a3f33a6b0585e16016aea03f43 /ChangeLog | |
parent | b257931a811ace1a7929a9b90233e96676334492 (diff) |
and changlog now is merged changes since 1.7.0
SVN revision: 77112
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ | |||
1 | 2012-09-21 Carsten Haitzler (The Rasterman) | ||
2 | |||
3 | * Fix big endian bug with eet image handling and endianess swapping. | ||
4 | |||
5 | 2012-09-15 Vincent Torri | ||
6 | |||
7 | * Add DOCTYPE children to be parse in eina_simple_xml. | ||
8 | |||
9 | 2012-09-12 Patryk Kaczmarek <patryk.k@samsung.com> | ||
10 | |||
11 | * Add EINA_SAFETY checks for proper function arguments. | ||
12 | * Add check if given arguments (distance and coordinates) in eina_tiler | ||
13 | and eina_rectangle are not below zero | ||
14 | * Documentation for eina list specified and eina stringshare fixed | ||
15 | |||
16 | 2012-09-11 Cedric Bail | ||
17 | |||
18 | * Speedup Eina Rbtree Iterator by recycling memory instead of | ||
19 | massively calling malloc/free. | ||
20 | |||
21 | 2012-09-04 Roberto de Souza <zehortigoza@profusion.mobi> | ||
22 | |||
23 | * Fix EINA_INLIST_FOREACH_SAFE macro to work when inlist is not the | ||
24 | first item in the struct. | ||