aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/NEWS
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/edje/NEWS
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to '')
-rw-r--r--libraries/edje/NEWS84
1 files changed, 0 insertions, 84 deletions
diff --git a/libraries/edje/NEWS b/libraries/edje/NEWS
deleted file mode 100644
index 3f6dbe9..0000000
--- a/libraries/edje/NEWS
+++ /dev/null
@@ -1,84 +0,0 @@
1Edje 1.1.0
2
3Changes since Edje 1.1.0:
4-------------------------
5
6Additions:
7
8 * "recalc" smart callback for object size changes.
9 * EDJE_ASPECT_PREFER_SOURCE.
10 * edje.version() Lua function.
11 * minmul edc property.
12 * add min: SOURCE and max: SOURCE to IMAGE and GROUP parts.
13 * add edje_object_markup_filter_callback_add/del/delfull().
14 * add broadcast_signal: bool.
15 * add edje_object_part_text_imf_context_get()
16 * add edje_object_update_hints_set() and edje_object_update_hints_get()
17
18Improvements:
19 * speedup load time of Edje file.
20 * check existence of group at compile time also.
21 * reduce number of call to stat during edje_object_file_set.
22 * unswallow object about to be swallowed if necessary.
23 * Lua scripts now more resilient against API changes.
24 * edje_cc only store the image activelly used in an edje file.
25
26Fixes:
27 * Correctly count and propagate preload signal with GROUP.
28 * Fix rotation with fixed point.
29 * Correctly propagate scale factor to GROUP.
30
31Changes since Edje 1.0.0:
32-------------------------
33
34Additions:
35
36 * "UNDER" entry cursor mode
37 * auto alignment of TEXT parts with text.alignment set to -1
38 * mirroring support
39 * edje_object_part_text_cursor_pos_set/get()
40 * size_range propert to TEXT parts
41 * proxy parts so part can source other parts including swallows
42 * suport explicit shadow direction with added effect param
43 * edje_object_part_text_append()
44 * new interpolations: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS, BOUNCE, SPRING
45 * "entry,paste,request,1" signal (primary)
46 * "entry,paste,request,3" signal (clipboard)
47 * "entry,selection,all,request" signal
48 * "entry,selection,none,request" signal
49 * "entry,paste,request*" signals afte cursor change
50 * "entry,changed,user" signal
51 * collection.group.limits.horizontal/vertical
52 * input panel layout setting API's
53 * edje_object_signal_callback_extra_data_get()
54 * group inheritance and part re-ordering with inheritance
55 * add change information to "entry,changed,user"
56 * add "CURRENT" option for transitions to transition from current state
57 * lua color/text class, map, text, image, line, polygon and edje object API's
58
59Fixes:
60
61 * invalid memory access in edje alias code
62 * recusive aliases fixed
63 * cursor didn't change on backspace signal
64 * propagation of recursive events on existing part
65 * box/table signal not including name correctly
66 * clicked signal on entry
67 * propagation of recursive events between existing and non-existing parts
68 * textblock handling in size_min_restricted_calc fixed
69 * stop emitting "cursor,changed" on text set
70 * external usage in sub groups now have proper parents
71 * ellipsis fixed with small text parts
72 * edje_shutdown() fixed if called before all edje objects are gone
73 * allow -1 for description.max
74
75Improvements:
76
77 * built-in epp (from e16) to replace cpp/gcc pre-processor on all platforms
78 * edje_decc only uses edje_cc as compiler for security paranoia
79 * use smart clipper more from evas
80 * text.align now works for textblock too
81 * creation/deletion of edje objects should be faster with freeze and thaws
82 * don't walk eina_list when deleting member classes - faster
83 * part.description.max now can define just 1 axis
84 * signal and message propagation is more consistent and simpler now