[clutter] docs: Update the release notes for 1.12



commit f6d169f36039a52b15338e164b3b600924400bd4
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Mon Jun 11 10:21:36 2012 +0100

    docs: Update the release notes for 1.12

 README.in |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/README.in b/README.in
index 5d14057..4d0a34c 100644
--- a/README.in
+++ b/README.in
@@ -301,9 +301,19 @@ features).
 Release Notes for Clutter 1.12
 -------------------------------------------------------------------------------
 
-* ClutterBinLayout no longer requests size for children that are
+â ClutterBinLayout no longer requests or allocates size for children that are
   not visible, which is how the other layout managers work.
 
+â The expansion and alignment layout properties in all the layout managers
+  that provide them have been deprecated in favour of the equivalent ones
+  on ClutterActor; the ClutterLayoutManager implementations provided by
+  Clutter have been updated to honour the ClutterActor:x-expand,
+  ClutterActor:y-expand, ClutterActor:x-align, and ClutterActor:y-align
+  properties, if set.
+
+â Setting the ClutterActor:fixed-position-set to FALSE will reset any
+  currently set fixed position to (0, 0).
+
 Release Notes for Clutter 1.10
 -------------------------------------------------------------------------------
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]