aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/edje/NEWS15
1 files changed, 13 insertions, 2 deletions
diff --git a/libraries/edje/NEWS b/libraries/edje/NEWS
index bf529dc..3f6dbe9 100644
--- a/libraries/edje/NEWS
+++ b/libraries/edje/NEWS
@@ -5,10 +5,15 @@ Changes since Edje 1.1.0:
5 5
6Additions: 6Additions:
7 7
8 * "recalc" smart callback for object size changes 8 * "recalc" smart callback for object size changes.
9 * EDJE_ASPECT_PREFER_SOURCE. 9 * EDJE_ASPECT_PREFER_SOURCE.
10 * edje.version() Lua function. 10 * edje.version() Lua function.
11 * minmul edc property 11 * minmul edc property.
12 * add min: SOURCE and max: SOURCE to IMAGE and GROUP parts.
13 * add edje_object_markup_filter_callback_add/del/delfull().
14 * add broadcast_signal: bool.
15 * add edje_object_part_text_imf_context_get()
16 * add edje_object_update_hints_set() and edje_object_update_hints_get()
12 17
13Improvements: 18Improvements:
14 * speedup load time of Edje file. 19 * speedup load time of Edje file.
@@ -16,6 +21,12 @@ Improvements:
16 * reduce number of call to stat during edje_object_file_set. 21 * reduce number of call to stat during edje_object_file_set.
17 * unswallow object about to be swallowed if necessary. 22 * unswallow object about to be swallowed if necessary.
18 * Lua scripts now more resilient against API changes. 23 * Lua scripts now more resilient against API changes.
24 * edje_cc only store the image activelly used in an edje file.
25
26Fixes:
27 * Correctly count and propagate preload signal with GROUP.
28 * Fix rotation with fixed point.
29 * Correctly propagate scale factor to GROUP.
19 30
20Changes since Edje 1.0.0: 31Changes since Edje 1.0.0:
21------------------------- 32-------------------------