diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-01 11:15:35 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-01 11:15:35 +0900 |
commit | cba1fa5dd525b72504ac7530454a71267b853e70 (patch) | |
tree | 4207b10f351d3115762aed6bbba7cd4ba2d161d8 /ChangeLog | |
parent | cdb86e34bbf82bd91aefd686bfc3bdf2a018a956 (diff) |
ChangeLog: let's try to be more informative in our commit.
Would be good that everyone specify on which part there change did apply.
Some are really not obvious.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,4 +1,5 @@ | |||
1 | 2013-10-24 Sung W. Park (sung_) | 1 | 2013-10-24 Sung W. Park (sung_) |
2 | |||
2 | * EvasGL: Fixed direct rendering mode not clipping to its clip region. | 3 | * EvasGL: Fixed direct rendering mode not clipping to its clip region. |
3 | 4 | ||
4 | 2013-10-24 Youngbok Shin | 5 | 2013-10-24 Youngbok Shin |
@@ -7,27 +8,27 @@ | |||
7 | 8 | ||
8 | 2013-10-18 Youngbok Shin | 9 | 2013-10-18 Youngbok Shin |
9 | 10 | ||
10 | * Fixed the textblock format to be drawn according to | 11 | * Evas: Fixed the textblock format to be drawn according to the glyph's |
11 | the glyph's horizontal advance width. | 12 | horizontal advance width. |
12 | 13 | ||
13 | 2013-10-15 ChunEon Park (Hermet) | 14 | 2013-10-15 ChunEon Park (Hermet) |
14 | 15 | ||
15 | * Fixed the map surface to be updated properly. By tranversing the | 16 | * Evas: Fixed the map surface to be updated properly. By tranversing the |
16 | whole of the map target's tree, it decides to update the map | 17 | whole of the map target's tree, it decides to update the map |
17 | surface to be redrawn if one of the objects is changed except the | 18 | surface to be redrawn if one of the objects is changed except the |
18 | clipper itself. | 19 | clipper itself. |
19 | 20 | ||
20 | 2013-10-15 ChunEon Park (Hermet) | 21 | 2013-10-15 ChunEon Park (Hermet) |
21 | 22 | ||
22 | * Fixed memory leak in the edje map color transition. | 23 | * Edje: Fixed memory leak in the edje map color transition. |
23 | 24 | ||
24 | 2013-10-11 Carsten Haitzler (The Rasterman) | 25 | 2013-10-11 Carsten Haitzler (The Rasterman) |
25 | 26 | ||
26 | * deprecate/remove all the eina_error setting (and getting) | 27 | * Eina: deprecate/remove all the eina_error setting (and getting) |
27 | within efl no one uses it and it frankly it much more pain | 28 | within efl no one uses it and it frankly it much more pain |
28 | than it's worth. the api's are still there, and efl api's still | 29 | than it's worth. the api's are still there, and efl api's still |
29 | fail as they did before.. they just don't ALSO set eina_error. | 30 | fail as they did before.. they just don't ALSO set eina_error. |
30 | 31 | ||
31 | 2013-10-11 Cedric Bail | 32 | 2013-10-11 Cedric Bail |
32 | 33 | ||
33 | * Eina: add Eina_Spinlock API, | 34 | * Eina: add Eina_Spinlock API, |
@@ -433,11 +434,11 @@ | |||
433 | 434 | ||
434 | 2013-05-20 Carsten Haitzler (The Rasterman) | 435 | 2013-05-20 Carsten Haitzler (The Rasterman) |
435 | 436 | ||
436 | * Improve memory footpriny by only creating evasgl context on demand. | 437 | * Evas: Improve memory footpriny by only creating evasgl context on demand. |
437 | 438 | ||
438 | 2013-05-18 Carsten Haitzler (The Rasterman) | 439 | 2013-05-18 Carsten Haitzler (The Rasterman) |
439 | 440 | ||
440 | * Reduce waiting on gl so it cvan fully run async from cpu. | 441 | * Evas: Reduce waiting on gl so it cvan fully run async from cpu. |
441 | 442 | ||
442 | 2013-05-16 Tom Hacohen | 443 | 2013-05-16 Tom Hacohen |
443 | 444 | ||