diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-07-26 13:18:43 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-07-26 13:55:58 +0100 |
commit | 0a008b98e7f72b9741ddbc3e2773153dafe302a1 (patch) | |
tree | d172567e429e4494c2c5732a331b1654343d0000 /README.in | |
parent | 0f8e3ab4aa5980634d8c0b3c97830b31a3b34a67 (diff) | |
download | clutter-0a008b98e7f72b9741ddbc3e2773153dafe302a1.tar.gz |
Release Clutter 1.7.6 (snapshot)1.7.6
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -305,6 +305,19 @@ Release Notes for Clutter 1.8 • ClutterBoxLayout layout algorithm has been changed to map the more mature and more stable GtkBox one. +• The ClutterText:editable property was incorrectly defined in the GParamSpec + as being TRUE by default, but it was initialized to FALSE. To avoid breaking + existing code, the default value inside the GParamSpec (and inside the + documentation) has been changed to FALSE as well. + +• The preferred way to draw inside a ClutterCairoTexture is connecting to + its ::draw signal, and calling the invalidate() method. The old pattern + of creating the Cairo context using the create() method is deprecated but + still working as intended. + +• ClutterScore has been deprecated; the preferred way to chain up multiple + animations is to use the ClutterAnimator or ClutterState classes. + Release Notes for Clutter 1.6 ------------------------------------------------------------------------------- |