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