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