diff --git a/ChangeLog b/ChangeLog index 9c23aeb6d..c0fd1b8c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-20 Matthew Allum + + * NEWS: + Add some missing improvements. + 2006-12-17 Emmanuele Bassi * clutter/clutter-label.c: Remove some gtk-isms; always take diff --git a/NEWS b/NEWS index 3d46d8ca3..814c51d5b 100644 --- a/NEWS +++ b/NEWS @@ -8,11 +8,12 @@ Clutter 0.2 () don't have to explicitely unref them: every memory an actor allocates will be freed when the group containing the actor will be destroyed. - o Add run-time detection of GL features. + o Add basic run-time detection of GL features. + + Use GL_TEXTURE_RECTANGLE_ARB if available. + + Attempt to set up sync to vblank 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. - o Add group and actor scale API and functionality. 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 @@ -20,7 +21,10 @@ Clutter 0.2 () switches. o Add Pango GL renderer for Clutter, and use it to render text inside the ClutterLabel actor; this will decrease texture memory - usage. + usage. + o Redo Clutter Label widget. + o Clutter Textures 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 o #155 - Don't test for XInitThreads [Bastien Nocera]