summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@samsung.com>2013-09-06 16:47:36 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-09-06 16:47:36 +0900
commit797ad7528f1d3fb90e66c4e45f7cd349321da9f9 (patch)
tree58857e577da0d5092962a2f8889bc7f3e6d4fa61 /ChangeLog
parent19fa6862c5a90d80ec983ae6044b1f01f8f7d5a8 (diff)
downloadefl-797ad7528f1d3fb90e66c4e45f7cd349321da9f9.tar.gz
edje: add border linked to Image sets.
It is quite common that in an image sets each image has different border size. This patch permit to define the border value on a per image basis in the set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f115014244..048348a73b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-06 Cedric Bail
+
+ * Edje: Add border information to Image sets.
+
2013-09-05 Cedric Bail
* Evas: Add evas_object_smart_iterator_new().