summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-05-15 05:57:36 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-05-15 06:31:18 +0100
commit5f96faf259db61a4424f96ce944ae01493f6a4fd (patch)
tree56f71228d29226d44c1e2bb4c9aaef4599ab169e
parent584ec5c31d876b20cc6d0f695325785f1467f339 (diff)
downloadclutter-5f96faf259db61a4424f96ce944ae01493f6a4fd.tar.gz
Release Clutter 1.14.41.14.4
-rw-r--r--NEWS31
-rw-r--r--README.in8
-rw-r--r--configure.ac2
3 files changed, 40 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bb3510ed..f07b3e3cf 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 38cda9975..92c78ba81 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 668b2c971..ada525f35 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