commit 8316d057d4cd8692f6e2d574610d7497996c6733 Author: Emmanuele Bassi Date: Wed Apr 17 15:22:52 2013 +0100 Release Clutter 1.14.2 (stable) NEWS | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) commit 48fd228e263dead1ea665299c8190912de35c0f7 Author: Emanuele Aina Date: Mon Apr 1 19:10:36 2013 +0200 tap-action: Fix the docs, it does not require actors with children clutter/clutter-tap-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 3e6f32f6d07584f6271f73ad13ca1afffd9006b4 Author: Neil Roberts Date: Thu Mar 28 15:30:50 2013 +0000 wayland: Queue a redraw after showing the stage On the other backends we will get some sort of expose event after showing the stage's window which will queue a redraw. These expose events don't exist on Wayland so nothing will cause Clutter to queue a redraw. Weston doesn't bother displaying anything for the stage's surface until the first buffer is sent, which of course it will never receive if Clutter doesn't paint anything. This patch just makes it explicitly queue a redraw after the stage is shown so that we will always pass at least one frame to the compositor. The bug can be seen by running test-stage-sizing. That example doesn't have any animations so it won't try to queue any redraws until something interacts with it. On the other hand something like test-actors works fine without the patch because it constantly queues redraws anyway in order to display the animation. https://bugzilla.gnome.org/show_bug.cgi?id=696791 (cherry picked from commit d5896d284ee39243f84bab903d1429d3cab35bf7) clutter/wayland/clutter-stage-wayland.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) commit 6295b1571720f9e8f1b8d935f59c9ec8e538752d Author: Emmanuele Bassi Date: Tue Mar 26 22:25:37 2013 +0000 Fix build with debug paths enabled clutter/clutter-script-parser.c | 4 ++-- clutter/x11/clutter-backend-x11.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) commit f8d27b7ecb09dd742ecf3dd8135131f329737c5b Author: Emmanuele Bassi Date: Mon Mar 25 18:22:10 2013 +0000 Post-release version bump to 1.14.1 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)