diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/edje/NEWS | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2 SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz |
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to '')
-rw-r--r-- | libraries/edje/NEWS | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/libraries/edje/NEWS b/libraries/edje/NEWS new file mode 100644 index 0000000..e34a719 --- /dev/null +++ b/libraries/edje/NEWS | |||
@@ -0,0 +1,56 @@ | |||
1 | Edje 1.1.0 | ||
2 | |||
3 | Changes since Edje 1.0.0: | ||
4 | ------------------------- | ||
5 | |||
6 | Additions: | ||
7 | |||
8 | * "UNDER" entry cursor mode | ||
9 | * auto alignment of TEXT parts with text.alignment set to -1 | ||
10 | * mirroring support | ||
11 | * edje_object_part_text_cursor_pos_set/get() | ||
12 | * size_range propert to TEXT parts | ||
13 | * proxy parts so part can source other parts including swallows | ||
14 | * suport explicit shadow direction with added effect param | ||
15 | * edje_object_part_text_append() | ||
16 | * new interpolations: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS, BOUNCE, SPRING | ||
17 | * "entry,paste,request,1" signal (primary) | ||
18 | * "entry,paste,request,3" signal (clipboard) | ||
19 | * "entry,selection,all,request" signal | ||
20 | * "entry,selection,none,request" signal | ||
21 | * "entry,paste,request*" signals afte cursor change | ||
22 | * "entry,changed,user" signal | ||
23 | * collection.group.limits.horizontal/vertical | ||
24 | * input panel layout setting API's | ||
25 | * edje_object_signal_callback_extra_data_get() | ||
26 | * group inheritance and part re-ordering with inheritance | ||
27 | * add change information to "entry,changed,user" | ||
28 | * add "CURRENT" option for transitions to transition from current state | ||
29 | * lua color/text class, map, text, image, line, polygon and edje object API's | ||
30 | |||
31 | Fixes: | ||
32 | |||
33 | * invalid memory access in edje alias code | ||
34 | * recusive aliases fixed | ||
35 | * cursor didn't change on backspace signal | ||
36 | * propagation of recursive events on existing part | ||
37 | * box/table signal not including name correctly | ||
38 | * clicked signal on entry | ||
39 | * propagation of recursive events between existing and non-existing parts | ||
40 | * textblock handling in size_min_restricted_calc fixed | ||
41 | * stop emitting "cursor,changed" on text set | ||
42 | * external usage in sub groups now have proper parents | ||
43 | * ellipsis fixed with small text parts | ||
44 | * edje_shutdown() fixed if called before all edje objects are gone | ||
45 | * allow -1 for description.max | ||
46 | |||
47 | Improvements: | ||
48 | |||
49 | * built-in epp (from e16) to replace cpp/gcc pre-processor on all platforms | ||
50 | * edje_decc only uses edje_cc as compiler for security paranoia | ||
51 | * use smart clipper more from evas | ||
52 | * text.align now works for textblock too | ||
53 | * creation/deletion of edje objects should be faster with freeze and thaws | ||
54 | * don't walk eina_list when deleting member classes - faster | ||
55 | * part.description.max now can define just 1 axis | ||
56 | * signal and message propagation is more consistent and simpler now | ||