summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-08-11 18:58:28 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-08-11 18:58:28 +0900
commitd40008b6f4a602548038213d0052f6c2c753d4f8 (patch)
tree1bb72baeda88b4c5b5c2cb5cd486ba7107162eab /ChangeLog
parentc8d78ba93d005fcb3dbe775ab2057386128aea13 (diff)
downloadelementary-d40008b6f4a602548038213d0052f6c2c753d4f8.tar.gz
elm_win focus: Added elm_win_focus_highlight_animate_set/get APIs.
Now one can manually enable/disable focus highlight animation for a specific window on run-time.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f094fae1..71a27b20c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1542,3 +1542,7 @@
* Popup: Fix the corrupted internal widget tree that caused
elm_theme_set() doesn't work correctly.
+
+2013-08-11 Daniel Juyung Seo (SeoZ)
+
+ * Win Focus: Added elm_win_focus_highlight_animate_set/get().