summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-08-22 17:00:36 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-08-22 17:00:36 +0900
commitcaaeffede028f3655a761f0aa4bbd2aa579f181d (patch)
treeba79de7c25ed808dd9473323e0e4becf816512fa /ChangeLog
parentbfc4cafc1d2bc1effee6e94baa5df32153aa9c0b (diff)
downloadelementary-caaeffede028f3655a761f0aa4bbd2aa579f181d.tar.gz
elementry/widget - Improve performance in applying widget theme.
It prevents applying themes more strictly if it tries to apply same theme. This increases the performance hugely in case that user applies a specific theme to the window object.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cef7b1a4d..b1986a437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1566,3 +1566,10 @@
2013-08-22 Thiep Ha
* Add hide effect for notify.
+
+2013-08-22 ChunEon Park (Hermet)
+
+ * Widget: Improve performance in applying widget theme. It prevents
+ applying themes more strictly if it tries to apply same theme. This
+ increases the performance hugely in case that user applies a specific
+ theme to the window object.