summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-10-15 22:24:27 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-10-15 22:24:27 +0900
commiteea1b83cf6c47b61aea35a70d2e9ff7b2b899780 (patch)
tree34f6a39efc4712c60d8684db006ba9fc42a24101 /ChangeLog
parentcf859cfaccb48fd482d2b50072f82b5d6877cc34 (diff)
downloadefl-eea1b83cf6c47b61aea35a70d2e9ff7b2b899780.tar.gz
evas/map - Fixed the map surface to be updated properly.
By tranversing the whole of the map target's tree, it decides to update the map surface to be redrawn if one of the objects is changed except the clipper itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b937615d0..aaf58a1f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2013-10-15 ChunEon Park (Hermet)
+ * Fixed the map surface to be updated properly. By tranversing the
+ whole of the map target's tree, it decides to update the map
+ surface to be redrawn if one of the objects is changed except the
+ clipper itself.
+
+2013-10-15 ChunEon Park (Hermet)
+
* Fixed memory leak in the edje map color transition.
2013-10-11 Carsten Haitzler (The Rasterman)