commit 3f1b0adb9dbdcb5767ef843bd735129955b503aa Author: Emmanuele Bassi Date: Mon Mar 21 14:24:59 2016 +0000 Release Clutter 1.26.0 NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) commit 8ea58124c7df60acf675c40c71ce1aca4bf1523c Author: Ask Hjorth Larsen Date: Sun Mar 20 23:45:13 2016 +0100 Updated Danish translation po/da.po | 546 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 270 insertions(+), 276 deletions(-) commit 8d08ef12a53dc2fb4140bb33fc92c496fde96bfb Author: Stas Solovey Date: Fri Mar 4 21:44:34 2016 +0000 Updated Russian translation po/ru.po | 514 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 256 insertions(+), 258 deletions(-) commit 3d4a7cd4a4cf6d3e7a12f33dca000d45f71b4e9e Author: Rūdolfs Mazurs Date: Thu Mar 3 22:09:59 2016 +0200 Update Latvian translation po/lv.po | 523 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 260 insertions(+), 263 deletions(-) commit 4ea63af3cd7b684d518c1ddc6281300e2b6077ab Author: Efstathios Iosifidis Date: Tue Mar 1 23:27:20 2016 +0000 Updated Greek translation po/el.po | 544 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 275 insertions(+), 269 deletions(-) commit b93e70d306e952aaadcfe472596956e0b7af92a3 Author: Jordi Mas Date: Sun Feb 28 16:41:33 2016 +0100 Update Catalan translation po/ca.po | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) commit e62a6376a50b975fcfbcf8e0ec6cef6f48f0e1df Author: Emmanuele Bassi Date: Sun Feb 28 12:43:43 2016 +0000 gdk: Disable deprecation warnings For the GDK backend We're using the GdkDeviceManager API, which maps to Clutter's own device manager API. GDK has now moved to a per-seat device management model, and deprecated the device manager singleton one. In order to avoid the deprecation warnings, we'd have to implement a model similar to the GDK one inside the generic Clutter API, but that would also require moving all the others backend to it, which is pretty pointless. Instead, we can disable deprecation warnings for the ClutterDeviceManager implementation inside the GDK backend. clutter/gdk/clutter-device-manager-gdk.c | 6 ++++++ 1 file changed, 6 insertions(+) commit 2bbadcaa8905328c0df274be8997a4dcc46c6086 Author: Cédric Valmary Date: Sat Feb 27 22:40:39 2016 +0000 Added Occitan translation po/oc.po | 2880 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2880 insertions(+) commit a99dd7555ba427fecded3811c9b40019b5384637 Author: Chun-wei Fan Date: Fri Feb 26 20:55:17 2016 +0800 clutter/config.h.win32.in: Keep in sync with autotools builds This updates config.h.win32.in to be in-sync with the entries that are in the config.h.in that is generated by the autotools builds. In particular, for Visual Studio builds, we default to enable all available drivers ("*"). clutter/config.h.win32.in | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) commit 2b0ff2f2ba0af6f3baf094759c72615af9e5918f Author: Emmanuele Bassi Date: Tue Feb 23 15:12:57 2016 +0000 cally: Avoid clone spamming state changes Clones may generate a temporary map/unmap on their source when painting; this, in turn, will generate unnecessary ATK state changes. https://bugzilla.gnome.org/show_bug.cgi?id=756371 clutter/cally/cally-actor.c | 7 +++++++ 1 file changed, 7 insertions(+) commit c867e9d941c08b3ef8de722784a4d013ef92bb59 Author: Emmanuele Bassi Date: Tue Feb 23 16:08:52 2016 +0000 actor: Expand is_in_clone_paint() check The function should return true not only if the actor is being painted by a ClutterClone, but also if it's inside a sub-graph being painted by a ClutterClone. https://bugzilla.gnome.org/show_bug.cgi?id=756371 clutter/clutter-actor.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) commit 6240b1a228597d7068aae41d48ef4437f6450347 Author: Марко Костић Date: Tue Feb 23 18:36:16 2016 +0000 Updated Serbian translation po/sr.po | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) commit 92716e771920fc7cf5fea22c449fa4c1151a013c Author: Jordi Mas Date: Mon Feb 22 20:49:10 2016 +0100 Update Catalan translation po/ca.po | 951 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 483 insertions(+), 468 deletions(-) commit b1049608da7e1d11122e16a370b5fb08cb2d6d4f Author: Anders Jonsson Date: Sun Feb 21 21:15:57 2016 +0000 Updated Swedish translation po/sv.po | 692 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 373 insertions(+), 319 deletions(-) commit 17dc05f2417df11f7a560bae5db0c0fbaa367b52 Author: Мирослав Николић Date: Thu Feb 18 20:55:07 2016 +0100 Updated Serbian translation po/sr.po | 529 ++++++++++++++++++++++++++++----------------------------- po/sr@latin.po | 529 ++++++++++++++++++++++++++++----------------------------- 2 files changed, 526 insertions(+), 532 deletions(-) commit be7fa8c2cb9c8f83a321e5b3f172fa1578c23d68 Author: Emmanuele Bassi Date: Thu Feb 18 18:51:47 2016 +0000 Post-release version bump to 1.25.7 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)