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