From c963d75dfdeec11f82e79e727062fbf89afa2c04 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Apr 2012 09:19:23 +1000 Subject: Update EFL to latest beta. --- libraries/edje/NEWS | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'libraries/edje/NEWS') 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: Additions: - * "recalc" smart callback for object size changes + * "recalc" smart callback for object size changes. * EDJE_ASPECT_PREFER_SOURCE. * edje.version() Lua function. - * minmul edc property + * minmul edc property. + * add min: SOURCE and max: SOURCE to IMAGE and GROUP parts. + * add edje_object_markup_filter_callback_add/del/delfull(). + * add broadcast_signal: bool. + * add edje_object_part_text_imf_context_get() + * add edje_object_update_hints_set() and edje_object_update_hints_get() Improvements: * speedup load time of Edje file. @@ -16,6 +21,12 @@ Improvements: * reduce number of call to stat during edje_object_file_set. * unswallow object about to be swallowed if necessary. * Lua scripts now more resilient against API changes. + * edje_cc only store the image activelly used in an edje file. + +Fixes: + * Correctly count and propagate preload signal with GROUP. + * Fix rotation with fixed point. + * Correctly propagate scale factor to GROUP. Changes since Edje 1.0.0: ------------------------- -- cgit v1.1