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