summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-30 16:17:57 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-30 16:24:38 +0900
commitcbd7446f0bf413ad821ac40703d2a2ca728758ef (patch)
tree34d358dda110a8f25c6d301447754dc61da3afe3 /ChangeLog
parente1dd6e12fce6813b5faf6352ce569e76ed4e4a0c (diff)
downloadelementary-cbd7446f0bf413ad821ac40703d2a2ca728758ef.tar.gz
elm_conform.c: Added "virtualkeypad,size,changed" smart callback.
When the virtualkeypad size is changed, applications get the notice. Applications can do internal object calculation according to the exact virtualkeypad size. This is useful when the exact size is important such as webkit usecase.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbeecc719..e99d3fd09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1727,3 +1727,7 @@
2013-10-30 Amitesh Singh (_ami_)
* image: Add support for "clicked" callback on Return/space/KP_Enter key press.
+
+2013-10-30 Daniel Juyung Seo (SeoZ)
+
+ * conform: Added "virtualkeypad,size,changed" callback on virtualkeypad min size change.