summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-09-29 18:57:10 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-09-29 18:57:10 +0900
commit458b46544b5062212fdfb695607723a6c7a86ce5 (patch)
tree3d82aae1654fc075b533823d2cf51d275345e135 /ChangeLog
parentd8caa8077b048833680608636fffe68ad343ef64 (diff)
downloadelementary-458b46544b5062212fdfb695607723a6c7a86ce5.tar.gz
elementary/mapbuf: Dont' move the content to not be calculated. Mapbuf expects
the content is static object and it won't be updated by content position. This actually reduces the mapbuf calculation time muchly in case of complex layout.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 884807c8a..7dc0c7ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1652,3 +1652,10 @@
2013-09-27 ChunEon Park (Hermet)
* layout: fixed the layout to swallow the contents again when theme is changed.
+
+2013-09-29 ChunEon Park (Hermet)
+
+ * mapbuf: Dont' move the content to not be calculated. Mapbuf expects
+ the content is static object and it won't be updated by content
+ position. This actually reduces the mapbuf calculation time muchly in
+ case of complex layout.