[clutter/clutter-1.14] Release Clutter 1.14.4



commit 5f96faf259db61a4424f96ce944ae01493f6a4fd
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed May 15 05:57:36 2013 +0100

    Release Clutter 1.14.4

 NEWS         |   31 +++++++++++++++++++++++++++++++
 README.in    |    8 ++++++++
 configure.ac |    2 +-
 3 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1bb3510..f07b3e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Clutter 1.14.4                                                       2013-05-15
+===============================================================================
+
+  • List of changes since Clutter 1.14.2
+
+    - Fix GestureAction handling of multi-touch gestures
+
+    - Add a paint callback for Stage updates
+    This experimental API allows installing a notification function on
+    ClutterStage that is called when the stage has finished drawing, but
+    before the frame buffer is flushed. This function replaces the ::paint
+    signal on the ClutterStage in a way that does not disable paint volume
+    culling and optimizations.
+
+    - Improve scaling behaviour in ZoomAction
+    Instead of recomputing the scaling center, the action should use the
+    pivot-point of the ClutterActor.
+
+    - Documentation fixes
+
+  • List of bugs fixed since Clutter 1.14.2
+
+    #698668 - A few improvements to ClutterGestureAction
+    #698671 - Refactor event handling code in ClutterGestureAction
+    #698674 - Improve ClutterZoomAction behavior
+    #698783 - Add a paint callback for ClutterStage
+
+Many thanks to:
+
+  Lionel Landwerlin
+
 Clutter 1.14.2                                                       2013-04-17
 ===============================================================================
 
diff --git a/README.in b/README.in
index 38cda99..92c78ba 100644
--- a/README.in
+++ b/README.in
@@ -318,6 +318,14 @@ Release Notes for Clutter 1.14
   at all: gunichar is a typedef to guint32 already. The change will impact
   introspection consumers.
 
+• ClutterScrollActor now uses the :child-transform property to implement
+  scrolling its children. Any external update to the :child-transform
+  property has to take into account that the property will be modified
+  every time the scroll point is updated.
+
+• ClutterZoomAction now sets the :pivot-point property on the actor to
+  which it is applied.
+
 Release Notes for Clutter 1.12
 -------------------------------------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 668b2c9..ada525f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 # - increase clutter_interface_version to the next odd number
 m4_define([clutter_major_version], [1])
 m4_define([clutter_minor_version], [14])
-m4_define([clutter_micro_version], [3])
+m4_define([clutter_micro_version], [4])
 
 # • for stable releases: increase the interface age by 1 for each release;
 #   if the API changes, set to 0. interface_age and binary_age are used to


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