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