Edje cc: Remove unused parameters cpp_token_line/file.
[framework/uifw/edje.git] / NEWS
1 Edje 1.1.0
2
3 Changes since Edje 1.1.0:
4 -------------------------
5
6 Additions:
7
8     * "recalc" smart callback for object size changes
9     * EDJE_ASPECT_PREFER_SOURCE.
10     * edje.version() Lua function.
11     * minmul edc property
12
13 Improvements:
14     * speedup load time of Edje file.
15     * check existence of group at compile time also.
16     * reduce number of call to stat during edje_object_file_set.
17     * unswallow object about to be swallowed if necessary.
18     * Lua scripts now more resilient against API changes.
19
20 Changes since Edje 1.0.0:
21 -------------------------
22
23 Additions:
24
25     * "UNDER" entry cursor mode
26     * auto alignment of TEXT parts with text.alignment set to -1
27     * mirroring support
28     * edje_object_part_text_cursor_pos_set/get()
29     * size_range propert to TEXT parts
30     * proxy parts so part can source other parts including swallows
31     * suport explicit shadow direction with added effect param
32     * edje_object_part_text_append()
33     * new interpolations: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS, BOUNCE, SPRING
34     * "entry,paste,request,1" signal (primary)
35     * "entry,paste,request,3" signal (clipboard)
36     * "entry,selection,all,request" signal
37     * "entry,selection,none,request" signal
38     * "entry,paste,request*" signals afte cursor change
39     * "entry,changed,user" signal
40     * collection.group.limits.horizontal/vertical
41     * input panel layout setting API's
42     * edje_object_signal_callback_extra_data_get()
43     * group inheritance and part re-ordering with inheritance
44     * add change information to "entry,changed,user"
45     * add "CURRENT" option for transitions to transition from current state
46     * lua color/text class, map, text, image, line, polygon and edje object API's
47
48 Fixes:
49
50     * invalid memory access in edje alias code
51     * recusive aliases fixed
52     * cursor didn't change on backspace signal
53     * propagation of recursive events on existing part
54     * box/table signal not including name correctly
55     * clicked signal on entry
56     * propagation of recursive events between existing and non-existing parts
57     * textblock handling in size_min_restricted_calc fixed
58     * stop emitting "cursor,changed" on text set
59     * external usage in sub groups now have proper parents
60     * ellipsis fixed with small text parts
61     * edje_shutdown() fixed if called before all edje objects are gone
62     * allow -1 for description.max
63
64 Improvements:
65
66     * built-in epp (from e16) to replace cpp/gcc pre-processor on all platforms
67     * edje_decc only uses edje_cc as compiler for security paranoia
68     * use smart clipper more from evas
69     * text.align now works for textblock too
70     * creation/deletion of edje objects should be faster with freeze and thaws
71     * don't walk eina_list when deleting member classes - faster
72     * part.description.max now can define just 1 axis
73     * signal and message propagation is more consistent and simpler now