commit 7fe74f58cb5b7d837ea72fe9a8e72828a4d084ec
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Feb 19 13:24:22 2014 +0000

    Release Clutter 1.17.4 (snapshot)

 NEWS         | 36 ++++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 37 insertions(+), 1 deletion(-)

commit 5b3a1f75ca77eda839e6e367473f444b3bbf1a1d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Feb 19 13:20:41 2014 +0000

    docs: Ignore clutter-test-utils.h
    
    The API is public, because we need it in the conformance test suite, but
    it's still a work in progress.

 doc/reference/clutter/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

commit 15dd607120473ef26fc61d26c66ab0e587a01271
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Feb 19 13:07:30 2014 +0000

    docs: Add missing symbols to the API reference

 doc/reference/clutter/clutter-sections.txt | 7 +++++++
 1 file changed, 7 insertions(+)

commit 8935ee4a78561024140468ae713be34760f313d6
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Feb 19 13:04:09 2014 +0000

    Add missing exported symbols

 clutter/clutter.symbols | 2 ++
 1 file changed, 2 insertions(+)

commit 0f5db3dafa210be84155b9cc74b57349d9c21860
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Feb 16 12:21:14 2014 +0100

    [l10n] Updated Italian translation.

 po/it.po | 57 ++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 36 insertions(+), 21 deletions(-)

commit 320b3fe4d4e39d9b7a5fceca5caa8116c3fcc504
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Fri Feb 14 20:37:43 2014 +0200

    Added uk translation

 po/uk.po | 1572 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 853 insertions(+), 719 deletions(-)

commit 197d1703649ea39f226b5a72702a7ec93b201ebc
Author: Adel Gadllah <adel.gadllah@gmail.com>
Date:   Fri Feb 14 13:08:26 2014 +0100

    stage_cogl: Don't scale the current_damage when adding to the damage_list
    
    Otherwise we will union the scaled rectange with the clip_region which is
    unscaled causing us to redraw a larger area.

 clutter/cogl/clutter-stage-cogl.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f01716f9bc24194db39f3ab886e483cffbf6e36a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Feb 14 10:19:07 2014 +0100

    Updated Spanish translation

 po/es.po | 57 ++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 36 insertions(+), 21 deletions(-)

commit 32b3d27bb91fd305e0d095910a75295e455edd8c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Feb 12 17:41:03 2014 +0100

    GestureActions: Add per-action thresholds
    
    Instead of relying on the dnd drag threshold, add per-action
    horizontal and vertical thresholds. Use them in the swipe action
    as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724242

 clutter/clutter-gesture-action.c | 163 +++++++++++++++++++++++++++++++++++----
 clutter/clutter-gesture-action.h |  10 +++
 clutter/clutter-swipe-action.c   |  24 +++---
 3 files changed, 172 insertions(+), 25 deletions(-)

commit 54e2657cb0265c70f82249c83962901a6492d863
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Feb 12 17:36:43 2014 +0100

    GestureActions: Set threshold-trigger-edge at right time
    
    It was set during the _init(), and swiftly overridden with the
    default value in construct. Do it in constructed() instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724242

 clutter/clutter-pan-action.c    | 15 ++++++++++-----
 clutter/clutter-rotate-action.c | 14 +++++++++++++-
 clutter/clutter-swipe-action.c  | 14 +++++++++++---
 clutter/clutter-tap-action.c    | 13 +++++++++++--
 clutter/clutter-zoom-action.c   | 11 ++++++++++-
 5 files changed, 55 insertions(+), 12 deletions(-)

commit 094f196bb50bb137750cd30f370b5b83d58a665d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Feb 12 20:29:41 2014 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit f7ac4e77de408d2daf7d4378c267187e7a44cb10
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Feb 12 20:29:05 2014 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 1805 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1014 insertions(+), 791 deletions(-)

commit f73b4d334a0237fbf87737a2334c27244dda3d65
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Feb 10 18:35:12 2014 +0000

    actor: Extend :scale-[xyz] factors in the negative range
    
    The corresponding methods accept negative values already.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706311

 clutter/clutter-actor.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit dd08b6fd9856a91c71881a61f109874c9e52a629
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Feb 10 18:32:36 2014 +0000

    docs: Explicitly mention that Transition is abstract
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710232

 clutter/clutter-transition.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 92c0c7794764d52843ff8ace5155325d1dbf5f78
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Feb 10 18:01:38 2014 +0000

    conform/color: Add more test coverage
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662818

 tests/conform/color.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 33ebe92fdb420dd2620c104e8e2738cf2f4aa9fe
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Feb 10 17:54:06 2014 +0000

    color: Fix documentation of 'hsla()' parsing
    
    The documentation for the s and l components is incorrect; these have to
    be percentage values and must have a '%' character right after the
    number.
    
    Based on a patch by: Pablo Pissanetzky <pablo@trickplay.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662818

 clutter/clutter-color.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2662788bbc0abbf07e303425bff595d3e66d5ce3
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Feb 10 17:39:47 2014 +0000

    build: Add -Werror=logical-op
    
    Caught a couple of checks that evaluated to always true.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711540

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit d15760292429ade316b77e689d39d34a40a0ada9
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Feb 10 17:39:30 2014 +0000

    timeline: Fix bad logic in check
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711540

 clutter/clutter-timeline.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit dd034cccada9aff4c16cfb98ee14a6017034ee7d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Feb 10 17:39:01 2014 +0000

    x11: Fix bad logic in axis check
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711540

 clutter/x11/clutter-backend-x11.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit a1378e083348588411559173cec2ad182e32e93d
