2008-04-04 Matthew Allum <mallum@openedhand.com>

* README:
        Add a note on new show-on-set-parent prop and stage subclassing.
This commit is contained in:
Matthew Allum 2008-04-04 16:26:45 +00:00
parent f859135082
commit 8dac049d2e
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2008-04-04 Matthew Allum <mallum@openedhand.com>
* README:
Add a note on new show-on-set-parent prop and stage subclassing.
2008-04-04 Emmanuele Bassi <ebassi@openedhand.com>
Bug #864 - Allow instantiating and subclassing of ClutterStage

12
README
View File

@ -146,9 +146,15 @@ wanting to port to newer releases (See NEWS for general new feature info).
Release Notes for Clutter 0.8
-------------------------------
* Clutter now features support for multiple stages assuming supported by the
backend. See test-multistage.c for example of usage. This does not change
the automatic creation of the default stage.
* Actors now have a new 'show-on-set-parent' property set to TRUE by
default. With this property set to TRUE, actors will automatically
automatically have clutter_actor_show() called on them when a parent
is set (i.e added to a container).
* Clutter now features support for multiple stages assuming supported
by the backend. See test-multistage.c for example of usage. This
does not change the automatic creation of the default stage. Stages
can now also be subclassed
* There is now an experimental native Win32 WGL backend.