commit 5f96faf259db61a4424f96ce944ae01493f6a4fd
Author: Emmanuele Bassi <[email protected]>
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 deletion(-)

commit 584ec5c31d876b20cc6d0f695325785f1467f339
Author: Emmanuele Bassi <[email protected]>
Date:   Wed Apr 24 15:35:28 2013 -0400

   stage: Add a paint callback

   The ClutterActor::paint signal is deprecated, and connecting to it even
   to get notifications will disable clipped redraws because of violations
   of the paint volume.

   The only actual valid use case for notifications of a successful frame
   is on the ClutterStage, so we should add new (experimental) API for it,
   so that users can actually subscribe to it — at least if you're writing
   a compositor.

   Shoving a signal in a performance critical path is not an option, and
   I'm not sure I want to commit to an API like this yet. I reserve the
   right to revisit this decision in the future.

   This is a backport of the same commit from the clutter-1.16 branch, and
   it introduces new API in a stable series.

   https://bugzilla.gnome.org/show_bug.cgi?id=698783

   (cherry picked from commit d061a47573fbfec69ed6f2fd02f233e218830a6d)

   Signed-off-by: Emmanuele Bassi <[email protected]>

clutter/clutter-stage.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++---
clutter/clutter-stage.h |  9 ++++++++
clutter/clutter.symbols |  1 +
configure.ac            |  2 +-
4 files changed, 63 insertions(+), 4 deletions(-)

commit ae9bf742b7f19683280f90d8cad897febc10c190
Author: Lionel Landwerlin <[email protected]>
Date:   Tue Apr 23 17:52:22 2013 -0700

   zoom-action: improve zooming behavior

   https://bugzilla.gnome.org/show_bug.cgi?id=698674

clutter/clutter-zoom-action.c | 44 ++++++++++++++++++++++---------------------
1 file changed, 23 insertions(+), 21 deletions(-)

commit e0c2967b98ef6ebbc454918b1e8c40b72898fa71
Author: Lionel Landwerlin <[email protected]>
Date:   Mon Apr 22 16:20:49 2013 -0700

   gesture-action: refactor event handling function

   https://bugzilla.gnome.org/show_bug.cgi?id=698671

clutter/clutter-gesture-action.c | 118 ++++++++++++++++++++++++++-------------
1 file changed, 78 insertions(+), 40 deletions(-)

commit 1ddef9576d87c98fafbcefe3108f04866630c2cd
Author: Lionel Landwerlin <[email protected]>
Date:   Mon Apr 22 14:57:47 2013 -0700

   gesture-action: fix trigger edge after behavior with more than 1 point

   https://bugzilla.gnome.org/show_bug.cgi?id=698669

clutter/clutter-gesture-action.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

commit 484672600b98ce1deb1c18592cb201567152ae79
Author: Lionel Landwerlin <[email protected]>
Date:   Sun Apr 7 16:12:32 2013 +0100

   gesture-action: avoid shadowing time() syscall function

   https://bugzilla.gnome.org/show_bug.cgi?id=698668

clutter/clutter-gesture-action.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

commit 968bc56e864dd1f1f189b6042ac62e3d4c37bb26
Author: Lionel Landwerlin <[email protected]>
Date:   Sun Apr 7 15:47:26 2013 +0100

   gesture-action: fix typo

   https://bugzilla.gnome.org/show_bug.cgi?id=698668

clutter/clutter-gesture-action-private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 6b738b7f563d671ffa4ca00a9f012293889925d1
Author: Emmanuele Bassi <[email protected]>
Date:   Wed Apr 17 15:32:24 2013 +0100

   Post-release version bump to 1.14.3

configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)