Author: Jorge Pérez Pérez <jorgtum@gmail.com>
Date:   Sun Feb 9 13:28:11 2014 +0100

    Updated Aragonese translation

 po/an.po | 876 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 462 insertions(+), 414 deletions(-)

commit 54ac92bd83d22564cfdb11c73c28a9a5709d0001
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sun Feb 9 12:33:16 2014 +0100

    [l10n] Updated Italian translation.

 po/it.po | 169 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 99 insertions(+), 70 deletions(-)

commit 33244709169a6de0d85ed38873346a5dd55c6b02
Author: Andika Triwidada <andika@gmail.com>
Date:   Sun Feb 9 03:39:40 2014 +0000

    Updated Indonesian translation

 po/id.po | 884 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 469 insertions(+), 415 deletions(-)

commit 9e3b355a70932fb7daa2928ef4dc56bc8e902e01
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Feb 7 01:32:28 2014 +0100

    Updated Galician translations

 po/gl.po | 138 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 81 insertions(+), 57 deletions(-)

commit 419da5f0350ae3f3545ad394bb1e8b2a98a4d5ca
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Feb 3 21:21:48 2014 +0100

    Updated Serbian translation

 po/sr.po       | 892 ++++++++++++++++++++++++++++++---------------------------
 po/sr@latin.po | 892 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 944 insertions(+), 840 deletions(-)

commit edc155a74d6e96da12289ae0657f44bf71f32d3e
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Feb 2 20:05:16 2014 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 912 ++++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 912 ++++++++++++++++++++++++++++++++----------------------------
 2 files changed, 966 insertions(+), 858 deletions(-)

commit b9bc36e72e9eacb8b480f2a2c78734febb9ce7e1
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Sun Feb 2 00:43:18 2014 -0200

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 142 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 83 insertions(+), 59 deletions(-)

commit 692f39ad57ea0e1056968e857ffb917c6087c200
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Jan 26 17:31:29 2014 +0100

    Updated Czech translation

 po/cs.po | 136 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 80 insertions(+), 56 deletions(-)

commit f6b5a0450781813370eb64908028de1b084a6dd8
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Sun Jan 26 04:33:03 2014 +0200

    Updated Hebrew translation
    
    Signed-off-by: Yosef Or Boczko <yoseforb@src.gnome.org>

 po/he.po | 138 +++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 81 insertions(+), 57 deletions(-)

commit 0dc4986f666edb067f43f328756df9103d840086
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jan 24 18:49:18 2014 +0000

    text: Fix the implementation of delete_chars()
    
    The internal delete_text() implementation takes a start and an end
    position, whereas the public delete_chars() method takes a number of
    characters to delete starting from the current cursor position.

 clutter/clutter-text.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c2324849fc4aa7d15abdc343f2c5afc3d7f6b4c9
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jan 24 18:49:00 2014 +0000

    conform/text: Add verbose output

 tests/conform/text.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 67e4636f892baab9ebecdd33967b3eeecd0f1766
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jan 24 18:48:34 2014 +0000

    conform: Re-enable text tests
    
    The ClutterText tests were ported to the new testing API, but they were
    not enabled.

 tests/conform/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c76e63f0c72369bdab3f9530caedc76cc9df3176
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jan 24 12:10:14 2014 +0000

    build: Fix rules for examples data
    
    Apparenly we need to EXTRA_DIST the image and JSON data.

 doc/cookbook/examples/Makefile.am | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 796c869c13270ca90b132f5f1fcf9edced278241
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jan 23 18:17:50 2014 +0100

    Updated Spanish translation

 po/es.po | 144 ++++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 86 insertions(+), 58 deletions(-)

commit 75155b9d9685e093d08b3cf16824ee1f357b9b06
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Jan 23 12:46:51 2014 +0000

    Revert "cookbook: Temporarily disable the scribbler example"
    
    This reverts commit 515a8fcfb50df8981d568e7a075ecb5c94984825.
    
    The exported symbols regexp used by Cogl-Path has been fixed.

 doc/cookbook/examples/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit 762e9a05e493ad9e7e14c452e9289344bbae3362
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Jan 23 12:45:48 2014 +0000

    Bump the Cogl dependency
    
    In order to build the cookbook examples, we need a version of Cogl-Path
    that correctly exports all its symbols; this has been fixed in Cogl only
    after the 1.17.2 snapshot was made.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f1ffbd50b79a8eb700bd521524be0c6bfbfe8f98
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Jan 23 12:45:20 2014 +0000

    Post-release version bump to 1.17.3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)