mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 01:24:10 +00:00
update NEWS
This commit is contained in:
parent
0033b539b8
commit
0275345271
9
NEWS
9
NEWS
@ -14,16 +14,19 @@ Clutter 0.2 ()
|
|||||||
o Add API for behaviours. A ClutterBehaviour is an object which
|
o Add API for behaviours. A ClutterBehaviour is an object which
|
||||||
drives a set of actors using one or more properties depending
|
drives a set of actors using one or more properties depending
|
||||||
on the value of an "alpha" function.
|
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 fixed point API for embedded platforms with no FPU.
|
||||||
o Add support for command line switches to Clutter, like debug
|
o Add support for command line switches to Clutter, like debug
|
||||||
flags and abort on warnings; also allow application to hook up
|
flags and abort on warnings; also allow application to hook up
|
||||||
into the initialisation sequence to add their own command line
|
into the initialisation sequence to add their own command line
|
||||||
switches.
|
switches.
|
||||||
o Add Pango GL renderer for Clutter, and use it to render text
|
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.
|
usage.
|
||||||
o Redo Clutter Label widget.
|
o Redo Clutter Label widget, using the new Pango renderer.
|
||||||
o Clutter Textures not store local pixbuf copy (of texture).
|
o Clutter Textures do not store local pixbuf copy (of texture).
|
||||||
o Redo group and actor scale/sizing API and functionality.
|
o Redo group and actor scale/sizing API and functionality.
|
||||||
* List of bug fixed
|
* List of bug fixed
|
||||||
o #156 - clutter_actor_set_position not using the absolute size
|
o #156 - clutter_actor_set_position not using the absolute size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user