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