Edje: Start using smart clipper in some places.
[framework/uifw/edje.git] / ChangeLog
1 2011-01-29  Carsten Haitzler (The Rasterman)
2
3         1.0.0 release
4
5 2011-01-30  Tom Hacohen (TAsn)
6
7         * Added "UNDER" cursor mode.
8         * Added auto-alignment to text parts, just set text.alignment to -1 to
9           activate it. It's only relevant to TEXT parts, textblock objects
10           already have that by default.
11
12 2011-02-01  Tom Hacohen (TAsn)
13
14         * Added Mirroring support to edje objects.
15
16 2011-02-08  Cedric BAIL
17
18         * Fix invalid memory access by edje alias code.
19
20 2011-02-10  Cedric BAIL
21
22         * Fix use of recursive alias.
23
24 2011-02-21  WooHyun Jung
25
26         * Fix missing cursor changed signale on backspace
27
28 2011-02-21  Mike Blumenkrantz
29
30         * Add built-in cpp (epp) to provide consistent output on all archs/OSes
31
32 2011-02-10  Cedric BAIL
33
34         * Fix propagation of recursive events on existing part.
35
36 2011-02-24  Cedric BAIL
37
38         * fix signal comming from box/table item to include their
39         index or name correctly.
40
41 2011-02-25  Jihoon Kim
42
43         * Add edje_object_part_text_cursor_pos_{set,get} API
44
45 2011-02-27  Tom Hacohen (TAsn)
46
47         * Added size_range property to TEXT parts in edje files.
48         This lets you limit the size of the font that will be used.
49         Especially useful when using fit.
50
51 2011-03-10  WooHyun Jung
52
53         * Fix: Emit clicked signal on entry if still in - missing.
54
55 2011-03-10  Cedric BAIL
56
57         * Correctly propagate recursive event with existing and non existing
58         part.
59
60 2011-03-11  Cedric BAIL
61
62         * Add PROXY part.
63
64 2011-03-19  Carsten Haitzler (The Rasterman)
65
66         * Change edje_decc to only use edje_cc as the compiler for security
67         and correctness reasons.
68
69 2011-03-23  Brett Nash (nash)
70
71         * Move some of edje over to use smart clipper in evas.  This _should_
72         be transparent to users.