summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2006-12-27 18:42:31 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2006-12-27 18:42:31 +0000
commit02753452715651df4fa6c370bf98df2504665d04 (patch)
treedde0f243d8f990fb7cef74d22439341d3e841aea
parent0033b539b8b10c7e98bfbcc255c6efa2b5c0b9c9 (diff)
downloadclutter-02753452715651df4fa6c370bf98df2504665d04.tar.gz
update NEWS
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 814c51d5b..82cead6d6 100644
--- a/NEWS
+++ b/NEWS
@@ -14,16 +14,19 @@ Clutter 0.2 ()
o Add API for behaviours. A ClutterBehaviour is an object which
drives a set of actors using one or more properties depending
on the value of an "alpha" function.
+ + Provide simple behaviours: ClutterBehaviourOpacity,
+ ClutterBehaviourPath and ClutterBehaviourScale.
+ + Provide simple alpha functions for ramps and sine waveforms.
o Add fixed point API for embedded platforms with no FPU.
o Add support for command line switches to Clutter, like debug
flags and abort on warnings; also allow application to hook up
into the initialisation sequence to add their own command line
switches.
o Add Pango GL renderer for Clutter, and use it to render text
- inside the ClutterLabel actor; this will decrease texture memory
+ inside the ClutterLabel actor; this decrease texture memory
usage.
- o Redo Clutter Label widget.
- o Clutter Textures not store local pixbuf copy (of texture).
+ o Redo Clutter Label widget, using the new Pango renderer.
+ o Clutter Textures do not store local pixbuf copy (of texture).
o Redo group and actor scale/sizing API and functionality.
* List of bug fixed
o #156 - clutter_actor_set_position not using the absolute size