Imported Upstream version 1.7.1
[platform/upstream/edje.git] / NEWS
1 Edje 1.7.1
2
3 Changes since Edje 1.7.0:
4 -------------------------
5
6 Fixes:
7     * Fix edje_*scale_set() on sub-group.
8
9 Edje 1.7.0
10
11 Changes since Edje 1.2.0:
12 -------------------------
13
14 Additions:
15     * Add edje_watch to monitore change on edje source.
16     * Emit ['edje,change,file', 'edje'] when the file change on disk.
17     * edje_player will automatically reload the file when it change on disk.
18     * Add SPACER part. This part are not putting anything into the canvas. So lighter and faster to
19     process (Use it to replace RECT part that are never visible and never catch any event).
20     * Add accessibility flags and API to retrieve the relevant part.
21     * Emit signal when flagged part size get to zero.
22     * Warn at compile time about forgotten image.
23     * Stop compilation when clipping to a non RECT part.
24
25 Improvements:
26     * Allocate once and reuse Evas_Map.
27     * Make edje_cc faster by improving the parser, mapping file in memory and using threads.
28     * Made state index optional in EDC files and Embryo scripts.
29     * Improve speed of color_class lookup by using an Eina_Hash.
30
31 Fixes:
32     * Add missing files in the tarballs.
33     * Prevent crash when running nested edje_object_signal_emit with edje_object_signal_callback_{add,del}.
34     * Do actually verify that the file on disk is different from the file we have loaded.
35     * Preserve user drag, box and table information during call of edje_object_file_set.
36     * Fix table and text when fixed point is turned on.
37     * Clamp image tween to never underflow also.
38     * [entry] display preedit string even though there is no attribute
39     * Fix shutdown of Edje_Multisense.
40     * Reduce potential reentrant issue when using edje_object_signal_emit.
41     * Call edje_object_message_signal_process also on GROUP part Edje object.
42     * Remove memory leak when alias are present in the edj file.
43     * Properly destroy color_class and text_class on an Edje_Object.
44     * Stop leaking memory on edje block error during signal emit.
45
46 Edje 1.2.0
47
48 Changes since Edje 1.1.0:
49 -------------------------
50
51 Additions:
52
53     * "recalc" smart callback for object size changes.
54     * EDJE_ASPECT_PREFER_SOURCE.
55     * edje.version() Lua function.
56     * minmul edc property.
57     * add min: SOURCE and max: SOURCE to IMAGE and GROUP parts.
58     * add broadcast_signal: bool.
59     * add edje_object_part_text_imf_context_get().
60     * add edje_object_update_hints_set() and edje_object_update_hints_get().
61     * nee keybindings in entry flr ctrl+arrows, ctrl+del and ctrl+backspace.
62     * cursor,changed,manual signal from entry.
63     * undo/redo in entry + IMF.
64     * HEX, TERMINAL, PASSOWORD vkbd types added.
65     * recalc smart callback for object size changes back to C.
66     * EDJE_ASPECT_PREFER_SOURCE.
67     * Lua: edje.version().
68     * minmul property.
69     * edje_object_part_text_style_user_set/get().
70     * min/max: SOURCE.
71     * edje_object_text_markup_filter_callback_add/del/del_full().
72     * edje_object_part_text_input_panel_show/hide().
73     * edje_object_part_text_imf_context_reset().
74     * edje_object_part_text_prediction_allow_set/get().
75     * add a way to disable signal broadcasting.
76     * edje_object_part_text_input_panel_language_set/get().
77     * edje_object_part_text_input_panel_imdata_set/get().
78     * edje_object_part_text_input_panel_return_key_type_set/get().
79     * edje_object_part_text_input_panel_return_key_disabled_set/get().
80     * edje_object_part_text_user_insert()
81     * double click in entry selects word, triple selects line.
82     * EDJE_VERSION_12 define in edc for #ifdefs handling edje 1.2 (or older)
83     * edje_object_part_text_escaped_set()
84
85 Improvements:
86     * speedup load time of Edje file.
87     * check existence of group at compile time also.
88     * reduce number of call to stat during edje_object_file_set.
89     * unswallow object about to be swallowed if necessary.
90     * Lua scripts now more resilient against API changes.
91     * edje_cc only store the image actively used in an edje file.
92     * reduction in part walking.
93     * check group existence at edje_cc time.
94     * edje_object_part_text_cursor_content_get() prototype fixed.
95     * calling non-existant lua functions doesn't crash now.
96     * make it possible to update size hints automatically
97
98 Fixes:
99     * Correctly count and propagate preload signal with GROUP.
100     * Fix rotation with fixed point.
101     * Correctly propagate scale factor to GROUP.
102     * Potential crash from buffer overflow copying map data.
103     * Limits detection by edje_cc.
104     * Errant free() call in loading of edje files.
105     * unswallow objects that are going to be swallowed elsewhere.
106     * ability to change edje source correctly inside edje callback.
107     * overriding group in edje_cc.
108     * filter now only valid once program affecting parts is done.
109     * edje_object_part_text_input_panel_enabled_set/get if IMF doesn't exist.
110     * EDJE_CALC_CACHE issues and when using relative to_x/y on separate parts.
111     * filter preventing any action being triggered.
112     * signal propagation when matching target GROUP exists.
113     * correctly count and propagate preload signal with GROUP
114     * rotation with fixed point
115     * propagate scale factor to GROUPS
116     * fix no number inserts even if numlock is locked
117
118 Changes since Edje 1.0.0:
119 -------------------------
120
121 Additions:
122
123     * "UNDER" entry cursor mode
124     * auto alignment of TEXT parts with text.alignment set to -1
125     * mirroring support
126     * edje_object_part_text_cursor_pos_set/get()
127     * size_range propert to TEXT parts
128     * proxy parts so part can source other parts including swallows
129     * support explicit shadow direction with added effect param
130     * edje_object_part_text_append()
131     * new interpolations: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS, BOUNCE, SPRING
132     * "entry,paste,request,1" signal (primary)
133     * "entry,paste,request,3" signal (clipboard)
134     * "entry,selection,all,request" signal
135     * "entry,selection,none,request" signal
136     * "entry,paste,request*" signals afte cursor change
137     * "entry,changed,user" signal
138     * collection.group.limits.horizontal/vertical
139     * input panel layout setting API's
140     * edje_object_signal_callback_extra_data_get()
141     * group inheritance and part re-ordering with inheritance
142     * add change information to "entry,changed,user"
143     * add "CURRENT" option for transitions to transition from current state
144     * lua color/text class, map, text, image, line, polygon and edje object API's
145
146 Fixes:
147
148     * invalid memory access in edje alias code
149     * recusive aliases fixed
150     * cursor didn't change on backspace signal
151     * propagation of recursive events on existing part
152     * box/table signal not including name correctly
153     * clicked signal on entry
154     * propagation of recursive events between existing and non-existing parts
155     * textblock handling in size_min_restricted_calc fixed
156     * stop emitting "cursor,changed" on text set
157     * external usage in sub groups now have proper parents
158     * ellipsis fixed with small text parts
159     * edje_shutdown() fixed if called before all edje objects are gone
160     * allow -1 for description.max
161
162 Improvements:
163
164     * built-in epp (from e16) to replace cpp/gcc pre-processor on all platforms
165     * edje_decc only uses edje_cc as compiler for security paranoia
166     * use smart clipper more from evas
167     * text.align now works for textblock too
168     * creation/deletion of edje objects should be faster with freeze and thaws
169     * don't walk eina_list when deleting member classes - faster
170     * part.description.max now can define just 1 axis
171     * signal and message propagation is more consistent and simpler now