commit d38e7127fe7a821b4135d706dc9ec0e6eef06941 Author: Emmanuele Bassi Date: Mon Sep 2 23:40:41 2013 +0100 Release Clutter 1.15.92 (snapshot) NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) commit e224415a47ab8854f44d7ff63843c9ef3df9d7f9 Author: Emmanuele Bassi Date: Mon Sep 2 17:06:49 2013 +0100 Revert "clutter-offscreen-effect: Allocate the cogl texture directly" This reverts commit 180e7d74f3325731ac5e91350233c26200a44fd7. The lazy texture allocation is gone in Cogl 1.15.9. clutter/clutter-offscreen-effect.c | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) commit 8f88ada0c6bc18e39e126d92776c1d314de961e7 Author: Emmanuele Bassi Date: Mon Sep 2 17:06:03 2013 +0100 build: Depend on Cogl 1.15.9 The laxy texture allocation has been removed from Cogl 1.15, so we need to depend on the new developers snapshot. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ce4d5fc8cdbf3e97633eab442e4a7d98802ff43c Author: Gil Forcada Date: Sat Aug 31 22:53:04 2013 +0200 [l10n] Update Catalan translation po/ca.po | 1229 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 619 insertions(+), 610 deletions(-) commit daaec724dc3c84408183855b4e2b4905d9d22a85 Author: Chun-wei Fan Date: Thu Aug 29 17:31:42 2013 +0800 Clean up Visual Studio Build Files -Combine entries in the property sheets and make it a bit more flexible, and drop some redundant items -Use Custom Build Rules for generating enumeration and marshalling sources, and the .def file so that they can be wiped off when a "clean" is requested, and regenerate automatically when the templates/.symbols files are updated. -Improve consistency by using ApiVersion rather than ClutterApiVersion with the Visual Studio project for other components of the Clutter/GTK+ stack -Get rid of unneeded configs in the "install" project build/win32/vs10/clutter.props | 428 +++++++++++++---------------- build/win32/vs10/clutter.sln | 16 +- build/win32/vs10/clutter.vcxproj.filtersin | 5 + build/win32/vs10/clutter.vcxprojin | 136 ++++++--- build/win32/vs10/install.vcxproj | 84 +----- build/win32/vs9/clutter.sln | 16 +- build/win32/vs9/clutter.vcprojin | 230 ++++++++++++++-- build/win32/vs9/clutter.vsprops | 398 +++++++++++++-------------- build/win32/vs9/install.vcproj | 60 +--- 9 files changed, 726 insertions(+), 647 deletions(-) commit cb3a4ac1a2599f4e8ea315c1080824c5a67c6b34 Author: Chun-wei Fan Date: Thu Aug 29 10:50:08 2013 +0800 Visual C++ Builds: Update Header "Installation" build/win32/vs10/clutter.props | 40 +++++++++++++++++++++++++++++----------- build/win32/vs9/clutter.vsprops | 23 ++++++++++++++++------- 2 files changed, 45 insertions(+), 18 deletions(-) commit 6083ec112fc67c182138f1c1f44992007afc82f7 Author: Aurimas Černius Date: Wed Aug 28 22:59:00 2013 +0300 Updated Lithuanian translation po/lt.po | 1435 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 719 insertions(+), 716 deletions(-) commit cb00652fbb261b6f4ec8ffca148f0b1b7a901fa3 Author: Ján Kyselica Date: Tue Aug 27 19:13:53 2013 +0200 Added slovak translation po/sk.po | 3029 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 3029 insertions(+) commit 8db571ff54db6f877f079014eb6020aab36f97d9 Author: Jasper St. Pierre Date: Tue Aug 27 08:47:16 2013 -0400 tests: Fix compiler warnings tests/conform/actor-layout.c | 2 +- tests/conform/events-touch.c | 1 - tests/conform/texture-fbo.c | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) commit 90b696a4d257565ea335e3df9c5f1085fd4069aa Author: Alexandre Franke Date: Thu Aug 22 14:22:31 2013 +0200 Update French translation po/fr.po | 1226 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 619 insertions(+), 607 deletions(-) commit 05f56affe19468e1e54281230cd23333f94cfebb Author: Jasper St. Pierre Date: Fri Jun 14 17:49:01 2013 -0400 box-layout: Fix RTL layout swapping with non-zero container offsets https://bugzilla.gnome.org/show_bug.cgi?id=706450 clutter/clutter-box-layout.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) commit fe2aa9237ab20ce7f3b4766e425fac058212cb7c Author: Piotr Drąg Date: Tue Aug 20 22:14:33 2013 +0200 Updated Polish translation po/pl.po | 1226 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 619 insertions(+), 607 deletions(-) commit f3f0dff16a9fbc70dfec25c1199376d8c7836a94 Author: Emmanuele Bassi Date: Tue Aug 20 11:26:11 2013 +0100 Revert "Depend on the cogl-path-1.0 pkg-config file" This reverts commit b6fc4a810f2f3437d5478241a6e6ff2aa43cf0b4. It seems that the Cogl/Cogl-Path split was not meant to break API/ABI, so we should not check for a new dependency. Let's revert the commit, and wait for Cogl to get fixed instead. configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) commit b6fc4a810f2f3437d5478241a6e6ff2aa43cf0b4 Author: Emmanuele Bassi Date: Tue Aug 20 10:52:37 2013 +0100 Depend on the cogl-path-1.0 pkg-config file The CoglPath API has been split from the main Cogl SO, and we need to add it as a dependency. https://bugzilla.gnome.org/show_bug.cgi?id=706367 configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 6a4a8b584b11aae2c268ec3aa42e29b9538ff27e Author: Emmanuele Bassi Date: Tue Aug 20 00:21:40 2013 +0100 Post-release version bump to 1.15.91 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)