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