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