commit 0ed53b629068aebbf23890abd20bf31128bbd64c Author: Emmanuele Bassi Date: Thu Aug 21 15:35:37 2014 +0100 Release Clutter 1.19.8 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c7433dbe911588fc644b08ac862e98fb9840c8b Author: Emmanuele Bassi Date: Thu Aug 21 15:30:47 2014 +0100 docs: Add missing symbols to the section file doc/reference/clutter/clutter-sections.txt | 2 ++ 1 file changed, 2 insertions(+) commit bd3e4f170932f782178819239e5b4c8b3d4d2707 Author: Emmanuele Bassi Date: Thu Aug 21 15:26:14 2014 +0100 evdev: Fix compiler warning clutter/evdev/clutter-device-manager-evdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fd59df9710a9a6645f4a3eff2d8e378d158fa3d9 Author: Emmanuele Bassi Date: Thu Aug 21 15:24:54 2014 +0100 build: Remove experimental notice for wayland/evdev Both backends are built via CI and used by GNOME, so they should not be considered experimental any more. configure.ac | 3 --- 1 file changed, 3 deletions(-) commit 158af1ff594d8984b59dcf90654ed04cd8c53e16 Author: Sunjin Yang Date: Thu Aug 21 15:17:34 2014 +0100 actor: Plug a leak in the implicit transition removal We need to release the temporary reference we acquired in order for the signal emission to work. https://bugzilla.gnome.org/show_bug.cgi?id=734761 Signed-off-by: Emmanuele Bassi clutter/clutter-actor.c | 8 ++++++++ 1 file changed, 8 insertions(+) commit 018c1665eeb44c26a7d563958b3d86dede16227b Author: ngoswami Date: Mon Aug 18 15:38:09 2014 +0000 Updated Assamese translation po/as.po | 1175 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 620 insertions(+), 555 deletions(-) commit 22827e6043f1cdb3b0545ea0d78f16186f542d6a Author: Christian Kirbach Date: Mon Aug 18 08:31:44 2014 +0000 Updated German translation po/de.po | 91 ++++++++++++++++++++++++++++------------------------------------ 1 file changed, 40 insertions(+), 51 deletions(-) commit ad18f2a996a685962016055734121d45be581b5c Author: Lionel Landwerlin Date: Sat Aug 16 20:35:54 2014 +0100 backend: gdk: add support for foreign windows on wayland https://bugzilla.gnome.org/show_bug.cgi?id=734935 clutter/gdk/clutter-stage-gdk.c | 11 +++++++++++ 1 file changed, 11 insertions(+) commit ccd2054fdaba013a9b99b5e0471f5c94203c606d Author: Lionel Landwerlin Date: Sat Aug 16 19:39:46 2014 +0100 backend: gdk: add translation code for touch events https://bugzilla.gnome.org/show_bug.cgi?id=734934 clutter/gdk/clutter-event-gdk.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) commit be8602fbb491c30c1e2febb92553375b2f4ce584 Author: Emmanuele Bassi Date: Fri Aug 15 12:11:20 2014 +0100 Revert "backend: try gdk backend before x11/wayland/egl" This reverts commit 398a7ac71333208e31d67f3ce50514fab58ba1bb. We cannot really use the GDK backend without massive regressions inside the input layer, like touch events and gestures. The GDK backend is not entirely up to scratch, and it's late in the cycle. Let's land this early in 3.15, and get it up to par with X11. clutter/clutter-backend.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit f12c174d721f39a19beb782586665d0ce3f6e350 Author: Emmanuele Bassi Date: Fri Aug 15 12:07:48 2014 +0100 Remove unused internal 'in-resize' flag A remnant of days gone by. clutter/clutter-private.h | 11 ++--------- clutter/gdk/clutter-stage-gdk.c | 3 --- clutter/x11/clutter-stage-x11.c | 5 ----- 3 files changed, 2 insertions(+), 17 deletions(-) commit 398a7ac71333208e31d67f3ce50514fab58ba1bb Author: Lionel Landwerlin Date: Sun Aug 10 20:19:30 2014 +0100 backend: try gdk backend before x11/wayland/egl Quite a few people at Guadec complained of pinpoint being broken in speaker+fullscreen mode, with slides being half displayed. It turns out that the X11 backend of clutter was being used and this backend assumes the size of the current monitor is the size of the X screen (that's not the case with multiple monitors). To work around the shortcomings of the X11 backend we should probably position the GDK one before. GDK implements most of the logic the ClutterStage needs and is probably more tested. https://bugzilla.gnome.org/show_bug.cgi?id=734587 clutter/clutter-backend.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) commit f95493e7bff650f7c2da4d8bfe50a498cc652ddf Author: Rui Matos Date: Sun Jul 6 17:43:14 2014 +0200 evdev: Add API to set the xkb layout index https://bugzilla.gnome.org/show_bug.cgi?id=733202 clutter/evdev/clutter-device-manager-evdev.c | 32 ++++++++++++++++++++++++++++ clutter/evdev/clutter-evdev.h | 4 ++++ 2 files changed, 36 insertions(+) commit 72aaeed3f5623e37625a6658a712e48e4394a91b Author: Tom Beckmann Date: Sat Jul 19 02:44:20 2014 +0200 canvas: assign white to paint color for texture node To get correct premultiplied opacity on a canvas content, white needs to be assigned to the color that is passed to the texture node. The content will be very dark for lower opacity values otherwise. https://bugzilla.gnome.org/show_bug.cgi?id=733385 clutter/clutter-canvas.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 8e56cef40b883d90e10b6d5169357a73233193c8 Author: Emmanuele Bassi Date: Thu Jul 24 00:20:26 2014 +0100 Post-release version bump to 1.19.7 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)