commit 075aa21b3ae036c2f4ae171c26e5e7028733732d Author: Emmanuele Bassi Date: Mon Sep 24 17:27:05 2012 +0100 Release Clutter 1.12.0 NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) commit 65bedbe42cfd63d569fee372e2f0c10b2d8a615f Author: Emmanuele Bassi Date: Mon Sep 24 17:20:25 2012 +0100 docs: Fix typo in closing tag clutter/clutter-gesture-action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 35faaf604cbc1592f6d7320d19c283c890b17194 Author: Emanuele Aina Date: Fri Sep 21 14:05:37 2012 +0200 x11: set the stage for core events with no associated stage When the last touch has been released the stage on the corresponding master device (eg. the virtual core pointer) is set to NULL and no mouse events can be delivered until an ENTER event has occurred and the stage pointer restored. This is due to the fact that the master devices can send both touch events and mouse events, forwarding events coming from the attached slave devices. To restore delivery of mouse events we need to ensure that the stage is set on each ButtonPress, ButtonRelease and Motion event coming from master devices. https://bugzilla.gnome.org/show_bug.cgi?id=684509 clutter/x11/clutter-device-manager-xi2.c | 35 +++++++++++++++++--------------- 1 file changed, 19 insertions(+), 16 deletions(-) commit a6abf86e945eab43e8b3dd0a66cf2638b9bb525e Author: Emanuele Aina Date: Fri Sep 21 08:05:59 2012 +0000 input-device: print device number in debug messages https://bugzilla.gnome.org/show_bug.cgi?id=684530 clutter/clutter-input-device.c | 9 +++++++-- clutter/x11/clutter-device-manager-xi2.c | 18 ++++++++++++------ 2 files changed, 19 insertions(+), 8 deletions(-) commit d587fa4e28e9c6ecdaf2a1a2a1bfe03d08f4ee86 Author: Emanuele Aina Date: Fri Sep 21 14:44:07 2012 +0200 tests: print coords and devices in test-events Print event coordinates on events other than motion and also track the device and source device ids in ./tests/interactive/test-events https://bugzilla.gnome.org/show_bug.cgi?id=684552 tests/interactive/test-events.c | 66 +++++++++++++++++++++++++++-------------- 1 file changed, 44 insertions(+), 22 deletions(-) commit 042677b9201137bb78a0bd0d4130c1ccf760beae Author: Alexander Shopov Date: Sun Sep 23 12:17:28 2012 +0300 Updated Bulgarian translation po/bg.po | 1349 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 746 insertions(+), 603 deletions(-) commit cdb91a461ded6ef67139e15f191796fd001a700c Author: Nishio Futoshi Date: Sun Sep 23 17:50:31 2012 +0900 Updated Japanese translation. po/ja.po | 2775 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2775 insertions(+) commit 00f5e1286ba0085c4b25c83b05f3439eca10787a Author: Ani Peter Date: Sun Sep 23 01:45:51 2012 +0530 Updated Malayalam file po/ml.po | 2741 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2741 insertions(+) commit eb3b737484cb9af4a1867c6ea70f7e3056edccc6 Author: Shankar Prasad Date: Sun Sep 23 01:28:46 2012 +0530 Updated kn translation po/kn.po | 2490 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1574 insertions(+), 916 deletions(-) commit dc020c5e54751fd99f65c0fe08cb02238df5af75 Author: Carles Ferrando Date: Fri Sep 21 21:37:05 2012 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 1889 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 1087 insertions(+), 802 deletions(-) commit 4887f06970dd0c85a6a53a9db23d01ce643e6c9a Author: Gil Forcada Date: Fri Sep 21 21:36:57 2012 +0200 [l10n] Updated Catalan translation po/ca.po | 1891 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1088 insertions(+), 803 deletions(-) commit c5f769cc07002f43a26d2f89f1ced25ca23e334d Author: Krishnababu Krothapalli Date: Thu Sep 20 15:56:41 2012 +0530 Updated Telugu Translations po/te.po | 800 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 459 insertions(+), 341 deletions(-) commit bd8039ca67b30f6fbb247296144adf62d6b98c7b Author: Chandan Kumar Date: Thu Sep 20 08:51:31 2012 +0530 Updated HINDI translation po/hi.po | 1949 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1125 insertions(+), 824 deletions(-) commit 64c7973c7429c75143d8cea04f664b65af45c9a8 Author: Emmanuele Bassi Date: Wed Sep 19 11:40:33 2012 +0100 bin-layout: Fix text direction checks When using the new ActorAlign flags we must get the real alignment for the horizontal axis, as clutter_actor_allocate() will compute the effective alignment by itself; if we use the effective alignment then ClutterActor.allocate() will swap it, and undo our work. When using the old BinAlignment flags we should reverse the alignment depending on whether the text direction of the child is RTL or LTR. See bug: https://bugzilla.gnome.org/show_bug.cgi?id=684214 clutter/clutter-bin-layout.c | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) commit 4578a87d1d9728c2ca00e0e136c8f8088439b9c8 Author: Emmanuele Bassi Date: Wed Sep 19 11:39:41 2012 +0100 Add debug note for text direction It would be nice to have the text direction inside the debug log. clutter/clutter-main.c | 3 +++ 1 file changed, 3 insertions(+) commit 26eb599997592da3f9befd43bd57c28c81c840a2 Author: Emmanuele Bassi Date: Mon Sep 17 22:59:11 2012 +0100 Post-release version bump to 1.11.17 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)