# Generated by configure.  Do not edit.

commit 0ab74e52da5122e231a504005417c70376a958e0
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 25 23:52:07 2012 +0100

    Release Clutter 1.11.6

 NEWS         |   67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.in    |    6 ++++++
 configure.ac |    2 +-
 3 files changed, 74 insertions(+), 1 deletion(-)

commit b6d5595470c4d4012f0f46417da7b72642ee70d6
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 25 23:47:12 2012 +0100

    docs: Add missing annotation for ClutterActorClass.touch_event

 clutter/clutter-actor.h |    1 +
 1 file changed, 1 insertion(+)

commit ececa27ad0e54e4541b38afff058d6085653d720
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 25 23:44:11 2012 +0100

    docs: Fix XInclude path of the BindConstraint example

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

commit 6c4abde369b015489d98d07c7c24d5a8bf870d5f
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Sun Jun 24 13:29:22 2012 -0400

    stage: Make sure to free any pending queued redraws if we have any
    
    This fixes a memory leak when someone creates a stage and then immediately
    destroys it.

 clutter/clutter-stage.c |    5 +++++
 1 file changed, 5 insertions(+)

commit ab88511133188ef8965ffb3ab4342bd1da27c2e8
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 24 18:02:45 2012 +0100

    stage: Remove an extra reference count
    
    The dispose sequence will keep the object alive, and we need to release
    the last reference held by the StageManager before releasing control to
    GObject.

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

commit 550168eee31a41117be347dc67f845ff8700252d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Thu Jun 21 17:15:44 2012 +0100

    Clean up deprecated header inclusion
    
    The build should not add deprecated/ into the default INCLUDE paths, so
    that deprecated headers are clearly separated; this will make it easier
    to get rid of them when we branch out for 2.0.

 clutter/Makefile.am               |    1 -
 clutter/clutter-interval.c        |    3 ++-
 clutter/clutter-main.c            |    1 -
 clutter/clutter-script.c          |    2 +-
 clutter/clutter-stage.c           |    1 -
 clutter/cogl/clutter-stage-cogl.c |    1 -
 clutter/osx/clutter-backend-osx.c |    1 -
 7 files changed, 3 insertions(+), 7 deletions(-)

commit 8fe8b9c89ee31dbd512bc628dbc0125a1e3bfea5
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jun 22 12:12:33 2012 +0100

    Move PathNode definitions into clutter-types.h
    
    Near ClutterKnot, so that we can easily remove both when we branch off
    for 2.0.

 clutter/clutter-path.h  |   28 ----------------------------
 clutter/clutter-types.h |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 28 deletions(-)

commit 49dd99f9c1a7e41a6089c1897ce58ec7825d2f8b
Author: Lionel Landwerlin <llandwerlin@gmail.com>
Date:   Mon Jun 18 02:03:58 2012 +0100

    text: add touch events support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678278

 clutter/clutter-text.c |  139 ++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 112 insertions(+), 27 deletions(-)

commit 927624d92c3cd66e5a4e3c07e9d2d9c62c974908
Author: Lionel Landwerlin <llandwerlin@gmail.com>
Date:   Sun Jun 17 00:44:44 2012 +0100

    input-device: add APIs to grab sequences of touch events
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678279

 clutter/clutter-device-manager-private.h   |    2 +
 clutter/clutter-event.h                    |   10 --
 clutter/clutter-input-device.c             |  136 ++++++++++++++++++++++++++++
 clutter/clutter-input-device.h             |   12 ++-
 clutter/clutter-main.c                     |   22 ++++-
 clutter/clutter-types.h                    |   12 +++
 clutter/clutter.symbols                    |   17 ++--
 doc/reference/clutter/clutter-sections.txt |    3 +
 8 files changed, 195 insertions(+), 19 deletions(-)

commit 132e4b98d18e411a8323925a557936dbd0d840fa
Author: Lionel Landwerlin <llandwerlin@gmail.com>
Date:   Wed Jun 13 16:02:05 2012 +0100

    drag/drop actions: add touch event support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678049

 clutter/clutter-drag-action.c   |   92 +++++++++++++++++++++++++++++++--------
 clutter/clutter-drop-action.c   |   43 ++++++++++++------
 clutter/clutter-stage-private.h |   22 +++++++---
 clutter/clutter-stage.c         |   84 ++++++++++++++++++++++++++++++-----
 4 files changed, 191 insertions(+), 50 deletions(-)

commit 1af7de8ac8b438b18dace38f883807eda77316ee
Author: Lionel Landwerlin <llandwerlin@gmail.com>
Date:   Wed Jun 13 11:10:55 2012 +0100

    actor: add touch event vfuncs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678047

 clutter/clutter-actor.c |   26 ++++++++++++++++++++++++++
 clutter/clutter-actor.h |    5 ++++-
 2 files changed, 30 insertions(+), 1 deletion(-)

commit dd7c1ed64a4eae1cfc8b8cb7a2045f6a675f0dd5
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Tue Jun 5 14:56:31 2012 +0200

    a11y: implementation for atk_text_get_text_[before/at/after]_offset
    
    Copy and paste of the implementation done at Gtk+ based on pango. This
    should be moved to a common library, like the old GailTextUtil. Ideally
    on pango itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677221

 clutter/cally/cally-text.c |  764 +++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 713 insertions(+), 51 deletions(-)

commit a571c2933b6c0f239aa8bf550aae15bee60d1816
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Fri Jun 22 13:09:02 2012 +0300

    Updated Greek translation

 po/el.po | 1449 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 795 insertions(+), 654 deletions(-)

commit d2fff6e3c33f972b079928ae1e887669e3cd0ef2
Author: Bastian Winkler <buz@netbuz.org>
Date:   Sat Jun 16 21:07:53 2012 +0200

    actor: Make margin properties animatable
    
    Enable implicit animations for :margin-(top|right|bottom|left)
    properties.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678264

 clutter/clutter-actor.c |  160 +++++++++++++++++++++++++++++++----------------
 1 file changed, 106 insertions(+), 54 deletions(-)

commit 07605226432d701a87f656e152b24d494003867a
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Thu Jun 21 12:06:23 2012 +0300

    New Greek translation

 po/el.po | 2508 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2508 insertions(+)

commit 98982331cb7709d90d0f0bc09621cd8fbb791fb0
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Jun 20 18:58:31 2012 +0100

    conform/script: Add the return type for the margin test
    
    The compiler would default to 'int', and warn - and then warn again
    because the function would not return a value.

 tests/conform/script-parser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e3ca87784ea52d6008fcd34bf85066cb7d8b8497
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Jun 20 07:19:05 2012 -0400

    XI2: Avoid a crash in event translation
    
    It is possible that we get a DeviceChanged event for a device
    that is not in the hash table yet. E.g. I've seen this when
    using xrandr to change screen resolution. Prevent a crash in
    this case.
    
    https://bugzilla.gnome.org/review?bug=678439

 clutter/x11/clutter-device-manager-xi2.c |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit d571719a3dbefbc12097d67fb13e6b0e2007efb3
Author: Andy Wingo <wingo@pobox.com>
Date:   Wed Jun 20 10:26:49 2012 +0200

    cairo: Always update texture after ClutterCairoTexture::draw
    
    * clutter/clutter-cairo-texture.c (clutter_cairo_texture_emit_draw):
      Always update the Cogl texture after emitting ::draw, since we control
      the dynamic extent in which drawing should happen on the cairo_t.
    
      Fixes #677966.

 clutter/deprecated/clutter-cairo-texture.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 286e7e28e8d25eabe69fb20842d560648aac916b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Jun 20 09:13:11 2012 +0100

    Remove duplicate typedefs
    
    Redefining typedefs is allowed by C11 and by a GCC extension, but Clang
    doesn't really like it.

 clutter/clutter-types.h                |    2 --
 clutter/deprecated/clutter-animation.h |    1 -
 2 files changed, 3 deletions(-)

commit 3ad550200390388955b373503137f52ad5e3e271
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Jun 20 08:52:40 2012 +0100

    interactive/touch-events: Protect x11-specific calls
    
    Use the CLUTTER_WINDOWING_X11 define to protect platform-specific calls
    like clutter_x11_enable_xinput().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678423

 tests/interactive/test-touch-events.c |    2 ++
 1 file changed, 2 insertions(+)

commit 47f8be4d4b6fec011a8fbe85c324344f60b489f2
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Jun 20 08:50:48 2012 +0100

    conform: Put xinput enabling under guards
    
    Calling clutter_x11_* API should be done only under the platform
    specific guards we provide with Clutter.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678423

 tests/conform/test-conform-common.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 5eb3fbf3cf89950d43d495fcd8e89d93731e8869
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jun 19 14:43:40 2012 +0100

    build: Add coverage support using lcov
    
    Unlike gcov, lcov provides a nice HTML output that allows immediate
    visualization of the current coverage.
    
    The updates of the build system have been taken from GLib, which has
    been using lcov for a while with good results.

 .gitignore   |    4 +++
 Makefile.am  |   26 +++++++++++++++++++-
 configure.ac |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 104 insertions(+), 3 deletions(-)

commit c4acae7752b2c8c95a03b324dbf40dd5007cafbf
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jun 19 14:17:05 2012 +0100

    build: Remove gcov from the build
    
    We want to switch to lcov, so let's start with a clean slate.

 Makefile.am                      |    6 +-----
 build/Makefile.am                |    2 --
 build/autotools/Makefile.am      |    1 -
 build/autotools/Makefile.am.gcov |   33 ----------------------------
 build/gen-gcov.pl                |   44 --------------------------------------
 clutter/Makefile.am              |    7 +-----
 configure.ac                     |   30 --------------------------
 7 files changed, 2 insertions(+), 121 deletions(-)

commit b850696b311817a68e29bcf8735780cdd3b8fd4c
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jun 19 12:18:32 2012 +0100

    interactive/touch-events: Add a missing return value
    
    The draw_touches() function must return a boolean value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678391

 tests/interactive/test-touch-events.c |    2 ++
 1 file changed, 2 insertions(+)

commit eca725fe964542ea29e744a7f01f975f2567671a
Author: Sasi Bhushan Boddepalli <sasi@swecha.net>
Date:   Tue Jun 19 16:56:01 2012 +0530

    Updated Telugu Translation

 po/te.po | 1394 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 751 insertions(+), 643 deletions(-)

commit 6597245912ef241cd603d16d1b20645723a02ee2
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jun 19 09:38:01 2012 +0100

    build: Remove tarball upload to clutter-project.org
    
    Without being on the Intel network, you can't upload the tarball on
    clutter-project.org, so it'll have to be done manually from now on.

 build/autotools/Makefile.am.release |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 7b07d4a7c52d93b4b931a189c572f07b7ef9f04f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 23:00:08 2012 +0100

    transition: Check if we're setting the same interval
    
    If we do, then don't bother.

 clutter/clutter-transition.c |    3 +++
 1 file changed, 3 insertions(+)

commit b658023324c98b3ad4d40a9c2804b7f829a48366
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 22:21:14 2012 +0100

    property-transition: Lazily convert the interpolated value
    
    If the Interval used has a different type than the property we are
    animating through a PropertyTransition then we should transform the
    interpolated value before applying it, to avoid warnings down the
    line.

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

commit c57cabd4c26d8d99559cf65593599a1737438952
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 18:04:10 2012 +0100

    conform/interval: Add transformation unit test
    
    Verify that it's possible to pass a transformable type to
    ClutterInterval.

 tests/conform/interval.c          |   31 +++++++++++++++++++++++++++++++
 tests/conform/test-conform-main.c |    1 +
 2 files changed, 32 insertions(+)

commit bebe90e565f852ad858927fd0befe81137bf1326
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 17:54:06 2012 +0100

    interval: Do not leak the result GValue
    
    The compute() method will cache the result, to avoid multiple
    allocations and copies; this means, though, that we need to unset the
    GValue when destroying the Interval.

 clutter/clutter-interval.c |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit cfc4e86b312d6ddfcdb2d783d65e619778bd3562
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 17:53:26 2012 +0100

    interval: Compute progress for signed char
    
    Not just for unsigned ones, though both are pretty pointless.

 clutter/clutter-interval.c |   17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit 44642b6a57e753bbe0f68a7583917218c3e1b9f0
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 17:52:37 2012 +0100

    interval: Validate more fundamental types
    
    64bit integers and floating point values should be validated as well.

 clutter/clutter-interval.c |   75 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)

commit aacd28cc2115f663df2c18ee3f4cdac2e5dbf055
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 17:51:48 2012 +0100

    conform: Initial suite for ClutterInterval
    
    ClutterInterval is undertested, so we should start adding a unit test
    for it.

 tests/conform/Makefile.am         |    1 +
 tests/conform/interval.c          |   39 +++++++++++++++++++++++++++++++++++++
 tests/conform/test-conform-main.c |    2 ++
 3 files changed, 42 insertions(+)

commit 54e22590b95c54dcba066e9519b87e529d33cf7d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 18 18:02:58 2012 +0100

    interval: Remove unnecessary check
    
    Now that the interval can transform the initial and final values to the
    type declared when constructing it, there is no need to check for the
    value type inside set_initial_value() and set_final_value().

 clutter/clutter-interval.c |   12 ------------
 1 file changed, 12 deletions(-)

commit a0c620b1576a9d72a4f5dc517169778fadec7fa9
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 11:07:39 2012 +0100

    interval: Transform values on set, if needed
    
    It's possible that GValues passed to a ClutterInterval setter are not
    of the same type as the interval - for instance, if they come from
    language bindings, or from untrusted sources; we can use the same
    transformation functions we already use inside ClutterTransition to
    ensure that the ClutterInterval always stores values of the same type
    used to create the interval itself.

 clutter/clutter-interval.c |   35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

commit b525253c88ed6f0dd57e4397fe11f07760059056
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Mon Jun 18 11:28:45 2012 +0200

    tests: a11y: updated atkevents after bug 675183

 tests/accessibility/cally-atkevents-example.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 0d4d467dd55ac23151a32e52195d47b6ab7706ca
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Mon Jun 18 11:30:25 2012 +0200

    a11y: Remove key event listener hash table if no longer required
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675183

 clutter/cally/cally-util.c |    2 ++
 1 file changed, 2 insertions(+)

commit cafcf14e0e199df65842359d95c6595de46ad32b
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Wed May 9 17:10:55 2012 +0200

    a11y: atk_add_key_event_listener listener_id should not return 0 as a valid value
    
    cally_util_add_key_event_listener first id returned was 0, but as
    the documentation says, this is a reserved value for a wrong id
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675183

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

commit a88f73091b7606447418a63c62cb447f2ee63780
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Jun 12 08:25:05 2012 +0200

    tests: link test-conformance against libm
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677921

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

commit 725f4a07f3fb04518646f792b64d3c7fa120091a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 13 10:23:28 2012 +0100

    canvas: Propagate Cairo errors when diagnostic mode is enabled
    
    It can be a useful debugging tool to report the eventual error state of
    the cairo_t after the ::draw signal emission ended.

 clutter/clutter-canvas.c |    9 +++++++++
 1 file changed, 9 insertions(+)

commit b4222db71de7a5588a4160a8699f295906181176
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Thu Jun 14 11:17:05 2012 +0200

    tests: Make sure we return 0 only on error

 tests/conform/events-touch.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d72558d3caa1993dff3b8d81e2aabaae3d104a30
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Wed Jun 13 12:37:02 2012 +0200

    Stop casting ClutterTouchSequence* to ulong
    
    Use instead a hash table to link touch sequences to colors.

 tests/interactive/test-touch-events.c |   27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

commit 60967127b441b610384f875556de34cc6205df70
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 13 09:09:56 2012 +0100

    docs: Mention the Timeline::stopped signal in the class description
    
    Now that we have the ::stopped signal, it would be good if the
    documentation mentioned it explicitly as the dual of the ::started
    signal.

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

commit e01f9f330dc87f308d2a064eae4d7f75fe66ee8d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Jun 12 22:44:42 2012 +0100

    timeline: Emit last ::completed before ::stopped
    
    The ::stopped signal should be emitted at the end of the Timeline, after
    the last ::completed signal emission, in order to have a proper
    chronological progress of signal emissions:
    
      started → new-frame → [ ... ] → completed → stopped
    
    This way, ::stopped can perform a proper teardown of the state set up
    during ::started, without interfering with the potential cyclical
    emission of ::completed.

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

commit 252eafa5206066062d8f9605fad9367e891c3e45
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Tue Jun 12 15:41:39 2012 -0700

    introspection: assorted annotation fixes ported from Vala
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677778

 clutter/clutter-binding-pool.c |    3 ++-
 clutter/clutter-color.c        |    6 +++---
 clutter/clutter-main.c         |    4 ++--
 clutter/clutter-shader-types.c |   22 +++++++++++-----------
 clutter/clutter-stage.c        |    2 +-
 5 files changed, 19 insertions(+), 18 deletions(-)

commit 1bdd21481102fa8078cb3dd546bacdcd39e020e9
Author: Bastian Winkler <buz@netbuz.org>
Date:   Tue Jun 12 14:30:00 2012 +0200

    grid-layout: Insert new rows/columns at the appropriate position

 clutter/clutter-grid-layout.c |    2 ++
 1 file changed, 2 insertions(+)

commit 7c8f761d43f17b2dafa9be930fc5d6409fc5ee0a
Author: Bastian Winkler <buz@netbuz.org>
Date:   Mon Jun 11 17:17:46 2012 +0200

    grid-layout: Fix attach position for horizontal orientation
    
    Switch the attach position. A new child should be positioned right of
    it's previous sibling in ltr mode.

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

commit 9ca3f8f013216efb0afa122c4781206b4aaefc15
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Tue Jun 12 18:10:27 2012 +0300

    Updated Belarusian translation.

 po/be.po | 1326 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 734 insertions(+), 592 deletions(-)

commit c73549f9d34ed13d2bdee7d976be582b51d3c99f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 11 13:47:29 2012 +0100

    Update keysyms headers

 clutter/clutter-keysyms.h            |    4 ++++
 clutter/deprecated/clutter-keysyms.h |    4 ++++
 2 files changed, 8 insertions(+)

commit 716ee65a98a2ee779a6069e4a41b0186afa29f66
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 11 13:46:38 2012 +0100

    keysyms-update: Add deprecation guards to the deprecated header
    
    We still need to add them in case the header is directly included.

 clutter/clutter-keysyms-update.pl |    4 ++++
 1 file changed, 4 insertions(+)

commit f6d169f36039a52b15338e164b3b600924400bd4
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 11 10:21:36 2012 +0100

    docs: Update the release notes for 1.12

 README.in |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 7118bab23ca2e3cd86b85c393239da3c65185b03
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 11 10:02:38 2012 +0100

    docs: Change GridLayout's short description
    
    Clutter doesn't have widgets.

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

commit 231f0cbd0c6704ed4d672709ca110f2b098852a2
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sun Jun 10 23:34:47 2012 +0100

    docs: Document user_data argument for BindingActionFunc

 clutter/clutter-binding-pool.h |    1 +
 1 file changed, 1 insertion(+)

commit 847f9aef43b6f42a84b9b894acd5816aadc3ec79
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sun Jun 10 23:33:00 2012 +0100

    docs: Add missing clutter_interval_is_valid symbol

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

commit 5eb07a301060225e2e33d7d8c5a61003dda7714d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sat Jun 9 10:38:09 2012 +0100

    base-types: Don't free zero point and rect
    
    Calling clutter_point_free(clutter_point_zero()) or calling
    clutter_rect_free(clutter_rect_zero()) should be safe, exactly like it's
    safe to call those functions with a NULL argument.

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

commit 17539bca95e14be051311995dbec3a2b75f00150
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sat Jun 9 10:35:56 2012 +0100

    base-types: Add zero point and rect
    
    A constant ClutterPoint for (0, 0) and a constant degenerate ClutterRect
    can be useful as guards for pointers, freeing the NULL value to mean
    "unset".

 clutter/clutter-base-types.c               |   42 ++++++++++++
 clutter/clutter-types.h                    |   96 +++++++++++++++-------------
 clutter/clutter.symbols                    |    2 +
 doc/reference/clutter/clutter-sections.txt |    2 +
 4 files changed, 96 insertions(+), 46 deletions(-)

commit 24495918bbbb2b54f7ba3069690d69a6937d1426
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sat Jun 9 10:08:46 2012 +0100

    docs: Further clarifications on implicit vs explicit animations
    
    The wording is a bit terse, so it's better to clarify it.

 clutter/clutter-actor.c |   32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

commit 4c1bf6162a9c099dfccb4244bff6ac72d3f358b1
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sat Jun 9 09:53:14 2012 +0100

    docs: Remove the old animation tutorial
    
    The animation tutorial was written in the Good Ol' 0.x days, and has
    barely been updated during the 1.x cycle; it only referenced low level
    or deprecated API, and the ClutterActor class description has a whole
    section on how to animate actors using both the implicit and the
    explicit animation API.

 doc/reference/clutter/Makefile.am                  |    2 -
 .../clutter/clutter-animation-tutorial.xml         |  466 --------------------
 doc/reference/clutter/clutter-docs.xml.in          |   11 -
 3 files changed, 479 deletions(-)

commit 7043a3a1ed52448d2d952cb88cb0f28d75ef021e
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 18:39:01 2012 +0100

    docs: Add notes on implicit vs. explicit animations
    
    The implicit animations only apply to properties that are documented as
    'animatable'; the explicit animations apply to any property defined
    through GObject or ClutterAnimatable.

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

commit 9412b1a4c3b440168db659bd928c5cca943c0ff7
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 18:13:31 2012 +0100

    actor: Provide an initial easing state
    
    For 1.x, we still have a duration of 0 msecs, but we have a valid easing
    state, so we can change the easing parameters without calling save and
    restore.

 clutter/clutter-actor.c |    5 +++++
 1 file changed, 5 insertions(+)

commit 0a5967ef503aebf020fb084a13dd8b6851a7d813
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Thu Jun 7 16:22:03 2012 -0700

    binding-pool: add user_data parameter to ClutterBindingActionFunc
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677659

 clutter/clutter-binding-pool.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit cc01ebfe68f7ec622593ea9383df3ebc5c651aa8
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Jun 9 11:54:54 2012 +0200

    Updated Spanish translation

 po/es.po |  466 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 246 insertions(+), 220 deletions(-)

commit 0616fbdb0486d8630df3e952c43f21fc0c58ef04
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Jun 8 20:03:55 2012 +0200

    Updated Galician translations

 po/gl.po |  442 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 233 insertions(+), 209 deletions(-)

commit b21cb294791f50285bbe86c7f1c8ec446370ffbe
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 17:33:30 2012 +0100

    property-transition: Verify the interval on compute_value()
    
    By checking if the interval is valid inside compute_value() we can catch
    the cases where the interval values of a PropertyTransition are set
    after the transition has been added to an Animatable instance - i.e. the
    following code:
    
      let transition = new Clutter.PropertyTransition();
      transition.set_property_name('opacity');
      actor.add_transition('opacityAnim', transition);
      transition.set_to_value(0);
    
    should be equivalent to:
    
      let transition = new Clutter.PropertyTransition();
      transition.set_property_name('opacity');
      transition.set_to_value(0);
      actor.add_transition('opacityAnim', transition);
    
    instead of emitting a warning.

 clutter/clutter-property-transition.c |   55 +++++++++++++++++++++------------
 1 file changed, 35 insertions(+), 20 deletions(-)

commit 762053cd28058bc93d4d2d71b1da1a5599042c0a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 17:32:51 2012 +0100

    interval: Add is_valid() method
    
    The is_valid() method checks if the Interval has an initial and final
    values and it's not still uninitialized.

 clutter/clutter-interval.c |   24 ++++++++++++++++++++++++
 clutter/clutter-interval.h |    3 +++
 clutter/clutter.symbols    |    1 +
 3 files changed, 28 insertions(+)

commit dfab05544371c7becc512607db6061094c3bfd13
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 15:03:22 2012 +0100

    interval: Add initial and final properties
    
    This allows creating a ClutterInterval from language bindings without
    using the setter functions.

 clutter/clutter-interval.c |   92 +++++++++++++++++++++++++++++++++++---------
 1 file changed, 73 insertions(+), 19 deletions(-)

commit 7660f5d0c60bf7de39f8ed0ea4ab07e1dc630a59
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 14:24:57 2012 +0100

    transition: Use current values if no interval is defined
    
    Once a ClutterPropertyTransition is attached to a ClutterAnimatable, if
    no interval is set we can simply use the current state of the property
    to define the from and to values. This allows the creation of property
    transitions from the current state of the Animatable instance without
    excessive verbosity.

 clutter/clutter-property-transition.c |   33 +++++++++++++++++++++++++++++++--
 clutter/clutter-transition.c          |    5 ++---
 2 files changed, 33 insertions(+), 5 deletions(-)

commit 189a93677f0d0c710b3692fe88258a2675fd6f5c
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 14:13:36 2012 +0100

    text: Chain up in the ScriptableIface implementation
    
    We need ClutterActor's implementation to run as well.

 clutter/clutter-text.c |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit c6e1d02fed98872a4bb74013a29c3e3bf04044f9
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 12:49:07 2012 +0100

    canvas: Use the actor's content repeat policy
    
    Similarly to what ClutterImage does.

 clutter/clutter-canvas.c |   21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit 92fc2c760cf788979a57bbca74321c490011f60f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 12:45:39 2012 +0100

    image: Use the actor's content repeat policy
    
    When painting we can now use the ClutterActor content-repeat property to
    decide whether or not to repeat the texture data.

 clutter/clutter-image.c |   21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit e7aa21203c3f9f001fe04d5d55ba8e47dc0e6668
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Jun 8 12:44:28 2012 +0100

    actor: Add content-repeat
    
    ClutterContent implementations may allow repeating their contents when
    painting; we should provide the repeat policy on the actor, like we do
    for scaling filters and content gravity.

 clutter/clutter-actor.c                    |   70 ++++++++++++++++++++++++++++
 clutter/clutter-actor.h                    |    5 ++
 clutter/clutter-enums.h                    |   18 +++++++
 clutter/clutter.symbols                    |    3 ++
 doc/reference/clutter/clutter-sections.txt |    5 +-
 5 files changed, 100 insertions(+), 1 deletion(-)

commit ec296646f6967a4860d2d54901a77ca046edba6d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Jun 7 18:02:25 2012 +0100

    table: Deprecate the align, expand, and fill layout properties
    
    ClutterActor exposes their equivalent, and ClutterTableLayout honours
    them since commit 8e24de86b6f88f3bfd1e65cdfd845f330212d1c6.

 clutter/clutter-table-layout.c |   21 +++++++++++++++++++--
 clutter/clutter-table-layout.h |    7 +++++++
 2 files changed, 26 insertions(+), 2 deletions(-)

commit 75c3339c66a840733e4c6219d8286b66e8108a6d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Jun 7 16:14:21 2012 +0100

    text: Use actor alignments when painting the layout
    
    ClutterActor's x-align and y-align properties should be used to control
    the alignment of the PangoLayout when painting it within a larger
    allocation, and the ClutterText has the x-expand or the y-expand flags
    set.

 clutter/clutter-text.c |   82 +++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 77 insertions(+), 5 deletions(-)

commit c0b3e2e83aca99541ef5eeb15549a482ecf4f7d7
Author: Alexander Larsson <alexl@redhat.com>
Date:   Fri Jun 8 11:29:43 2012 +0200

    Don't allocate size to invisible BinLayout children
    
    This is similar to what other layouts do, and avoids problems with
    Gtk+ actor children which warn about being allocated not enough
    space.

 clutter/clutter-bin-layout.c |    3 +++
 1 file changed, 3 insertions(+)

commit 76f1a42ef8eb1ff1cd29a4e1bf1393804d28de2a
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 7 16:44:08 2012 +0200

    BinLayout: Always use fixed_x/y for FIXED if set
    
    We want to use the actually set value for x/y, not the current allocation,
    as that might be a transition from an earlier allocation animation.

 clutter/clutter-bin-layout.c |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

commit fd8dcfcc565f1f3130cbd1c1b59a870bda26d518
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 7 16:32:01 2012 +0200

    Ensure that fixed positions always start at 0,0
    
    Fixed positions are defined to be initialized at 0,0 whenever
    enabled, by setting fixed_position_enabled to true, or by setting
    just one of x/y. This normally happens in the defaults, but we need
    to make sure it also happens if a fixed position was once set but
    then disabled. We do this by always resetting it back to 0,0 when
    fixed_position_set is unset.

 clutter/clutter-actor.c |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 962bcb12224685b3a93fe5b449331d5d477eaf87
Author: Alexander Larsson <alexl@redhat.com>
Date:   Thu Jun 7 16:31:22 2012 +0200

    Add _clutter_actor_peek_layout_info
    
    This will be needed later to get a layout_info without creating one
    if there is none already.

 clutter/clutter-actor-private.h |    1 +
 clutter/clutter-actor.c         |   20 ++++++++++++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)

commit 1ab6fc0b39abb646b787eb1d12b46c6cb967db8d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Jun 7 12:23:49 2012 +0100

    conform/events-touch: Silently bail out if init failed
    
    This removes the need to conditionally run the test.

 tests/conform/events-touch.c      |   33 ++++++++++++++++++++++++---------
 tests/conform/test-conform-main.c |   11 ++---------
 2 files changed, 26 insertions(+), 18 deletions(-)

commit 9371029a89d56a932c550efa43ad6c46e150896e
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Jun 7 12:06:56 2012 +0100

    actor: Improve debug message for create_transition()
    
    Add the property and easing state information.

 clutter/clutter-actor.c |    9 +++++++++
 1 file changed, 9 insertions(+)

commit 42b933eeafc554e43c6e1579dcda6a4f8d7f39b4
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Jun 7 11:51:33 2012 +0100

    debug: Group debug messages by timestamps
    
    Instead of showing the full timestamp for debugging messages that happen
    within a second, showing the delta from the previous full timestamp can
    be more useful when debugging; this allows immediately seeing the time
    difference, instead of doing the math in our heads.

 clutter/clutter-main.c |   24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

commit a3a2fbfd5a738ffeb2b8f55183ff49dc8e884342
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Jun 7 11:34:12 2012 +0100

    actor: Improve the debug name
    
    Only for debug builds, the debug name should include a) actor name, b)
    type name, and c) pointer address.
    
    For non-debug builds we can live with the actor/type name.

 clutter/clutter-actor.c |   32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

commit b339b845cb7620e4784e3f03b944821bde17ab1d
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Thu Jun 7 11:08:49 2012 +0200

    tests: Add unit test for touch event handling
    
    For now, it just generates a simple horizontal slide (by writing
    to /dev/uinput) and checks that the stage gets the events at the
    expected coordinates.
    
    The test won't run if it doesn't have read/write permissions to
    /dev/uinput.
    
    It also adds OS_LINUX to config.h.

 configure.ac                        |    5 +
 tests/conform/Makefile.am           |    5 +
 tests/conform/events-touch.c        |  379 +++++++++++++++++++++++++++++++++++
 tests/conform/test-conform-common.c |    2 +
 tests/conform/test-conform-main.c   |    9 +
 5 files changed, 400 insertions(+)

commit ebb61dea1fa7a8cf09f8ef3ce7d760442461cdb6
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 6 13:39:50 2012 +0100

    examples: Enable maintainer compiler flags
    
    Another step in keeping the example code up to date and correct.

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

commit a54102379599945435a1f6a69e6708594661ad8b
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 6 13:39:47 2012 +0100

    examples/layout: Initialize variables to avoid warnings

 examples/layout-manager.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 75ef676b1507d6fb86e2c52c0ba3c79a1ece4d70
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 6 13:37:05 2012 +0100

    examples: Build with deprecation warnings turned on
    
    We want to ensure that the examples stay valid and idiomatic; thus, we
    should build them with deprecation warnings turned on.

 examples/Makefile.am |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit c13290240c6087411835da1e6080ce3389714922
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 6 13:37:02 2012 +0100

    examples/constraints: Do not use deprecated API

 examples/constraints.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4db310b1274408bbc76d2d199c921b59e2ea10ec
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 6 13:36:46 2012 +0100

    examples/flow: Do not use deprecated API

 examples/flow-layout.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 008afe80e38fd35576fc2f636e1a6aefe6e52853
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Jun 6 11:19:33 2012 +0100

    docs: Fix wrong rotation-* properties name
    
    Copy and paste typos from the old documentation.

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

commit 38724e263910b9cdf4ca1b76753c1275788c5ed1
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
Date:   Tue Jun 5 15:00:48 2012 +1000

    evdev: Use new xkbcommon include path
    
    Inspired by a similar patch in Wayland.

 clutter/evdev/clutter-xkb-utils.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 784730db98d5c3b06458d2540ef8679507767c73
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Jun 5 19:52:13 2012 +0100

    Post-release version bump to 1.11.5

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

commit 1d1cac02c0d57a568583a671cf0a6e5d4da17df9
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Jun 5 19:36:45 2012 +0100

    Release Clutter 1.11.4 (snapshot)

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

commit 7ed77e98fe9766b1909fe75b29b499e761ffb7d5
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Jun 5 19:40:07 2012 +0100

    symbols: Add missing functions

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

commit 0247d070166f4483f9e708129064fa53a49950dd
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Jun 5 19:27:28 2012 +0100

    docs: Add ClutterTimelineClass.stopped annotation

 clutter/clutter-timeline.h |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 7381050ab1f352d5c13b4b2a120c599550b72397
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 4 23:16:30 2012 +0100

    examples/threads: Modernize code
    
    Drop the usage of behaviours and alphas, and use transitions and
    implicit animations instead.

 examples/threads.c |  125 +++++++++++++++++++++++++++++-----------------------
 1 file changed, 69 insertions(+), 56 deletions(-)

commit 0acc85dab13775e1a521588d4f2f5b229e6dcac6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jun 5 17:56:45 2012 +0200

    Updated Spanish translation

 po/es.po |  432 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 249 insertions(+), 183 deletions(-)

commit 43d40758bddee49d24ec14c28dd859bb7032145a
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Mon Jun 4 13:15:43 2012 +0200

    tests: Add interactive test for touch events
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677390

 tests/interactive/Makefile.am         |    3 +-
 tests/interactive/test-touch-events.c |  161 +++++++++++++++++++++++++++++++++
 2 files changed, 163 insertions(+), 1 deletion(-)

commit 0ec01a2e42645b4fe9ce23335983d326249afff3
Author: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Date:   Mon Jun 4 13:15:13 2012 +0200

    events: Deliver touch events to actors
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677390

 clutter/clutter-main.c |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit d7f68f64d37411bf764a096c5e50cb03c2112ce7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jun 5 15:51:07 2012 +0200

    Updated Galician translations

 po/gl.po |  131 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 96 insertions(+), 35 deletions(-)

commit 13b1b9c62f051c4b3fab97d23d130b892e9a0606
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Jun 5 15:24:57 2012 +0200

    Updated POTFILES.in

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit dae25d839edee004df76cf2ff9f3e988fdbf2845
Author: Bastian Winkler <buz@netbuz.org>
Date:   Sun Jun 3 12:18:37 2012 +0200

    examples: Add a grid-layout example
    
    A fairly complete example for ClutterGridLayout
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677372

 examples/Makefile.am   |    1 +
 examples/grid-layout.c |  386 ++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 387 insertions(+)

commit 1eb869ec8f893cfc9cd03576335bfac173f8fa3c
Author: Bastian Winkler <buz@netbuz.org>
Date:   Sun Jun 3 05:02:31 2012 +0200

    Add ClutterGridLayout
    
    ClutterGridLayout is port of GtkGrid to a Clutter layout manager. All
    the logic is taken from gtkgrid.c, so all the credits should go to
    Matthias Clasen for writing this nice piece of code.
    
    ClutterGridLayout supports adding children with it's own methods
    GridLayout.attach() and GridLayout.attach_next_to() as well as
    Actor.add_child() and friends. The latter adds children in a similar
    fashion to ClutterBoxLayout
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677372

 clutter/Makefile.am                        |    2 +
 clutter/clutter-enums.h                    |   18 +
 clutter/clutter-grid-layout.c              | 2199 ++++++++++++++++++++++++++++
 clutter/clutter-grid-layout.h              |  161 ++
 clutter/clutter.h                          |    1 +
 clutter/clutter.symbols                    |   18 +
 doc/reference/clutter/clutter-docs.xml.in  |    1 +
 doc/reference/clutter/clutter-sections.txt |   39 +
 doc/reference/clutter/clutter.types        |    1 +
 9 files changed, 2440 insertions(+)

commit 8ef55e4e98c192d2d59e90fba8b2bffccdeae08c
Author: Alexander Larsson <alexl@redhat.com>
Date:   Tue Jun 5 10:55:17 2012 +0200

    Don't allocate size for invisible BinLayout children

 README.in                    |    6 ++++++
 clutter/clutter-bin-layout.c |    6 ++++++
 2 files changed, 12 insertions(+)

commit c7c3d852250f15aec077b54ed5d9d493bd383762
Author: Bastian Winkler <buz@netbuz.org>
Date:   Mon Jun 4 11:47:58 2012 +0200

    box-layout: Deprecate expand/fill/align child properties
    
    These are covered by ClutterActor:[xy]-align and
    ClutterActor:[xy]-expand
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677283

 clutter/clutter-box-layout.c |   36 +++++++++++++++++++++++-------------
 clutter/clutter-box-layout.h |    6 ++++++
 2 files changed, 29 insertions(+), 13 deletions(-)

commit f14c71cd3cdac442a660568fae7a0ec81a5dece1
Author: Bastian Winkler <buz@netbuz.org>
Date:   Sat Jun 2 15:01:11 2012 +0200

    examples: Updated box-layout example
    
    Updated test-box-layout to use modern API and move it to examples.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677283

 examples/Makefile.am                |    1 +
 examples/box-layout.c               |  301 +++++++++++++++++++++++++++++++++++
 tests/interactive/Makefile.am       |    1 -
 tests/interactive/test-box-layout.c |  292 ---------------------------------
 4 files changed, 302 insertions(+), 293 deletions(-)

commit 157353ec3cfee0f2b6f3320d0aa119bd1681bd36
Author: Bastian Winkler <buz@netbuz.org>
Date:   Fri Jun 1 16:43:11 2012 +0200

    box-layout: Honor actor expand and alignment
    
    Check if the actor has needs to expand and use Actor.allocate() instead
    of Actor.allocate_align_fill() in that case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677283

 clutter/clutter-box-layout.c |   32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

commit 8e24de86b6f88f3bfd1e65cdfd845f330212d1c6
Author: Bastian Winkler <buz@netbuz.org>
Date:   Fri Jun 1 16:49:51 2012 +0200

    table-layout: Honor actors expand and alignment settings
    
    Check if the actor has needs to expand and use Actor.allocate() instead
    of Actor.allocate_align_fill in that case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677284

 clutter/clutter-table-layout.c |   36 ++++++++++++++++++++++++++++--------
 1 file changed, 28 insertions(+), 8 deletions(-)

commit dbf45c680f510dbcd92f8bdb527dad111285d6b9
Author: Bastian Winkler <buz@netbuz.org>
Date:   Sun Jun 3 13:55:30 2012 +0200

    doc: Add ClutterLayoutManagerPrivate to doc sections
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677384

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

commit 65c8b11604e299ef2788a69a76df24d8a5ddb870
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Jun 4 10:34:22 2012 +0100

    image: Add a data setter using GBytes
    
    The plain C bytes array, while convenient from a C perspective, is not
    well handled by language bindings: the length of the array is not
    specified, and it's only just implied by the image data size, rowstride,
    and pixel format.
    
    GBytes is a read-only bytes buffer that has an implicit length; we can
    use it as the storage medium so that language bindings can actually
    function correctly.

 clutter/clutter-image.c                    |   65 +++++++++++++++++++++++++++-
 clutter/clutter-image.h                    |    8 ++++
 clutter/clutter.symbols                    |    1 +
 doc/reference/clutter/clutter-sections.txt |    1 +
 4 files changed, 74 insertions(+), 1 deletion(-)

commit dcae4909f3ef0d880761fa0f4aeb16e1008fa860
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Jun 3 13:51:19 2012 +0200

    Updated French translation

 po/fr.po |  544 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 278 insertions(+), 266 deletions(-)

commit 23daf302ae263cb085c97c5362469cb0298189b0
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 3 03:23:40 2012 +0200

    Updated Galician translations

 po/gl.po |  596 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 304 insertions(+), 292 deletions(-)

commit d154a10fa0e206a013058a45955b2a582d1417c0
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Mon May 14 00:57:57 2012 +0200

    cookbook/examples: Don't mix up height and width while splitting
    
    Fixes: https://bugzilla.gnome.org/675998

 doc/cookbook/examples/textures-split-go.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit b1fcc828be841fc29547435b0c8611105d7938b8
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 31 10:06:05 2012 +0100

    osx/backend: Chain up in create_context()
    
    This will ensure that we have a CoglContext, albeit the stub winsys one,
    on Mac.
    
    Tested-by: Roland Peffer <gdevel@clixxun.com>
    Tested-by: Laszlo Pandy <laszlok2@gmail.com>

 clutter/osx/clutter-backend-osx.c |    3 +++
 1 file changed, 3 insertions(+)

commit 7f9c3976a1b87d81e0f65f17437825eff5311974
Author: Emanuele Aina <emanuele.aina@collabora.com>
Date:   Tue May 29 17:40:51 2012 +0200

    Fix width-for-height allocations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677039

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

commit de4d70af69a5e33421c468275a3e0e2dc7aaf624
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri May 25 19:41:14 2012 -0400

    timeline: Add a new "stopped" signal
    
    The ::stopped signal is emitted when the timeline has been completely
    exhausted or when the timeline has been programmatically stopped by
    using clutter_timeline_stop(); the notification at the end of the
    timeline run allows to write handlers without having to check whether
    the current repeat is the last one, like we are forced to do when using
    the ::completed signal.
    
    Based on the patch by: Jasper St. Pierre <jstpierre@mecheye.net>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676854

 clutter/clutter-actor.c      |   52 ++++++++++++++++-----------------------
 clutter/clutter-marshal.list |    1 +
 clutter/clutter-timeline.c   |   56 ++++++++++++++++++++++++++++++++++++++----
 clutter/clutter-timeline.h   |    3 ++-
 clutter/clutter-transition.c |   25 ++++++++-----------
 examples/basic-actor.c       |    9 ++++---
 6 files changed, 90 insertions(+), 56 deletions(-)

commit 4634dde6134507ad6598bf4c0c97a70890aaf9dc
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 30 14:26:58 2012 +0100

    actor: Stop transitions on remove_child()
    
    There's no point in having transitions running when removing a child, so
    we just stop them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677098

 clutter/clutter-actor.c |   47 +++++++++++++++++++++++++++++++++++++----------
 1 file changed, 37 insertions(+), 10 deletions(-)

commit 78e789007f505acfec731677e92973ef2b609d14
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed May 30 17:48:00 2012 +0200

    Updated Spanish translation

 po/es.po |  564 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 285 insertions(+), 279 deletions(-)

commit b9533cb397d1b272c7975c6e904fcd46894022fa
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 29 15:39:59 2012 +0100

    actor: Finally fix RESIZE_ASPECT content gravity
    
    Ensure that resizing transitions smoothly when switching between major
    axis; the allocation aspect ratio is not important: it's the size of the
    allocation that dictates the major axis.

 clutter/clutter-actor.c |   22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit 7df4bfcf3bbce2a7b2b996e2922bd58bff30a1b2
Author: Bastian Winkler <buz@netbuz.org>
Date:   Tue May 29 14:57:41 2012 +0200

    box-layout: Remove unused BoxChild members
    
    These are leftovers from the old animation API an are unused now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677086

 clutter/clutter-box-layout.c |    5 -----
 1 file changed, 5 deletions(-)

commit 93627c876d836eb84079f4a71161571b7d5e5bca
Author: Bastian Winkler <buz@netbuz.org>
Date:   Tue May 29 14:44:44 2012 +0200

    examples: Allow optional animations in flow-layout
    
    Allow animations to demonstrate the LayoutManager animation API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677085

 examples/flow-layout.c |    9 +++++++++
 1 file changed, 9 insertions(+)

commit 4c3bb5e2de93697f2bb672d5c5829a1e5fc6a996
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue May 29 20:04:11 2012 +0200

    Updated Slovenian translation

 po/sl.po | 1282 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 665 insertions(+), 617 deletions(-)

commit 1339b391326ce30e88c4476cfd4bc288c74c304f
Author: Bastian Winkler <buz@netbuz.org>
Date:   Thu May 24 20:25:22 2012 +0200

    examples: Update layout-manager example to use the animations API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676827

 examples/layout-manager.c |   22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

commit 793bde91430c53edd0b39989e59f9f77b562947e
Author: Bastian Winkler <buz@netbuz.org>
Date:   Thu May 24 17:32:11 2012 +0200

    table-layout: Use the ClutterLayoutManager animation API
    
    ClutterTableLayout now only calls the animation API of
    ClutterLayoutManager
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676827

 clutter/clutter-table-layout.c |  195 ++++++++++------------------------------
 1 file changed, 47 insertions(+), 148 deletions(-)

commit 58a1854b5729296dbd62071d190c528374e7e4f8
Author: Bastian Winkler <buz@netbuz.org>
Date:   Thu May 24 17:31:44 2012 +0200

    box-layout: Use the ClutterLayoutManager animation API
    
    ClutterBoxLayout now only calls the animation API of
    ClutterLayoutManager
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676827

 clutter/clutter-box-layout.c |  200 +++++++++++++-----------------------------
 1 file changed, 60 insertions(+), 140 deletions(-)

commit 320fb156b41fad5048b69acb7ca7a7e582b49182
Author: Bastian Winkler <buz@netbuz.org>
Date:   Thu May 24 16:06:31 2012 +0200

    flow-layout: Implement layout animations
    
    Allow to animate the child allocation using the ClutterLayoutManager
    animation API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676827

 clutter/clutter-flow-layout.c |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 03ec016faa146410c12b88851f0428d035933dd4
Author: Bastian Winkler <buz@netbuz.org>
Date:   Thu May 24 16:05:06 2012 +0200

    bin-layout: Implement layout animations
    
    Allow to animate the child allocation using the ClutterLayoutManager
    animation API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676827

 clutter/clutter-bin-layout.c |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 7f6b17bc504ca508554a5e2075af59125682e531
Author: Bastian Winkler <buz@netbuz.org>
Date:   Thu May 24 15:45:07 2012 +0200

    layout-manager: Add a new animation API
    
    It's similar to to the implicit animation API of ClutterActor and
    compatible to deprecated API of ClutterBoxLayout and
    ClutterTableLayout.
    
    It adds :use-animations, :easing-mode, :easing-duration and
    :easing-delay properties to control animations when allocation of a
    child has changed. Layout manager implementers should call
    
    use_animations = clutter_layout_manager_get_easing_state (manager,
                                                              &mode,
                                                              &duration,
                                                              &delay);
    
    from the allocate() virtual function to access these values.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676827

 clutter/clutter-layout-manager.c           |  406 +++++++++++++++++++++++++++-
 clutter/clutter-layout-manager.h           |   27 ++
 clutter/clutter.symbols                    |    9 +
 doc/reference/clutter/clutter-sections.txt |    9 +
 4 files changed, 449 insertions(+), 2 deletions(-)

commit 734720ef0f849b1e31b01d3d376dfeb3b310ca5f
Author: Bastian Winkler <buz@netbuz.org>
Date:   Thu May 24 14:26:57 2012 +0200

    layout-manager: Add a private struct to hold future properties
    
    In order to allow the abstract ClutterLayoutManager class to have own
    GObject properties we'll need a private structure.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676827

 clutter/clutter-layout-manager.c |   10 ++++++++++
 clutter/clutter-layout-manager.h |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit f9c29d50671d37cde455faaa06f2006950277a9e
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon May 28 15:33:01 2012 +0100

    build: Move test-unit-names.h out of the dist
    
    Let it be generated at build time, as it should.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674365

 tests/interactive/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8e9992de7c04b3e485bd4bcbd70bf51bd2d0e0e1
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon May 28 14:07:04 2012 +0100

    paint-volume: Use the correct coordinate for axis alignment
    
    The z coordinate of the origin should be checked against the same
    coordinate of the vertex behind it. Given that most actors are flat
    surfaces, this check should always succeed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675396

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

commit 58b13aa412ba63de2b49cb57167d2d6beb94c7cb
Author: Bastian Winkler <buz@netbuz.org>
Date:   Mon May 28 14:02:25 2012 +0200

    text: Enable implicit color animations
    
    Implement the ClutterAnimatable interface to enable implicit animations
    for :color, :cursor-color, :selected-text-color and :selection-color.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676963

 clutter/clutter-text.c |  277 +++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 215 insertions(+), 62 deletions(-)

commit 129752e5606c652587db8c000a72fe80db889c7d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri May 25 11:33:57 2012 +0100

    event: Add convenience functions for Shift and Ctrl modifiers
    
    Instead of going through clutter_event_get_state() and checking if the
    modifier mask is set, we can provide simple convenience functions to do
    it for us.

 clutter/clutter-event.c                    |   32 ++++++++++++++++++++++++++++
 clutter/clutter-event.h                    |    5 +++++
 clutter/clutter.symbols                    |    2 ++
 doc/reference/clutter/clutter-sections.txt |    2 ++
 tests/interactive/test-text-field.c        |    9 +++-----
 5 files changed, 44 insertions(+), 6 deletions(-)

commit 0230f97f609287e30642214f4945f0c3cbae62b5
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu May 24 23:34:36 2012 +0800

    Visual C++ support: Copy clutter-gdk.h as well
    
    ... when the GDK backend is also built

 build/win32/vs10/clutter.props     |   10 +-
 build/win32/vs10/clutter.sln       |   16 +-
 build/win32/vs10/clutter.vcxprojin |    4 +-
 build/win32/vs9/clutter.sln        |  344 ++++++++++++++++++------------------
 build/win32/vs9/clutter.vsprops    |    8 +
 build/win32/vs9/install.vcproj     |   52 ++++++
 6 files changed, 251 insertions(+), 183 deletions(-)

commit 26285416b2207bf4d9bbc4054dfb82663d51d843
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Thu May 24 22:27:57 2012 +0800

    Visual C++ 2010: Fix x64 Release_GDK configs

 build/win32/vs10/clutter.sln       |    4 ++--
 build/win32/vs10/clutter.vcxprojin |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 2878258fc099280d0c52ae56156d9ed772c4bcfc
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 24 12:08:58 2012 +0100

    examples: Update drag and drop action code
    
    Use modern API and show idiomatic behaviour.

 examples/drag-action.c |  114 +++++++++++++++++++++++++++++++++---------------
 examples/drop-action.c |  107 ++++++++++++++++++++++++++-------------------
 2 files changed, 142 insertions(+), 79 deletions(-)

commit a45d6455f741ec04f6d3b49ab43632878fb08814
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Wed May 23 17:46:15 2012 +0200

    Update French translation

 po/fr.po | 1185 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 616 insertions(+), 569 deletions(-)

commit ee708d1cf8f2a74f34626e2da5b7b42a4d5cb0b7
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
Date:   Tue May 22 14:25:19 2012 +0100

    flow-layout: Check for all positive values
    
    When creating a FlowLayout container, setting a specific size on it, and
    adding a child to it, as per the attached testcase, it crashes. The line
    on the backtrace doesn't really make sense, but from looking over it, it
    appears that it's probably because priv->line_natural is NULL. The
    attached patch makes it so in this case, priv->line_natural is
    allocated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676068
    
    Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>

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

commit 403e1c7e708a7224a840dff6a6ed35722e049af8
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 22 13:58:40 2012 +0100

    modules: Use 0.10 branch for GStreamer packages

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

commit be5eb2f163c6e6838f77ffd6178991a375122571
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Tue May 22 01:50:12 2012 +0800

    vs9/clutter.sln: Fix missing build item

 build/win32/vs9/clutter.sln |    1 +
 1 file changed, 1 insertion(+)

commit ef1860d71d7c00bb521f36e8003866f8e5885742
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed May 16 17:36:38 2012 +0800

    Bug 676150 GDK: Fix build on Windows
    
    -Don't include unistd.h and stdint.h unconditionally as not all Windows
     compilers have them around.
    -Only include cogl/cogl-xlib.h when it is really supported by Cogl and GDK.
    -sys/ioctl.h is not available on Windows (MinGW/MSVC).
    -Correct the call to cogl_renderer_set_winsys_id:
     (backend_cogl->cogl_renderer, COGL_WINSYS_ID_WGL) ->
     (renderer, COGL_WINSYS_ID_WGL)

 clutter/gdk/clutter-backend-gdk.c        |   11 +++++++++--
 clutter/gdk/clutter-device-manager-gdk.c |    2 ++
 2 files changed, 11 insertions(+), 2 deletions(-)

commit aeea9ee7785df7c07ef1af4f32f47dcd2e4cb22c
Author: Bastian Winkler <buz@netbuz.org>
Date:   Sat May 19 14:37:08 2012 +0200

    actor: Add a custom scriptable "margin" property
    
    The property uses an array with the following CSS style syntax
    
     [ top, right, bottom, left ] or
     [ top, left/right, bottom ] or
     [ top/bottom, left/right ] or
     [ top/right/bottom/left ]
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676367

 clutter/clutter-actor.c            |   88 ++++++++++++++++++++++++++++++++++++
 tests/conform/script-parser.c      |   44 ++++++++++++++++++
 tests/conform/test-conform-main.c  |    1 +
 tests/data/Makefile.am             |    1 +
 tests/data/test-script-margin.json |   22 +++++++++
 5 files changed, 156 insertions(+)

commit a2d40fcf8c2b839fc8a202442232a7398513a66a
Author: Dominique Bureau <burdo@touchtunes.com>
Date:   Fri May 11 13:26:50 2012 -0400

    ClutterText: Cannot pass NULL string to clutter_text_set_text()
    
    Passing a NULL buffer to clutter_text_set_text() does not behave the same
    way as passing an empty string "" (as specified in the documentation).
    This was working as expected previously, but somehow the behaviour changed
    at some point and created 2 new issues:
    - Passing a NULL pointer will not reset the string
    - If the ClutterText is editable, it will segfault in strcmp
    
    Validations have been added to prevent this.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675890

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

commit dd61be7c2ea238432524dea16b04baf424c2cd36
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 17 18:08:57 2012 -0400

    ClutterDropAction: Avoid accessing priv->stage is not yet resolved.
    
    This fixes drop_action_unregister() to not call g_object_get_data()
    on priv->stage if not yet resolved. This can happen if the action's
    actor was destroyed before ever being mapped.

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

commit 2c5af0c868e5dfa851407c46c817af2793a9b4d7
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri May 18 18:00:30 2012 +0100

    scroll-actor: Check for point equality in the internal setter
    
    The public API should just accept any valid value; it's up to the
    internal setter to check if we're getting the same value as the one
    currently set.

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

commit 26c1d89d1975f382d4ed4e4d7959835fee991e5e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 18 17:34:18 2012 +0100

    scroll-actor: Fix ->transition not being reset
    
    When the transition was removed from the scroll-actor manually,
    to cancel a not-finished animation, the transition struct member
    wasn't reset to NULL.
    
    This fixes this problem, and removes the need for the struct member
    to be reset manually when animation has completed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676334

 clutter/clutter-scroll-actor.c |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

commit c9028cee48f804e5d19cd36b55447cb19e0fd811
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 16 16:12:20 2012 +0100

    Move scroll actor test to the examples
    
    Nothing specific to test, and the code is idiomatic enough to be used as
    an example.

 clutter/clutter-scroll-actor.c        |    8 ++
 examples/Makefile.am                  |    1 +
 examples/scroll-actor.c               |  193 +++++++++++++++++++++++++++++++++
 tests/interactive/Makefile.am         |    1 -
 tests/interactive/test-scroll-actor.c |  179 ------------------------------
 5 files changed, 202 insertions(+), 180 deletions(-)

commit 06d13985921f1a369a0d58cb8bee99e9621bdc3a
Author: Bastian Winkler <buz@netbuz.org>
Date:   Wed May 16 13:57:44 2012 +0200

    table-layout: Remove unused animation helpers
    
    They aren't used since ClutterTableLayout switched to the implicit
    animations API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676158

 clutter/clutter-table-layout.c |    9 ---------
 1 file changed, 9 deletions(-)

commit ac05ad47bf17301031a25bd371a940fc1e38d5b2
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed May 16 18:58:53 2012 +0800

    VS property sheets: Correct "install" process
    
    Fix the location where clutter-win32.h is "installed".

 build/win32/vs10/clutter.props  |    4 ++--
 build/win32/vs9/clutter.vsprops |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 1153e04766e8a0a31c566f079563d5b5db2780a4
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed May 16 18:36:51 2012 +0800

    Visual C++ support: Fix clutter.def generation
    
    I forgot about the Visual C++ 2010 files... :|

 build/win32/vs10/clutter.props |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d5851c8bf98dd3cd6a313b87a4c91ff84c0aee9a
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed May 16 18:35:27 2012 +0800

    Visual C++ support: Fix clutter.def generation
    
    Some Windows-specific functions were not exported due to this problem.

 build/win32/vs9/clutter.vsprops |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 37e9215521a26e51c87fcafdc183633ee3227b60
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Wed May 16 17:21:10 2012 +0800

    Visual C++ support: Avoid redefinition warnings
    
    CLUTTER_WINDOWING_GDK is defined in the (pre-configured) clutter-config.h,
    so don't define that in the Projects again.

 build/win32/vs10/clutter.vcxprojin |    8 ++++----
 build/win32/vs9/clutter.vcprojin   |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 1f7ff75a5c5824483b4072f285a52c64f3d9958b
Author: Bastian Winkler <buz@netbuz.org>
Date:   Tue May 15 01:44:51 2012 +0200

    text: Add missing introspection annotations
    
    Add allow-none annotations where appropriate

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

commit 0ef4cc3aed55035058fd2eab2394c79310aa78f5
Author: Bastian Winkler <buz@netbuz.org>
Date:   Mon May 14 16:32:53 2012 +0200

    keyframe-transition: Create a new interval if necessary
    
    When setting up the transition manually by calling
    
      clutter_keyframe_transition_set_key_frame (transition, n, keys);
      clutter_keyframe_transition_set_values (transition, n, values);
      clutter_keyframe_transition_set_modes (transition, n, modes);
    
    the frame doesn't have a valid interval when calling set_keys(), so we
    need to check its existence and create it if necessary.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676031

 clutter/clutter-keyframe-transition.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 8a4489c48e19af071469e5bfbd492e5a94439ce2
Author: Bastian Winkler <buz@netbuz.org>
Date:   Mon May 14 16:17:34 2012 +0200

    keyframe-transition: Documentation fixes
    
    Update the documentation to use the right symbols
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676032

 clutter/clutter-keyframe-transition.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit c54c3047f80274e9ab773541bc7d99c2d692778f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 15 15:06:20 2012 +0100

    scroll-actor: Paint children in pick mode
    
    Chaining up to the parent's implementation of pick() is not enough: we
    need to paint our children explicitly because of the compatibility mode
    checks we use to avoid breaking custom containers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676088

 clutter/clutter-scroll-actor.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit 39a4929d75bb882551cd51632befd02c0c2fcf4b
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon May 14 10:33:13 2012 +0100

    scroll-actor: Implement pick()
    
    We need to clip the children during picking as well as we do when
    painting, to avoid reactive children outside of the visible area
    receiving events.
    
    This also allows us to refactor some common code into proper functions.

 clutter/clutter-scroll-actor.c |   48 +++++++++++++++++++++++++++++++---------
 1 file changed, 37 insertions(+), 11 deletions(-)

commit ee72d9b4af62d91dc16f853ff8165bba20169f52
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
Date:   Mon May 14 16:18:13 2012 +0800

    Visual C++ support: Add support to build GDK backend
    
    -Add configuration in Clutter projects to add option to build Clutter with
     the GDK3 backend in addition to the Win32 backend
    -Add another preconfigured clutter-config.h.win32_GDK which contains
     backend configs for both GDK3 and Win32 windowing and input.

 build/win32/vs10/clutter.props             |   47 +++++-
 build/win32/vs10/clutter.sln               |  174 +++++++++++++++++++++-
 build/win32/vs10/clutter.vcxproj.filtersin |    6 +
 build/win32/vs10/clutter.vcxprojin         |  222 +++++++++++++++++++++++++++-
 build/win32/vs9/clutter.sln                |  173 +++++++++++++++++++++-
 build/win32/vs9/clutter.vcprojin           |  206 +++++++++++++++++++++++++-
 build/win32/vs9/clutter.vsprops            |   33 ++++-
 clutter/Makefile.am                        |    1 +
 clutter/clutter-config.h.win32_GDK         |   20 +++
 9 files changed, 858 insertions(+), 24 deletions(-)

commit 193bf6123daac301636f1dc52dc1908564c6d1a4
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri May 11 17:38:53 2012 +0100

    examples/canvas: Resize the canvas on allocation changes
    
    This should show how to make a Canvas resize whenever the actor that
    uses it as content changes size. For good measure, it also shows how to
    coalesce multiple allocations into one Canvas resize through a timeout
    source.

 examples/canvas.c |   39 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)

commit ae32136fccf5774865ff86e33996d91daabe58a8
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri May 11 17:37:20 2012 +0100

    build: Drop version check on auto*
    
    Just use autoreconf, to avoid having to deal with changes in the version
    of autotools.
    
    If somebody has more recent autotools but the symbolic links used by
    autoreconf are still pointing to an old version then they can also fix
    their own installation, or get a better distribution.

 autogen.sh |   54 +++++++++++++-----------------------------------------
 1 file changed, 13 insertions(+), 41 deletions(-)

commit c70a7b94703000b0eac768e3fba9ae5fd2937f9e
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri May 11 13:48:41 2012 +0100

    modules: Point to the correct branch of Cogl
    
    Clutter requires the cogl-1.10 branch of Cogl.

 build/clutter.modules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cb4f8168403e4509cdabdbd0b005fa1667fa71a3
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 9 15:03:51 2012 +0100

    actor: Include margin in explicit sizes for all cases
    
    When asking for the preferred width and height of an actor, in case
    only one of either the minimum or the natural width is set, the margin
    offsets should also be applied.

 clutter/clutter-actor.c |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 5ad1ec7cca49dfadb330c96f72d64b78d1f7e803
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 8 10:51:14 2012 +0100

    Put bind-constraint back into the interactive tests
    
    The bind-constraint.c example still uses clutter_actor_animate(), and
    it'd require some serious reworking to move it to
    ClutterPropertyTransition or to implicit animations.

 examples/Makefile.am                     |    1 -
 examples/bind-constraint.c               |  246 -----------------------------
 tests/interactive/Makefile.am            |    3 +-
 tests/interactive/test-bind-constraint.c |  252 ++++++++++++++++++++++++++++++
 4 files changed, 254 insertions(+), 248 deletions(-)

commit 4fef7eb68998c0b1414058a12e11b7421ab238d2
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 8 16:13:26 2012 +0100

    score: Add deprecation annotations to all docs
    
    A single deprecation to the long-desc is not enough.

 clutter/deprecated/clutter-score.c |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit c91cabdab16aeae9bd0bbc7c3d63d0949587cc7d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 8 16:06:59 2012 +0100

    score: Fix version of the deprecation annotations
    
    ClutterScore was deprecated in Clutter 1.8, not 1.10.

 clutter/deprecated/clutter-score.h |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit 4d087f2c0ada4c7f5f6a9bd1aa86b337c05e9f1b
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri May 4 17:43:30 2012 +0100

    examples: Add an example of layout manager
    
    The MultiLayout shows how to write a layout manager with two policies,
    and to use the easing state of a child to interpolate the allocation.

 examples/Makefile.am      |    1 +
 examples/layout-manager.c |  409 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 410 insertions(+)

commit b7c76a45bcab1d84d50e1144d5a9976f472ea503
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 3 13:53:29 2012 +0100

    Add rounded corners rectangle example using Canvas
    
    An old request: how to create a rectangle with rounded corners with
    Clutter; we use ClutterCanvas and Cairo because we want anti-aliased
    edges.

 examples/Makefile.am         |    1 +
 examples/rounded-rectangle.c |  107 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+)

commit 2bb84d916928943288237f3f844213736eb61360
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 3 18:58:12 2012 +0200

    x11/device-manager-xi2: Fix assertions with touch
    
    When getting touch events, the device manager would try
    to pass an invalid device to translate_axes().
    
    clutter_event_set_device() will only update event->touch.device
    for touch events, not event->motion.device, as used.
    
    Fixes Totem crashing on mouse motion/button press when using
    a touchpad.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675371

 clutter/x11/clutter-device-manager-xi2.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 217ff7c8fb359f129011aff08cb97ff8620f479c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 3 18:56:45 2012 +0200

    event: Fix copying touch events
    
    We were trying to copy motion axes instead of touch ones.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675371

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

commit 3c9cea09dc89e925e78af9692082aa7f5169f1b6
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 3 11:40:59 2012 +0100

    docs: Update the configure switches in the README

 README.in |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 74afe8bbcdf7d611209c5c09891616eb076328bd
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 3 11:35:20 2012 +0100

    Annotate deprecated get_type() functions
    
    Even if their usage is limited, it's good to consistently deprecate
    functions.

 clutter/deprecated/clutter-behaviour-depth.h   |    1 +
 clutter/deprecated/clutter-behaviour-ellipse.h |    1 +
 clutter/deprecated/clutter-behaviour-opacity.h |    1 +
 clutter/deprecated/clutter-behaviour-path.h    |    1 +
 clutter/deprecated/clutter-behaviour-rotate.h  |    1 +
 clutter/deprecated/clutter-behaviour-scale.h   |    1 +
 clutter/deprecated/clutter-behaviour.h         |    1 +
 clutter/deprecated/clutter-box.h               |    1 +
 clutter/deprecated/clutter-rectangle.h         |    1 +
 clutter/deprecated/clutter-score.h             |    1 +
 clutter/deprecated/clutter-shader.h            |    3 +++
 11 files changed, 13 insertions(+)

commit fcd341d23e24853041e754c47dff87914aaa42de
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 3 11:34:57 2012 +0100

    cally: Disable deprecation warnings
    
    For ClutterGroup and ClutterRectangle.

 clutter/cally/cally-rectangle.c |    2 ++
 clutter/cally/cally.c           |    2 ++
 2 files changed, 4 insertions(+)

commit e88e7cd41400557f92dd1a2c35276ac5e033c6a1
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 3 11:28:04 2012 +0100

    docs: Disable deprecations when building the object scanner
    
    We know it's going to be using deprecated symbols, since it has to
    introspect all the GObject classes we expose.

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

commit 20f908e87f5277a0119db0ac683f348d91b180ab
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu May 3 11:27:22 2012 +0100

    docs: Add annotation for ClutterEventSequence
    
    The last remaining undocumented symbol in the API reference according to
    gtk-doc.

 clutter/clutter-event.h |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 397f3228608b1c7c26f16767742851fb94ca7cc7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 2 18:08:02 2012 -0400

    ClutterDropAction: Added "drop-cancel" signal.
    
    The drop-cancel signal allows the drop action to cleanup its
    state if the can-drop signal is refused. This is especially
    useful if the drop action (or its target actor) is managing
    any drop target animations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675336

 clutter/clutter-drop-action.c |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit a2f03d3adda3f4cc26425caeea0b3e97b1fa890f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 18:40:38 2012 +0100

    docs: Move the easing modes graphs to the AnimationMode docs

 clutter/clutter-enums.h            |    8 ++++++--
 clutter/deprecated/clutter-alpha.c |    5 -----
 2 files changed, 6 insertions(+), 7 deletions(-)

commit 8a8cc20d9345739ea002aa57e2857ec1d0932d31
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 18:38:20 2012 +0100

    docs: Move ClutterAnimationMode's documentation
    
    Given that ClutterAnimation is going to be deprecated, we should move
    the ClutterAnimationMode enumeration to the ClutterTimeline section.

 doc/reference/clutter/clutter-sections.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c6b226e6c75e5f2e5d1dc3752e27198a8f337573
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 18:37:36 2012 +0100

    Move the easing modes test into the examples
    
    It's a pretty simple, self-contained example of how to use different
    easing modes, as well as the implicit animations API.

 examples/Makefile.am                 |    1 +
 examples/easing-modes.c              |  234 +++++++++++++++++++++++++++++++++
 tests/interactive/Makefile.am        |    1 -
 tests/interactive/test-transitions.c |  241 ----------------------------------
 4 files changed, 235 insertions(+), 242 deletions(-)

commit 3fab1e40263125d1677b38a215b949d71876e18a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 12:45:45 2012 +0100

    interactive/transitions: Modernize
    
    Drop deprecated API.

 tests/interactive/test-transitions.c |   38 ++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 15 deletions(-)

commit ad27141556e6ff3612a40cc7d09515d8765fb514
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 12:45:18 2012 +0100

    interactive/binding-pool: Modernize
    
    Drop deprecated API.

 tests/interactive/test-binding-pool.c |   73 +++++++++++++++------------------
 1 file changed, 32 insertions(+), 41 deletions(-)

commit 46409b4043403c828824ec223134f36c99575bdd
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 12:14:45 2012 +0100

    Move FlowLayout test into examples
    
    There's nothing really test-worthy in the ClutterFlowLayout interactive
    test; it can be lifted pretty much as is, and placed into the examples.

 clutter/clutter-flow-layout.c        |    8 ++
 examples/Makefile.am                 |    1 +
 examples/flow-layout.c               |  154 ++++++++++++++++++++++++++++++++
 tests/interactive/Makefile.am        |    1 -
 tests/interactive/test-flow-layout.c |  160 ----------------------------------
 5 files changed, 163 insertions(+), 161 deletions(-)

commit b8f6ed184d3d332f83e1f695e47acb40998ecb4a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 12:03:14 2012 +0100

    interactive/flow-layout: Modernize code
    
    Drop deprecated API usage.

 tests/interactive/test-flow-layout.c |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

commit 97563b640ec5207f28dea3605269f72cc318cc20
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed May 2 11:59:50 2012 +0100

    build: Fix BUILD_TESTS condition check

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

commit 704928a807a3b17029d092eef2b24c76ab7c7890
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 1 18:51:19 2012 +0100

    build: Allow disabling all tests and examples
    
    This should allow nicer build automation and cross-compilation support.
    
    The former --disable-conformance configure switch has been deprecated by
    the --disable-tests one, which is more encompassing as it disables the
    whole test suite.

 Makefile.am       |   12 +++++++++++-
 configure.ac      |   36 +++++++++++++++++++++++++-----------
 tests/Makefile.am |   16 +---------------
 3 files changed, 37 insertions(+), 27 deletions(-)

commit 07c95ebf0c624e7791310a82965bede20bb24a36
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 1 18:30:10 2012 +0100

    Move examples from tests/interactive to a new top-level
    
    The example code that is meant to be XIncluded into the API reference
    should not be part of the interactive test suite: it's code that it is
    meant to be used as a reference implementation - whereas the interactive
    test suite should be allowed to be lean and test behaviour even in nasty
    ways. In short: the test suite should not be the place where we show off
    idiomatic code for educational purposes.

 Makefile.am                              |    2 +-
 clutter/clutter-actor.c                  |    2 +-
 clutter/clutter-bin-layout.c             |    2 +-
 clutter/clutter-bind-constraint.c        |    2 +-
 clutter/clutter-canvas.c                 |    2 +-
 clutter/clutter-constraint.c             |    4 +-
 clutter/clutter-drag-action.c            |    2 +-
 clutter/clutter-drop-action.c            |    2 +-
 clutter/clutter-image.c                  |    2 +-
 clutter/clutter-main.c                   |    2 +-
 configure.ac                             |    2 +
 examples/Makefile.am                     |   39 ++++
 examples/README                          |   10 +
 examples/basic-actor.c                   |  153 +++++++++++++++
 examples/bin-layout.c                    |  307 +++++++++++++++++++++++++++++
 examples/bind-constraint.c               |  246 +++++++++++++++++++++++
 examples/canvas.c                        |  133 +++++++++++++
 examples/constraints.c                   |   90 +++++++++
 examples/drag-action.c                   |  205 +++++++++++++++++++
 examples/drop-action.c                   |  245 +++++++++++++++++++++++
 examples/image-content.c                 |  116 +++++++++++
 examples/threads.c                       |  274 ++++++++++++++++++++++++++
 tests/interactive/Makefile.am            |   12 +-
 tests/interactive/test-actor.c           |  160 ---------------
 tests/interactive/test-bin-layout.c      |  314 ------------------------------
 tests/interactive/test-canvas.c          |  139 -------------
 tests/interactive/test-constraints.c     |  253 ------------------------
 tests/interactive/test-drag.c            |  206 --------------------
 tests/interactive/test-drop.c            |  251 ------------------------
 tests/interactive/test-image-box.c       |  123 ------------
 tests/interactive/test-snap-constraint.c |   93 ---------
 tests/interactive/test-threads.c         |  281 --------------------------
 32 files changed, 1833 insertions(+), 1841 deletions(-)

commit 64841d6498df01807dfa732935c27b2b1350e5a3
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 1 14:04:37 2012 +0100

    Post-release version bump to 1.11.3

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

commit c1d2298e30d515347c5e3f7b29c296280f80226b
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 1 13:58:34 2012 +0100

    Release Clutter 1.11.2

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

commit dd3c66579b196db7b3dc03d3b3159edf5dd0c1d6
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue May 1 13:29:19 2012 +0100

    conform/actor-graph: Add missing NULL terminator

 tests/conform/actor-graph.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c3718951409f6fcffe62fca5ce28d348691ba3d8
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Mon Apr 30 23:20:03 2012 +0200

    [l10n] Updated German translation

 po/de.po |  433 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 240 insertions(+), 193 deletions(-)

commit 6db381978e6ce5c671954622db01d01e86a4b221
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 30 18:34:37 2012 +0100

    Add missing symbols

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

commit 53014bd781e98cf884373ce92fde529dd1e347f0
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 30 17:46:48 2012 +0100

    docs: Replace unknown <envvar> tag with <varname>

 doc/reference/clutter/running-clutter.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 266c1d77059bd6c9d7650ad74bca364ced870065
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 30 17:45:01 2012 +0100

    docs: Fix typo in the <structname> tag

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

commit 0dd74ca3fbf533379383ea6433c544969d996768
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 30 17:12:12 2012 +0100

    docs: Annotation fixes
    
    The introspection scanner has become slightly more annoying, in the hope
    that people start fixing their annotations. As it turns out, it was the
    right move.

 clutter/Makefile.am                         |    2 ++
 clutter/clutter-actor.c                     |    2 +-
 clutter/clutter-actor.h                     |    2 +-
 clutter/clutter-drag-action.c               |    2 +-
 clutter/clutter-event.c                     |    2 +-
 clutter/clutter-layout-meta.h               |    2 +-
 clutter/clutter-macros.h                    |    4 +--
 clutter/clutter-main.c                      |    2 +-
 clutter/clutter-paint-nodes.c               |   44 ++++++++++++++++-----------
 clutter/clutter-stage.c                     |   12 ++++----
 clutter/clutter-text.c                      |    2 +-
 clutter/clutter-texture.c                   |    6 ++--
 clutter/clutter-timeline.c                  |    2 +-
 clutter/clutter-version.h.in                |    6 ++--
 clutter/deprecated/clutter-behaviour-path.h |    2 +-
 clutter/deprecated/clutter-behaviour.h      |    2 +-
 clutter/x11/clutter-x11-texture-pixmap.c    |    2 +-
 17 files changed, 53 insertions(+), 43 deletions(-)

commit 64f897c7f0a8de511ff4707dbb80557a949412fe
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Sat Apr 28 10:27:05 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1141 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 593 insertions(+), 548 deletions(-)

commit e59a86def911098831ff14b36bb3586e7eb12645
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Apr 27 16:44:06 2012 +0200

    Updated Galician translations

 po/gl.po | 1162 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 602 insertions(+), 560 deletions(-)

commit 0a2dfec4a966984a190f0105e9f261fc493fd6f6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Apr 27 16:25:29 2012 +0200

    Updated Spanish translation

 po/es.po | 1184 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 614 insertions(+), 570 deletions(-)

commit fec0578bfe0106ae7ebf40f00d901106a444a5e2
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 27 14:21:25 2012 +0100

    animatable: Disable deprecation warnings
    
    We are using deprecated API internally.

 clutter/clutter-animatable.c |    2 ++
 1 file changed, 2 insertions(+)

commit 24885b13a6c6144cc2b7be53c4e4d24ad456439c
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Apr 27 14:58:55 2012 +0200

    Updated POTFILES.in

 po/POTFILES.in |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit 0077c5127834b0aa539bd4ae6017cdc5a62b05bf
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 27 12:38:19 2012 +0100

    Disable deprecation warnings in deprecated classes
    
    We know we're using deprecated symbols.

 clutter/deprecated/clutter-alpha.c         |    2 ++
 clutter/deprecated/clutter-animation.c     |    2 ++
 clutter/deprecated/clutter-animator.c      |    2 ++
 clutter/deprecated/clutter-cairo-texture.c |    2 ++
 clutter/deprecated/clutter-state.c         |    6 ++++--
 5 files changed, 12 insertions(+), 2 deletions(-)

commit 05df0c9c145115929618db075b5055c132fb15bd
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 26 14:33:53 2012 +0100

    docs: Mention that patches must pass the conformance tests
    
    People submitting patches should do a conformance test suite run, until
    we have a buildbot and a way of running the conformance tests on a
    headless setup.

 README.in |    9 +++++++++
 1 file changed, 9 insertions(+)

commit 155e0eee891223df9764c8062943a7241e7a8ac6
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 25 17:28:05 2012 +0100

    docs: Add missing symbols to the sections file

 doc/reference/clutter/clutter-sections.txt |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit 70091245e8069edc3820cd596e2e95903e575d6d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 25 17:22:10 2012 +0100

    docs: Specify scroll_to_point() coordinate space

 clutter/clutter-scroll-actor.c |    2 ++
 1 file changed, 2 insertions(+)

commit bca93c1a75324b439e93500011f90817eae1074a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 25 17:13:29 2012 +0100

    Deprecate ClutterAlpha
    
    It's time. Now that we have clutter_actor_allocate() respecting the
    easing state of an actor, and that the LayoutManager animation virtual
    functions have been deprecated, we can put ClutterAlpha on the chopping
    block, and be done with it, once and for all.
    
    So long, ClutterAlpha; and thanks for all the fish.

 clutter/Makefile.am                            |    4 +-
 clutter/clutter-alpha.c                        |  930 -----------------------
 clutter/clutter-alpha.h                        |  131 ----
 clutter/clutter-box-layout.c                   |    1 +
 clutter/clutter-deprecated.h                   |    1 +
 clutter/clutter-layout-manager.c               |    5 +-
 clutter/clutter-layout-manager.h               |    3 -
 clutter/clutter-script-parser.c                |    1 +
 clutter/clutter-table-layout.c                 |    1 +
 clutter/clutter.h                              |    1 -
 clutter/deprecated/clutter-alpha.c             |  962 ++++++++++++++++++++++++
 clutter/deprecated/clutter-alpha.h             |  144 ++++
 clutter/deprecated/clutter-behaviour-depth.c   |    1 +
 clutter/deprecated/clutter-behaviour-ellipse.c |    1 +
 clutter/deprecated/clutter-behaviour-opacity.c |    1 +
 clutter/deprecated/clutter-behaviour-path.c    |    1 +
 clutter/deprecated/clutter-behaviour-rotate.c  |    1 +
 clutter/deprecated/clutter-behaviour-scale.c   |    1 +
 clutter/deprecated/clutter-behaviour.c         |    1 +
 19 files changed, 1123 insertions(+), 1068 deletions(-)

commit a5630d962f6b51812783945f47ca7e6215e06754
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 25 15:49:28 2012 +0100

    docs: Clean up index
    
    Move CairoTexture to the deprecated section.

 doc/reference/clutter/clutter-docs.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 23f3edce6109895a9bb7968a877c5756e67698df
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 25 15:48:10 2012 +0100

    docs: Add ScrollActor to the API reference

 doc/reference/clutter/clutter-docs.xml.in  |    1 +
 doc/reference/clutter/clutter-sections.txt |   22 ++++++++++++++++++++++
 doc/reference/clutter/clutter.types        |    1 +
 3 files changed, 24 insertions(+)

commit 999bbe20a54f24bd1edf2ab74ed2e62e17de0ebf
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 12 15:56:53 2012 +0100

    Add ClutterScrollActor
    
    ClutterScrollActor is an actor that allows showing a portion of its
    contents.

 clutter/Makefile.am                   |    2 +
 clutter/clutter-enums.h               |   20 ++
 clutter/clutter-scroll-actor.c        |  478 +++++++++++++++++++++++++++++++++
 clutter/clutter-scroll-actor.h        |   97 +++++++
 clutter/clutter-types.h               |    1 +
 clutter/clutter.h                     |    1 +
 clutter/clutter.symbols               |    7 +
 tests/interactive/Makefile.am         |    3 +-
 tests/interactive/test-scroll-actor.c |  179 ++++++++++++
 9 files changed, 787 insertions(+), 1 deletion(-)

commit 4d34a2229dd3de70e440fd57e60d54d4fc49bfd2
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 20 18:23:21 2012 +0100

    interactive/table-layout: Enable animations

 tests/interactive/test-table-layout.c |    1 +
 1 file changed, 1 insertion(+)

commit d28bce4a259a4dbd3f15ecc8f077e615debcea40
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 20 18:14:42 2012 +0100

    layout-manager: Deprecate the layout animation
    
    This semi-aborted API was broken for various reasons:
    
      - it strongly depended on ClutterAlpha, a class we're trying to
        deprecate;
      - it requires a lot of boilerplate and copy-and-paste code;
      - it requires a full relayout of the actor tree for something
        that ought to be automatically handled by ClutterActor.
    
    Now that clutter_actor_allocate() handles transitions using the easing
    state of the actor, we can deprecate the LayoutManager API for the 1.x
    series, and remove it for the 2.x series.

 clutter/clutter-layout-manager.c |    6 ++++++
 clutter/clutter-layout-manager.h |   17 ++++++++++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)

commit 30b78a7212e508cde2911293aeefe1bfeab11eae
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 20 18:14:00 2012 +0100

    table-layout: Deprecate the animation API
    
    Similar to what we did for ClutterBoxLayout.

 clutter/clutter-table-layout.c |  217 +++++++++++-----------------------------
 clutter/clutter-table-layout.h |    6 ++
 2 files changed, 62 insertions(+), 161 deletions(-)

commit d1998712e1cc931e1152fd1fca3f29538814023f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 20 18:11:57 2012 +0100

    box-layout: Deprecate the animation API
    
    BoxLayout will use the easing state of the children it's allocating; the
    current API is re-implemented in terms of an implicit easing state
    forced on each child prior to allocating it.

 clutter/clutter-box-layout.c |  224 +++++++++++-------------------------------
 clutter/clutter-box-layout.h |    6 ++
 2 files changed, 62 insertions(+), 168 deletions(-)

commit 8ef2c46baaa171f02824576f8a2ff0a7c2038581
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 20 18:06:02 2012 +0100

    actor: Make :allocation animatable
    
    Calling clutter_actor_allocate() should transition between the current
    allocation and the new allocation, by using the defined implementation
    of the easing state.
    
    This means that:
    
      clutter_actor_save_easing_state (actor);
      clutter_actor_allocate (actor, &new_alloc, flags);
      clutter_actor_restore_easing_state (actor);
    
    will cause "actor" to transition between the current allocation and the
    desired new allocation.
    
    The trick is to ensure that this happens without invalidating the
    entire actor tree, but only the portion of the tree that has the
    transitioned actor as the local root. For this reason, we just call the
    allocate() implementation from within the transition frame advancement,
    without invalidating flags: the actor, after all, *has* a valid
    allocation for the duration of the transition.

 clutter/clutter-actor.c |   57 +++++++++++++++++++++++++++++++++++------------
 1 file changed, 43 insertions(+), 14 deletions(-)

commit 8cb9725699a2cc26844f1fce06eb3c6a6b218a6a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 23 12:28:23 2012 +0100

    actor: Ignore allocation flags
    
    Allocation flags are informative, and are only meant to be used to
    communicate additional information about the allocation process to
    an actor.

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

commit 78aae84d438587b45ec52d7a28f57e019f04ae23
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 20 12:45:54 2012 +0100

    actor: Coalesce needs_[xy]_expand() into one method
    
    Use the orientation enumeration instead of a per-axis method.

 clutter/clutter-actor.c      |   65 ++++++++++++++++--------------------------
 clutter/clutter-actor.h      |    5 ++--
 clutter/clutter-bin-layout.c |    4 +--
 clutter/clutter.symbols      |    3 +-
 4 files changed, 30 insertions(+), 47 deletions(-)

commit 807d77c0f321a94db960750adb21a231a7a6330a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 27 17:08:59 2012 +0100

    box-layout: Add the :orientation property
    
    And deprecate the :vertical property.
    
    An enumeration is clearer, and we can use it elsewhere in the API.

 clutter/clutter-box-layout.c        |  189 ++++++++++++++++++++++++++---------
 clutter/clutter-box-layout.h        |  115 +++++++++++----------
 clutter/clutter-enums.h             |   14 +++
 tests/interactive/test-box-layout.c |   14 ++-
 4 files changed, 229 insertions(+), 103 deletions(-)

commit 5d8b177679038811a1d2ae88943e2f44e0f51918
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 17:27:34 2012 +0100

    bin-layout: Deprecate BinLayout alignments
    
    We should use the ClutterActor's API for this.

 clutter/Makefile.am                     |    1 +
 clutter/clutter-bin-layout.c            |   16 ++++++++-
 clutter/clutter-bin-layout.h            |   14 --------
 clutter/clutter-deprecated.h            |    1 +
 clutter/clutter-enums.h                 |    3 ++
 clutter/deprecated/clutter-bin-layout.h |   56 +++++++++++++++++++++++++++++++
 6 files changed, 76 insertions(+), 15 deletions(-)

commit 26d366a3a5d1a0294adac71d4bede4f507d052e0
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 17:20:45 2012 +0100

    docs: XInclude the bin layout example

 clutter/clutter-bin-layout.c |   32 +++-----------------------------
 1 file changed, 3 insertions(+), 29 deletions(-)

commit 4067dcdfe14a5e7bd5785982d5ab4410e855d4e5
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 16:35:22 2012 +0100

    interactive/bin-layout: Improve the example code
    
    Use modern API; clean up the code, and document it so that it's possible
    to XInclude it into the API reference.

 tests/interactive/Makefile.am       |    2 +-
 tests/interactive/test-bin-layout.c |  236 ++++++++++++++++++++---------------
 2 files changed, 135 insertions(+), 103 deletions(-)

commit 6ddc694e68f827c9990d75a52af14cc911ff65ad
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 16:34:36 2012 +0100

    bin-layout: Use the actor align/expand flags
    
    If an actor is set to expand, we use the actor's horizontal and vertical
    alignment values instead of the BinLayout's.

 clutter/clutter-bin-layout.c |   54 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 49 insertions(+), 5 deletions(-)

commit 473aaf7766cdc4f3322645249440087c1f501e0a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 16:33:53 2012 +0100

    actor: Add private get_effective_x_align() method
    
    A method to retrieve the effective horizontal alignment of the actor,
    taking into consideration the text direction.

 clutter/clutter-actor-private.h |    2 ++
 clutter/clutter-actor.c         |   16 ++++++++++++++++
 2 files changed, 18 insertions(+)

commit 90032e00196494db381980abdca3639f9d605d3d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 27 14:53:27 2012 +0100

    actor: Add basic automatic expand flags
    
    The :x-expand and :y-expand flags on ClutterActor are used to signal
    that an actor should expand horizontally and/or vertically - i.e. that
    its parent's layout management policy should try to assign extra space
    to the actor when allocating it.
    
    The expand flags are automatic: when set on a leaf node in the actor
    tree, they will bubble up through the parent and grandparents up to the
    top level actor; during allocation, the actors with children will lazily
    compute whether their children needs to expand.

 clutter/clutter-actor-private.h |   14 +-
 clutter/clutter-actor.c         |  417 ++++++++++++++++++++++++++++++++++++++-
 clutter/clutter-actor.h         |   14 ++
 clutter/clutter.symbols         |    6 +
 4 files changed, 444 insertions(+), 7 deletions(-)

commit 217c4e7ba0958c6a84cc387885437e58bb3f6069
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 16:35:39 2012 +0100

    actor: Remove automatic transition init from add_transition()
    
    Adding an explicit transition overrides any consideration of the easing
    state of an actor.

 clutter/clutter-actor.c                      |   11 -----------
 tests/interactive/test-keyframe-transition.c |    7 +------
 2 files changed, 1 insertion(+), 17 deletions(-)

commit 0b76ba332d270e327d8094c25d1b2197e5b89ac6
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 16:00:23 2012 +0100

    Fixes for the API reference
    
    Typos, missing symbols, and missing documentation.

 clutter/clutter-animatable.c               |   14 +++---
 clutter/clutter-cairo.c                    |   29 ++++++++++++
 clutter/clutter-constraint.c               |    2 +-
 clutter/clutter-deform-effect.c            |    2 +-
 clutter/clutter-effect.c                   |   15 +++---
 clutter/clutter-enums.h                    |    2 +-
 clutter/clutter-gesture-action.c           |    2 +-
 clutter/clutter-gesture-action.h           |    2 +-
 clutter/clutter-layout-manager.c           |   41 ++++++++--------
 clutter/clutter-offscreen-effect.c         |    4 +-
 clutter/clutter-paint-node.h               |    9 ++++
 clutter/clutter-shader-effect.c            |    4 +-
 clutter/clutter-types.h                    |   70 +++++++++++++++++++++++++++-
 clutter/clutter-units.c                    |    4 +-
 clutter/wayland/clutter-wayland-surface.c  |   31 +++++++++++-
 doc/reference/clutter/clutter-sections.txt |   27 +++++++++--
 16 files changed, 204 insertions(+), 54 deletions(-)

commit 076179f20be0ff5cf2fa579d1270f424c240c1f8
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 18:31:53 2012 +0100

    docs: Clean up the animation section

 doc/reference/clutter/clutter-docs.xml.in |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

commit de94b8e6345743ecd0a7d66b50413c83b6d55558
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 18:30:40 2012 +0100

    Add deprecation annotations

 clutter/deprecated/clutter-animation.c |   36 ++++++++++++++++++-
 clutter/deprecated/clutter-animator.c  |   26 ++++++++++++++
 clutter/deprecated/clutter-animator.h  |   27 ++++++++++++++
 clutter/deprecated/clutter-state.c     |   60 ++++++++++++++++++++++++++++++++
 clutter/deprecated/clutter-state.h     |   28 +++++++++++++++
 5 files changed, 176 insertions(+), 1 deletion(-)

commit b4f12cfb83321abd30dbc23e36572c0dd5609cf7
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 18:18:27 2012 +0100

    Deprecate ClutterAnimation, as well as clutter_actor_animate()
    
    ClutterPropertyTransition, and the implicit animation API based on
    ClutterTransition and ClutterAnimatable, are enough to replace this
    whole API.

 clutter/Makefile.am                    |    3 +-
 clutter/clutter-animatable.c           |    1 +
 clutter/clutter-animatable.h           |    2 +-
 clutter/clutter-animation.c            | 2619 --------------------------------
 clutter/clutter-animation.h            |  165 --
 clutter/clutter-types.h                |   68 +-
 clutter/clutter.h                      |    1 -
 clutter/deprecated/clutter-animation.c | 2619 ++++++++++++++++++++++++++++++++
 clutter/deprecated/clutter-animation.h |  158 +-
 9 files changed, 2812 insertions(+), 2824 deletions(-)

commit 63e909576a84edb30951f888ba3787e09ce643c8
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 18:00:23 2012 +0100

    Deprecate State and Animator
    
    The PropertyTransition, KeyframeTransition, and TransitionGroup classes
    can effectively replace Animator and State in their common usage.

 clutter/Makefile.am                   |    8 +-
 clutter/clutter-animator.c            | 2147 -------------------------------
 clutter/clutter-animator.h            |  159 ---
 clutter/clutter-deprecated.h          |    2 +
 clutter/clutter-script.c              |   16 +-
 clutter/clutter-script.h              |    3 +
 clutter/clutter-state.c               | 2252 ---------------------------------
 clutter/clutter-state.h               |  159 ---
 clutter/clutter.h                     |    2 -
 clutter/deprecated/clutter-animator.c | 2147 +++++++++++++++++++++++++++++++
 clutter/deprecated/clutter-animator.h |  159 +++
 clutter/deprecated/clutter-state.c    | 2252 +++++++++++++++++++++++++++++++++
 clutter/deprecated/clutter-state.h    |  159 +++
 13 files changed, 4737 insertions(+), 4728 deletions(-)

commit 024f6d40d262c55ea7c6a845885b16685bd65ba8
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 17:47:53 2012 +0100

    keyframe-transition: Add direct accessors for key frames
    
    This should allow modifying key frame details without requiring a full
    reset of the KeyframeTransition instance.

 clutter/clutter-keyframe-transition.c      |  102 ++++++++++++++++++++++++++++
 clutter/clutter-keyframe-transition.h      |   15 ++++
 clutter/clutter.symbols                    |    3 +
 doc/reference/clutter/clutter-sections.txt |    5 ++
 4 files changed, 125 insertions(+)

commit c500fc1844618c634670f6771100c40328b35d00
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 10:59:34 2012 +0000

    Add ClutterTransitionGroup
    
    The TransitionGroup class is a logical container for running multiple
    transitions.
    
    TransitionGroup is not a Score: it is a Transition that advances each
    Transition it contains using the delta between frames, and ensures that
    all transitions are in a consistent state; these transitions are not
    advanced by the master clock.

 clutter/Makefile.am                          |    2 +
 clutter/clutter-transition-group.c           |  257 ++++++++++++++++++++++++++
 clutter/clutter-transition-group.h           |   91 +++++++++
 clutter/clutter-types.h                      |   15 +-
 clutter/clutter.h                            |    1 +
 clutter/clutter.symbols                      |    5 +
 doc/reference/clutter/clutter-docs.xml.in    |    1 +
 doc/reference/clutter/clutter-sections.txt   |   20 ++
 doc/reference/clutter/clutter.types          |    1 +
 tests/interactive/test-keyframe-transition.c |   25 ++-
 10 files changed, 406 insertions(+), 12 deletions(-)

commit edfe61817448a5abf96d22fbd2f9924531b586a5
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 21 16:07:29 2012 +0000

    timeline: Add an internal function for advancing a timeline
    
    There are cases when we want to advance a timeline from another time
    source. We cannot use _clutter_timeline_do_tick() directly, as that
    assumes that the timeline is already playing, so we'll need to create a
    wrapper that toggles the playing flag around it.

 clutter/clutter-master-clock.h |    3 +++
 clutter/clutter-timeline.c     |   26 ++++++++++++++++++++++----
 2 files changed, 25 insertions(+), 4 deletions(-)

commit 270894342e6847fbec2397b6e5709bd2cc2027a2
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 15:53:52 2012 +0100

    Add ClutterKeyframeTransition
    
    A simple transition class that interpolates a property between key
    frames.

 clutter/Makefile.am                          |    2 +
 clutter/clutter-keyframe-transition.c        |  628 ++++++++++++++++++++++++++
 clutter/clutter-keyframe-transition.h        |  105 +++++
 clutter/clutter-types.h                      |    1 +
 clutter/clutter.h                            |    1 +
 clutter/clutter.symbols                      |   11 +
 doc/reference/clutter/clutter-docs.xml.in    |    5 +-
 doc/reference/clutter/clutter-sections.txt   |   22 +
 doc/reference/clutter/clutter.types          |    1 +
 tests/interactive/Makefile.am                |    3 +-
 tests/interactive/test-keyframe-transition.c |   77 ++++
 11 files changed, 853 insertions(+), 3 deletions(-)

commit d24eccd026e991f00e9e92a3df4e23334573891e
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 14:18:56 2012 +0100

    interval: Allow passing NULL values to the constructor
    
    Given that we can create a ClutterInterval without an initial and final
    values using g_object_new(), it stands to reason that we ought to be
    able to create an instance when passing NULL GValue pointers to the
    new_with_values() constructor as well.

 clutter/clutter-interval.c |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

commit bf12e231998fc299549023ede79b77225528a907
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 14:11:28 2012 +0100

    easing: Add utility functions
    
    We end up copying the same array-of-modes-and-functions code in various
    places, so it's better to factor it out.

 clutter/clutter-alpha.c    |   62 +++---------------------------------
 clutter/clutter-easing.c   |   76 ++++++++++++++++++++++++++++++++++++++++++++
 clutter/clutter-easing.h   |   11 +++++++
 clutter/clutter-timeline.c |   55 +-------------------------------
 4 files changed, 92 insertions(+), 112 deletions(-)

commit 865a682450d2222ae605e28b161313d29591f0dd
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 14:10:40 2012 +0100

    actor: Make add_transition() work regardless of easing state
    
    We can add transitions to an actor even if the easing state hasn't been
    set beforehand.

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

commit fe6d284a83d8a962cedfd35ad516faf39e2eec2a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 22 10:48:02 2012 +0000

    docs: Use the Transition convenience API

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

commit 2470398ede2d1fe6541dac845602269b2b14dd48
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 22 10:08:48 2012 +0000

    transition: Add interval convenience API
    
    This should cut down the lines and number of objects we have to care
    about when dealing with explicit transitions.

 clutter/clutter-transition.c |  234 ++++++++++++++++++++++++++++++++++++++++++
 clutter/clutter-transition.h |   15 +++
 2 files changed, 249 insertions(+)

commit a9cc06257ff060eaee7ac46120b0822de2c1e4ba
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 14:55:08 2012 +0100

    docs: Add a reference section for geometric types

 clutter/clutter-base-types.c               |   10 +-
 doc/reference/clutter/clutter-docs.xml.in  |    1 +
 doc/reference/clutter/clutter-sections.txt |  198 ++++++++++++++++++----------
 3 files changed, 135 insertions(+), 74 deletions(-)

commit 764068a7233c7ac942f67518034e59fdeb388413
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 12:34:02 2012 +0100

    Add version annotation for newly added functions

 clutter/clutter-types.h |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

commit b2feb463bd3d8846ff8a79c8b58e12b1539ae63d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 12:32:07 2012 +0100

    Add a rect-contains-rect function
    
    Similar to the contains-point one.

 clutter/clutter-base-types.c |   28 ++++++++++++++++++++++++++++
 clutter/clutter-types.h      |    2 ++
 clutter/clutter.symbols      |    1 +
 3 files changed, 31 insertions(+)

commit 9c637ccb41adb33721b209bcc53732aba240d731
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 12:30:45 2012 +0100

    Use an epsilon for float comparison
    
    We tend to use float comparison for structured data types like Vertex,
    Point, and Size; we should take into consideration fluctuations in the
    floating point representation as well.

 clutter/clutter-base-types.c |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

commit 695621f5eaa82b931be7b6b817f7992073cf1259
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 12:16:54 2012 +0100

    event: Add distance and angle accessors
    
    Let's start using ClutterPoint in the API.

 clutter/clutter-event.c |  115 ++++++++++++++++++++++++++++++++++++++++-------
 clutter/clutter-event.h |    9 ++++
 clutter/clutter.symbols |    7 ++-
 3 files changed, 112 insertions(+), 19 deletions(-)

commit d021cc7c02059126f2e20ce4807baf58161fe447
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 19 12:15:17 2012 +0100

    Add a function to compute the distance between points

 clutter/clutter-base-types.c |   41 +++++++++++++++++++++++++++++++++++++++++
 clutter/clutter-types.h      |    4 ++++
 clutter/clutter.symbols      |    1 +
 3 files changed, 46 insertions(+)

commit bc914bb8a243e102dc3412edcf3b5bb5e9dccf0d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 18 17:31:28 2012 +0100

    Move towards an alloc/init pair for base types
    
    Instead of a single new() constructor that both allocates and
    initializes, split the allocation and initialization into two separate
    functions for types that are typically used on the stack, and rarely
    allocated on the heap, like ClutterPoint and friends.
    
    This is also applied retroactively to ClutterActorBox and ClutterVertex,
    given that the same considerations on usage apply to them as well; we
    can add a return value to clutter_actor_box_init() and
    clutter_vertex_init() in an ABI-compatible way, so that
    clutter_actor_box_new() and clutter_vertex_new() can be effectively
    reimplemented as "init (alloc ())".

 clutter/clutter-actor-box.c  |   45 ++++++++---
 clutter/clutter-base-types.c |  168 ++++++++++++++++++++++++++++++++++++------
 clutter/clutter-types.h      |   12 +--
 clutter/clutter.symbols      |   10 ++-
 4 files changed, 196 insertions(+), 39 deletions(-)

commit 0fc4053613a4dff7c0aad2d4348c2d86be9b41d5
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Apr 13 11:26:38 2012 +0100

    color: Add initializers for ClutterColor
    
    Similar to the ones we have for the other boxed types in Clutter.

 clutter/clutter-color.c |   56 +++++++++++++++++++++++++++++++++++++++++++----
 clutter/clutter-color.h |   19 ++++++++++++++++
 2 files changed, 71 insertions(+), 4 deletions(-)

commit 2276f24ffd356fcfbaac7b0195f30e62c60f67bc
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sun Apr 1 17:54:11 2012 +0100

    script: Support ClutterPoint and ClutterSize
    
    Point and Size can be described both as an array of values or as an
    object.

 clutter/clutter-script-parser.c  |  148 ++++++++++++++++++++++++++++++++++++++
 clutter/clutter-script-private.h |    7 ++
 tests/data/test-script.json      |   12 ++--
 3 files changed, 159 insertions(+), 8 deletions(-)

commit 7814ec2eb544dc4679b9037a485e34b3be2a0f62
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Sun Apr 1 17:32:59 2012 +0100

    actor: Add position and size animatable properties
    
    Using a compound type property for position and size has various
    advantages: it reduces the amount of checks; it reduces the amount
    of notify signals to connect to; it reduces the amount of transitions
    generated.

 clutter/clutter-actor.c |  230 ++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 218 insertions(+), 12 deletions(-)

commit 0f3f0d54d21ee5ec867c3f5645931f186143fcf9
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Mar 30 18:53:22 2012 +0100

    actor: Use ClutterSize for minimum and natural fixed sizes

 clutter/clutter-actor-private.h |    6 ++----
 clutter/clutter-actor.c         |   44 +++++++++++++++++++--------------------
 2 files changed, 24 insertions(+), 26 deletions(-)

commit b7b641d5d3a26b0782462ae8e7cd5097307361e4
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Mar 30 18:43:59 2012 +0100

    actor: Use ClutterPoint for the fixed position

 clutter/clutter-actor-private.h |    3 +--
 clutter/clutter-actor.c         |   23 +++++++++++------------
 2 files changed, 12 insertions(+), 14 deletions(-)

commit 61f17e345aac8c671bdd9d83bb541cae5ae0fcee
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Mar 30 18:22:04 2012 +0100

    Add base geometric types
    
    Clutter should provide some more basic geometric types - Point, Size,
    Rect - so that we can use them in properties and accessors.

 clutter/Makefile.am          |    1 +
 clutter/clutter-actor.c      |  299 ------------
 clutter/clutter-base-types.c | 1027 ++++++++++++++++++++++++++++++++++++++++++
 clutter/clutter-types.h      |  138 +++++-
 clutter/clutter.symbols      |   30 ++
 5 files changed, 1192 insertions(+), 303 deletions(-)

commit d77ca7f7b899917a97902ae722d7d80a06f2feca
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Fri Mar 30 13:56:18 2012 +0100

    Move the progress function registration to clutter-types.h
    
    Near the definition of ClutterProgressFunc.

 clutter/clutter-interval.h |    3 ---
 clutter/clutter-types.h    |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e2564dd265c40e8b0343cbbbc1c98705db8a30fc
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Apr 17 18:40:43 2012 +0100

    Deprecate ClutterCairoTexture
    
    The ClutterCanvas content implementation should be used instead, to
    avoid stringing along the ClutterTexture API and implementation.
    
    This change requires some minor surgery, as the deprecated section
    already contains an header for the previously deprecated methods; plus,
    we don't want to deprecate clutter_cairo_set_source_color(). This means
    creating a new header to be used for Cairo-related API.

 clutter/Makefile.am                        |    5 +-
 clutter/clutter-cairo-texture.c            | 1191 ----------------------------
 clutter/clutter-cairo-texture.h            |  119 ---
 clutter/clutter-cairo.c                    |   63 ++
 clutter/clutter-cairo.h                    |   59 ++
 clutter/clutter-canvas.c                   |    1 +
 clutter/clutter-macros.h                   |   20 -
 clutter/clutter-stage.c                    |    2 +-
 clutter/clutter.h                          |    2 +-
 clutter/clutter.symbols                    |    1 +
 clutter/deprecated/clutter-cairo-texture.c | 1178 +++++++++++++++++++++++++++
 clutter/deprecated/clutter-cairo-texture.h |   94 ++-
 12 files changed, 1398 insertions(+), 1337 deletions(-)

commit 0fca11ec2f38e15fda2a27f31f39110c91f2a4f0
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 23 17:42:40 2012 +0100

    path: Avoid integer overflow in get_distance()
    
    The get_distance() API uses machine integers to compute the distance;
    this means that on 32bit we can overflow the integer size. This gets
    hidden by the fact that get_distance() returns an unsigned integer as
    well.
    
    In reality, ClutterPath is an unmitigated mess, and the only way to
    actually fix it is to break API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652521

 clutter/clutter-path.c |   41 ++++++++++++++++++++++-------------------
 tests/conform/path.c   |   32 +++++++++++++++++++++++++++++++-
 2 files changed, 53 insertions(+), 20 deletions(-)

commit 9428aaa3cbfb49bbaee180774d4a760b7cac0c25
Author: Alejandro Piñeiro <apinheiro@igalia.com>
Date:   Wed Apr 4 12:07:06 2012 +0200

    a11y: stop to use text as the default accessible-name for ClutterText
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672994

 clutter/cally/cally-text.c |   25 -------------------------
 1 file changed, 25 deletions(-)

commit 3cf2bfa3b6eb81bc753d09b8406a17e7314efe5c
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 26 16:59:08 2012 +0100

    media: Define CLUTTER_DISABLE_DEPRECATION_WARNINGS
    
    We know we're building deprecated API.

 clutter/deprecated/clutter-media.c |    2 ++
 1 file changed, 2 insertions(+)

commit 56b7a4985b69db51868f6b369785ee0fae4a8a71
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 26 16:58:23 2012 +0100

    macros: Define MIN_REQUIRED as the current version
    
    Otherwise we'll not warn on deprecations introduced in the current
    development cycle.

 clutter/clutter-macros.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 14572f4db0f6516cceb16d7015e569a4cba77b5d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 26 14:06:00 2012 +0100

    actor: Call show() on set parent conditionally
    
    This commit adds a further conditional check for calling
    clutter_actor_show() when adding a child to an actor. We cannot
    unconditionally change the value of the show-on-set-parent property like
    the original solution of commit 81b19a78f5e02ae8ffd9235054d80b172496415b
    as that breaks the document invariant that show-on-set-parent will be
    changed iff an actor is without a parent.
    
    The new ADD_CHILD_SHOW_ON_SET_PARENT flag is part of the default and
    legacy flags, thus retaining the default behaviour when adding a child;
    the flag is not passed when reordering the list of children, which means
    we ignore the state of the show-on-set-parent property.
    
    The conformance test suite fully passes, including the newly added test
    to verify that changing the paint order does not trigger visibility.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674510

 clutter/clutter-actor.c |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

commit a2f54c59f5de9d9a577e1de44c2002c160ecc13b
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 26 14:02:07 2012 +0100

    Revert "actor: Unconditionally set show_on_set_parent"
    
    This reverts commit 81b19a78f5e02ae8ffd9235054d80b172496415b.
    
    The commit breaks the conformance test unit for the invariants we
    guarantee for the 1.x API:
    
    ERROR:actor-invariants.c:307:actor_show_on_set_parent: assertion failed: (show_on_set_parent)

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

commit 854c246a2b14c4fe5bb5b38c99517d6835e60f92
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 26 13:58:06 2012 +0100

    docs: Add the 1.12 symbols index to the API reference

 doc/reference/clutter/clutter-docs.xml.in |    5 +++++
 1 file changed, 5 insertions(+)

commit 26d8ad7479c04ba142460770fa577ea2a539a8b2
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 26 13:23:29 2012 +0100

    Be resilient in case there is no device manager
    
    It's possible to run Clutter with the 'null' input backend, which means
    that clutter_device_manager_get_default() may return NULL. In the future
    we may add a default dummy device manager, but right now it's safer to
    just add a simple NULL check in the places where we ask for the device
    manager.

 clutter/clutter-main.c              |    8 ++++++++
 clutter/gdk/clutter-event-gdk.c     |    5 ++++-
 clutter/osx/clutter-event-osx.c     |   13 +++++++++----
 clutter/win32/clutter-event-win32.c |    3 +++
 clutter/x11/clutter-backend-x11.c   |    2 ++
 clutter/x11/clutter-stage-x11.c     |   14 +++++++++-----
 6 files changed, 35 insertions(+), 10 deletions(-)

commit f7f81798982da89b8fe3de4b3dfaff4b94006dd2
Author: Neil Roberts <neil@linux.intel.com>
Date:   Fri Apr 20 18:40:31 2012 +0100

    Remove calls to cogl_disable_fog
    
    I can't think of any reason why it would do this and there's no
    comment explaining it so let's just remove it. The global fog state
    has been removed in Cogl 2.0 so it will cause problems later.
    
    Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>

 clutter/clutter-stage.c   |    3 ---
 clutter/clutter-texture.c |    1 -
 2 files changed, 4 deletions(-)

commit 107f43a838891ed9d4a282d8bd65501871a3aa8b
Author: Neil Roberts <neil@linux.intel.com>
Date:   Fri Apr 20 17:11:47 2012 +0100

    clutter-stage-cogl: Use CoglPrimitive for the debug redraw code
    
    CoglVertexBuffer is deprecated so here is a fairly simple replacement
    to use the experimental CoglPrimitive API.
    
    Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>

 clutter/cogl/clutter-stage-cogl.c |   45 +++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 25 deletions(-)

commit 032870dcccd116045c8bed641ab894c229299c82
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Apr 24 10:21:25 2012 -0400

    device-manager: select/unselect device events as device change
    
    When a device is added or changes, select/unselect events from X
    accordingly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673644

 clutter/x11/clutter-device-manager-xi2.c |   13 ++++++++++++
 clutter/x11/clutter-stage-x11.c          |   34 ++++++++++++++++++++++++++++++
 clutter/x11/clutter-stage-x11.h          |    3 +++
 3 files changed, 50 insertions(+)

commit b746044415ba8eb2d4c4263aeec038257f1bf2f3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Apr 23 20:04:58 2012 -0400

    device-manager: don't select events for disabled devices
    
    I.e. only select events for core devices or devices explicitly enabled
    by clients.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673644

 clutter/clutter-device-manager.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 85323f09a59130d67a331a0a0feedfccf951d4ed
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Apr 23 14:14:07 2012 -0400

    conform: Make sure that raising/lowering children doesn't change state
    
    Namely, visibility and show-on-set-parent.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674510

 tests/conform/actor-graph.c |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 81b19a78f5e02ae8ffd9235054d80b172496415b
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Apr 20 19:54:05 2012 -0400

    actor: Unconditionally set show_on_set_parent
    
    Otherwise, doing something like adjusting the child's position
    on a hidden actor will re-show it, which is not what we want.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674510

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

commit 0287dc26ad6e8496d568908539d56a62a230ee45
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Apr 13 14:34:22 2012 -0400

    actor: Not-actors don't have metas

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

commit 340775d09b9af8bb2061c0955187ee35cbf6805b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Apr 15 13:02:42 2012 +0100

    cally: Fix the pkg-config file
    
    Drop a bunch of variables that are not meant to be used by Cally; also,
    drop the wrong library name from the Libs key: Clutter has a single
    shared library, now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674105

 clutter/cally/cally.pc.in |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit d61515322a191d8a537d73c535a814e8fc21f96f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Apr 20 18:31:58 2012 +0100

    x11/device-manager-xi2: Flip deltas around
    
    Up/down is Y.

 clutter/x11/clutter-device-manager-xi2.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7641a1ffe9d3ef8c7b1936ce1114be5b2195a2c0
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Tue Apr 17 19:52:47 2012 +0200

    Updated POTFILES.in

 po/POTFILES.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2a1dcf40081ded459088f514a512f6fb6c956d42
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Apr 17 18:10:39 2012 +0100

    Deprecate ClutterMedia
    
    The interface looked like a good idea around the time Clutter 0.2 was
    out, but in reality we never had a proper, and supported implementation
    outside of clutter-gst - thus, ClutterMedia was acting like a wrapper
    around GStreamer, leading to hilarious issues of impedence mismatch
    between API and all sorts of indirection issues typical of wrong
    abstractions.
    
    In theory, ClutterMedia should have been deprecated and removed before
    we hit 1.0, but we kept flip-flopping on the issue.
    
    For 2.0, it's time to take it out.
    
    And shoot it in the face.

 clutter/Makefile.am                |    4 +-
 clutter/clutter-deprecated.h       |    1 +
 clutter/clutter-media.c            |  599 --------------------------------
 clutter/clutter-media.h            |  104 ------
 clutter/clutter.h                  |    1 -
 clutter/deprecated/clutter-media.c |  663 ++++++++++++++++++++++++++++++++++++
 clutter/deprecated/clutter-media.h |  121 +++++++
 7 files changed, 787 insertions(+), 706 deletions(-)

commit 164c6ee74187b10df6cdf22782d9071c28d787b2
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Fri Mar 30 11:19:02 2012 -0400

    text: Bubble up a click and quit early for just static text
    
    Static text shouldn't need a cursor position or anything like that,
    and it always eats a button press event.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673190

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

commit 2a12747ae36a237b7c7ede98d6a6479c616014da
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Fri Apr 13 19:46:47 2012 +0200

    [l10n] Updated German translation

 po/de.po |  400 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 193 insertions(+), 207 deletions(-)

commit 7fffb7290e9fa840912a14da8102be9a83143226
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 12 17:24:37 2012 +0100

    actor: Return a valid paint volume by default
    
    It's been a year and change, and two stable releases, since we
    introduced the paint volume mechanism to allow actors to paint outside
    their allocation safely in environments that support clipped redraws.
    
    The time has come to flip the switch, and return a valid paint volume,
    matching the actor's allocation, by default - at least for Actor
    instances from classes that do not override paint() and
    get_paint_volume().
    
    If an actor has a paint signal handler then it's the user responsability
    not to paint outside the allocation - and to suffer the consequences of
    doing so; in an ideal world, paint() would not be a signal in the first
    place anyway. Plus, the idea that painting can happen at any time and
    still have a valid surface greatly conflicts with the design goal of
    making Clutter's rendering operations fully retained into a render tree.
    
    We can still revert this commit before spinning 1.12, if need be.

 clutter/clutter-actor.c |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 0bf500815984255cc133e204a8982063ce46a17d
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 12 17:08:33 2012 +0100

    interactive/snap-constaint: Modernize code

 tests/interactive/test-snap-constraint.c |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit 119a25269e36513d0f759f720789a61ec9986a5f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 12 17:07:06 2012 +0100

    actor: Check for mapped children in the default get_paint_volume()
    
    Unmapped children won't be painted so they should not contribute to the
    default paint volume computation.

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

commit 98c9dad42f5881f9ae48217d0adafe4ba510ea5a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Apr 12 17:04:57 2012 +0100

    actor: Clear MetaGroups when empty
    
    When removing the last Action, Constraint, or Effect, we should also be
    clearing the corresponding MetaGroup: code inside ClutterActor relies on
    NULL checks, and changing them all to check for NULL && n_items == 0
    would not be fun.

 clutter/clutter-actor.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit a66fbd258e4011f059df4e3234fe9efe58f15320
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Apr 12 13:07:34 2012 +1000

    Rename XINPUT_2_2 define to HAVE_XINPUT_2_2
    
    configure.ac defines XINPUT_2_2 if XI 2.2 support was found. The code
    expects XINPUT_2_2 in the device manager, but HAVE_XINPUT_2_2 in the x11
    backend.
    
    On newer X servers, the latter causes a BadValue when XIQueryDevice sends a
    different major/minor than gdk's device manager (gnome-control-center).
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673961

 clutter/x11/clutter-device-manager-xi2.c |   26 +++++++++++++-------------
 clutter/x11/clutter-input-device-xi2.c   |    4 ++--
 configure.ac                             |    2 +-
 3 files changed, 16 insertions(+), 16 deletions(-)

commit 14b9cb4f7b68b6c3798760309b5bb436c4e9d187
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Apr 11 13:57:06 2012 +0100

    actor: Fix completed transitions logic
    
    We need to remove the transition only if the current repeat is equal to
    the number of repeats, and if the transition was marked as remove on
    complete. Otherwise, the transition has to remain where it is.

 clutter/clutter-actor.c |   43 +++++++++++++++++--------------------------
 1 file changed, 17 insertions(+), 26 deletions(-)

commit 2d48e6e3e4a86bb66bb859180695c9a5cb12e9fb
Author: Rob Bradford <rob@linux.intel.com>
Date:   Wed Apr 11 11:56:11 2012 +0100

    build: Bump pango dependency to 1.30
    
    Clutter now uses pango_layout_get_character_count() which was added in 1.30.

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

commit 656d5c31e3b356e1e5144c9c31e8e84db6f86edf
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Apr 10 20:56:50 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po |  445 +++++++++++++++++++++++++++--------------------------
 1 file changed, 223 insertions(+), 222 deletions(-)

commit 331488fe860519883929916c9e279fe1ad1b2f6f
Author: Jordi Serratosa <jordis@softcatala.cat>
Date:   Tue Apr 10 20:56:46 2012 +0200

    [l10n] Fixes on Catalan translation

 po/ca.po |  445 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 223 insertions(+), 222 deletions(-)

commit ab486bfe7094b0023655d80d5de5fe1089a12fdd
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Apr 10 13:37:04 2012 +0100

    actor: Remove unnecessary relayout/redraw calls
    
    They will be handled internally.

 clutter/clutter-actor.c |    8 --------
 1 file changed, 8 deletions(-)

commit de9112bc8c8ecf9f64b914e50b09f89a994f8d66
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Apr 10 12:58:17 2012 +0100

    actor: Do not queue_redraw() in set_opacity()
    
    The opacity internal setter will do it for us, and it will take into
    consideration any eventual flatten effect applied to the actor.
    
    This unbreaks the actor-offscreen-redirect conformance test.

 clutter/clutter-actor.c |    2 --
 1 file changed, 2 deletions(-)

commit 25bf0b72f65ad7f7c931581f6ccb9e266addb3bc
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Apr 10 12:34:54 2012 +0100

    x11/stage: Leave a comment about multi-head setup
    
    The get_geometry() implementation is broken on multi-head systems; the
    only solution is to use XRandR to get the size of the CRTC that contains
    the stage.

 clutter/x11/clutter-stage-x11.c |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit b12514ff9a8424bf4c97c1b0c4f608cbe2c5817b
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Apr 10 12:12:50 2012 +0100

    stage: Unset the natural size when fullscreening
    
    This ensures that constraints and signal handlers will go through the
    allocation and not through the cache after ::fullscreen has been
    emitted.

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

commit 612b714149b47f22e2712378013559fd6a205281
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Apr 10 12:12:28 2012 +0100

    interactive/stage-sizing: Clean up

 tests/interactive/test-stage-sizing.c |  120 ++++++++++++++++++++-------------
 1 file changed, 72 insertions(+), 48 deletions(-)

commit f6da5ea616b114c80708817c51b20abb8f8a8304
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 9 11:56:26 2012 +0100

    x11/device-manager-xi2: Add 'Abs Distance' axis
    
    In XInput 2, the proximity events of XInput 1 have been replaced by an
    axis on a valuator class. This means that, on devices that support
    proximity information, for instance pens of a tablet, you will start
    receiving events with the distance as an axis value - similarly to how
    the pressure and tilt are presented in the API.

 clutter/x11/clutter-device-manager-xi2.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit c699972bfa598c103c9dc7eb0fa4b5ea5a81ee8f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Apr 9 11:56:01 2012 +0100

    enums: Add CLUTTER_INPUT_AXIS_DISTANCE

 clutter/clutter-enums.h |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit bdf4b3a33a7e2d35541422059c090c3995e95420
Author: Owen W. Taylor <otaylor@fishsoup.net>
Date:   Mon Apr 9 12:09:59 2012 -0400

    ClutterText: Fix length passed to clutter_text_buffer_set_text()
    
    clutter_text_buffer_set_text() expects a char count, not a byte
    count, so pass -1 rather than using strlen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673783

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

commit 86a5213473e9263b3c55864ac334099283e4a2ec
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sat Apr 7 23:07:59 2012 +0100

    x11/device-manager-xi2: Remove heuristics for touchscreen devices
    
    Devices that have touch valuator classes will be touchscreens or
    touchpads; anything else should be ignored.

 clutter/x11/clutter-device-manager-xi2.c |    3 ---
 1 file changed, 3 deletions(-)

commit 532904e43d6f2b7c49ee9a42f455226db85da197
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Apr 4 15:33:32 2012 +0100

    osx: Fix build

 clutter/osx/clutter-backend-osx.c |   13 ++++++-------
 clutter/osx/clutter-backend-osx.h |    7 ++++++-
 clutter/osx/clutter-osx.h         |    2 ++
 clutter/osx/clutter-stage-osx.c   |   33 ++++++++++++++++-----------------
 4 files changed, 30 insertions(+), 25 deletions(-)

commit ea68ccf7037ca82064d746728a703c34f22ecc78
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Apr 4 15:33:05 2012 +0100

    build: Remove -Waggregate-returns

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

commit cc43536b3c80ccb4e64abc624f8672e687ea0a7b
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Apr 1 20:31:08 2012 +0200

    Updated Swedish translation

 po/sv.po |  428 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 214 insertions(+), 214 deletions(-)

commit d45420f992f3a277ef12d83281ac60981e4c75ac
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 15:52:51 2012 +0100

    actor: Make _clutter_actor_foreach_child() safe again
    
    We were using g_list_foreach() prior to the first Apocalypse, and that
    function is resilient against changes to the list while iterating it;
    since we are not using a GList any more, we need handle this case
    ourselves.

 clutter/clutter-actor.c |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit 656c641d31cab2041f56c86a8f5f9993bfab4c93
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 15:12:09 2012 +0100

    interactive/bin-layout: Call save/restore easing state
    
    Don't do unprotected calls to set_easing_mode() and
    set_easing_duration().

 tests/interactive/test-bin-layout.c |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit 499534f3ac44022b3204161bc12656d7fce36602
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 13:53:40 2012 +0100

    actor: Make :content-gravity animatable
    
    Let's start making some non-trivial property animatable, like the
    content gravity.

 clutter/clutter-actor.c            |   85 ++++++++++++++++++++++++++++++++----
 tests/interactive/test-image-box.c |    2 +
 2 files changed, 79 insertions(+), 8 deletions(-)

commit 2c46baf30c9b6a8fe2af529f5fcbe02c514cdca7
Author: Stefano Facchini <stefano.facchini@gmail.com>
Date:   Thu Mar 29 14:35:50 2012 +0200

    canvas: avoid emission of "draw" signal when the size is zero
    
    This also avoids the warning
    
      Cogl-WARNING **: ./cogl-buffer.c:215: GL error (1285): Out of memory
    
    generated by cogl_buffer_map when the CoglBuffer has zero length.

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

commit 97dcfe5bf14de873425b6759954e74096ea3eefb
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 29 12:01:03 2012 +0100

    actor: Ensure that we correctly remove transitions
    
    The check on :remove-on-complete was inverted, but we also need to check
    that the current repeat of the timeline is also the last.

 clutter/clutter-actor.c |   21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

commit ff9a503c14eca48868f919101f94428e20780165
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 18:07:06 2012 +0100

    actor: Minor optimization to avoid get_preferred_*
    
    When the easing state has a duration of zero milliseconds we can skip
    the entire create_transition() call inside set_width() and set_height(),
    to avoid what may be a costly call to get_preferred_*.

 clutter/clutter-actor.c |   36 ++++++++++++++++++++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)

commit cede56dcdda0bfdd26a155452d05d20e6c974732
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 16:39:30 2012 +0100

    actor: Ensure we use the current easing duration and mode
    
    When updating a transition in flight, if the current easing state does
    not match the transition's.

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

commit 824dfcc67e6d66f38afa8d1fa175a8512e674a26
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 13:21:58 2012 +0100

    docs: Mention in-flight value changes

 clutter/clutter-actor.c |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

commit 39ddf9c542c56d32bf74e35c8146e1a5ef51dcad
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 13:01:17 2012 +0100

    interactive/animation: Use implicit animations instead of animate()
    
    Also, nest animations.

 tests/interactive/test-animation.c |   73 +++++++++++++++++++-----------------
 1 file changed, 39 insertions(+), 34 deletions(-)

commit 2355b57aabd984013b4ec5ec76b192ff8065ef65
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 12:46:30 2012 +0100

    interactive/transitions: Jump to middle-click coordinates
    
    Middle click will update an existing transition while in flight, and
    skip it.

 tests/interactive/test-transitions.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 24d43cd0766bdf1bb09c2e472187b6e5b03f585c
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 12:43:57 2012 +0100

    actor: Check easing duration when updating in-flight transitions
    
    If we update a transition that is currently playing, we need to check
    the current easing state, and look at the eventual duration, in case
    the user wants to cancel the transition.

 clutter/clutter-actor.c |   15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

commit 3c1358da5db3835bcd492760db0aa8e22d107ccc
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Mar 28 08:34:36 2012 +0100

    table-layout: Fix [xy]_expand
    
    A copy and paste thinko.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672853

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

commit 628ffa7b91ccb566ede25d41f4e08cee7c8c7dd6
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Tue Mar 27 15:54:56 2012 -0300

    actor: Invalidate the current state when popping easing states
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672945

 clutter/clutter-actor.c |    1 +
 1 file changed, 1 insertion(+)

commit fa8d43194140bb40200365d3e63b2b9d0f47634c
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 11:52:01 2012 +0100

    actor: Simplify setters of animatable properties
    
    Instead of checking the duration of the current easing state we should
    check if there's a transition in progress, and update it
    unconditionally.
    
    If there is no easing state, or the easing state has a duration of zero
    milliseconds, then create_transition() should bail out early and set the
    requested final state.
    
    This allows us to write:
    
      clutter_actor_save_easing_state (actor);
      clutter_actor_set_x (actor, 200);
      clutter_actor_restore_easing_state (actor);
    
      [...]
    
      clutter_actor_set_x (actor, 100);
    
    and have the second set_x() update the easing in progress, instead of
    being ignored.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672945

 clutter/clutter-actor.c |  344 ++++++++++++++++++-----------------------------
 1 file changed, 129 insertions(+), 215 deletions(-)

commit 0f7dab15d85419d7ab968ae404140eef031755a9
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 28 11:49:53 2012 +0100

    interactive/transitions: Add missing easing state save/restore
    
    The test hasn't been updated after commit 229241b8, and was trying to
    change the easing state without creating one.

 tests/interactive/test-transitions.c |    4 ++++
 1 file changed, 4 insertions(+)

commit f4af52ca7ff1179aa1f7bb4948b334ceb2258084
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 27 12:09:28 2012 +0100

    Remove unused fields from LayoutInfo
    
    The x_expand and y_expand members would mess up the initialization of
    the constant LayoutInfo default structure.

 clutter/clutter-actor-private.h |    5 -----
 1 file changed, 5 deletions(-)

commit b074db869c96476e67ed60cb043faf4510d35479
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Mar 26 18:34:15 2012 +0100

    actor: Add debug annotation in add_transition()

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

commit 1ef85372cc0825c269ac35977ca02da8b12eb6be
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Mon Mar 26 18:31:42 2012 +0100

    actor: Add IN_DESTRUCTION checks
    
    Commit 80626e75842a24c3d0a45068e241ba309f6ec138 removed an
    IN_DESTRUCTION check from within the add_child_internal() method,
    outlining an option for bringing it back. It was too late for the 1.10
    cycle to do it, and eventually pick up the pieces, but now that we're
    at the beginning of the 1.11 cycle we can restore it, and add checks
    elsewhere to balance it.

 clutter/clutter-actor.c |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 67058229f00880c4abf4bc33bef832ba17101ec3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 27 16:57:03 2012 +0900

    Properly manage timeline refcounting in clutter_animation_set_timeline()
    
    This patch fixes clutter to not crash when multiple animations share
    the same timeline and the actors are explicitly destroyed before
    the timeline completes (bug 672890)

 clutter/clutter-animation.c |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit ba3bfde2ea9e52f198dc2085ad8666a44073d2b4
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Mar 26 14:25:45 2012 +0300

    Updated Belarusian translation.

 po/be.po |  438 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 261 insertions(+), 177 deletions(-)

commit b11031c5cefd1e1e043934be81b8b59a7e645ee1
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Mar 25 13:58:54 2012 +0300

    Updated Latvian translation.

 po/lv.po | 1883 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1115 insertions(+), 768 deletions(-)

commit 9d33a62f214a71b469afc5281a94a20240853485
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sat Mar 24 18:37:10 2012 +0200

    Uploaded Ukranian

 po/uk.po |  886 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 498 insertions(+), 388 deletions(-)

commit 289244f0dd8a17e08ef87ba02f02739d2c83afcf
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sat Mar 24 11:59:17 2012 +0100

    Updated Danish translation

 po/da.po |  420 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 252 insertions(+), 168 deletions(-)

commit c9a81f035e0ec2d5726497b986ab7469f4de7a74
Author: Neil Roberts <neil@linux.intel.com>
Date:   Fri Mar 23 17:12:26 2012 +0000

    Don't use any GL types or defines in Clutter
    
    Some of the Clutter code was using GL types for the primitive types
    such as GLint and GLubyte and then passing these to Cogl. This doesn't
    make much sense because the Cogl functions directly take native C
    types. This patch just replaces them with either a native C type or a
    glib type.
    
    Some of the cogl conformance tests are trying to directly call GL for
    example to test creating a foreign texture. These tests have been
    changed to manually define the GL enum values instead of relying on a
    GL header to define them.
    
    This is necessary because Cogl may soon stop including a GL header
    from its public headers.
    
    Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>

 clutter/clutter-shader-effect.c                    |   16 +++---
 clutter/clutter-shader-types.c                     |    8 +--
 clutter/clutter-stage.c                            |    2 +-
 clutter/deprecated/clutter-shader.c                |    8 +--
 tests/conform/test-cogl-materials.c                |   24 +++++++--
 tests/conform/test-cogl-premult.c                  |    2 +-
 tests/conform/test-cogl-texture-rectangle.c        |   53 ++++++++++++++------
 tests/conform/test-cogl-vertex-buffer-contiguous.c |   24 ++++-----
 tests/conform/test-cogl-vertex-buffer-interleved.c |   19 +++----
 tests/conform/test-cogl-vertex-buffer-mutability.c |   24 ++++-----
 tests/conform/test-conform-common.h                |   26 +++++-----
 tests/interactive/test-cogl-tex-foreign.c          |   53 ++++++++++++++------
 tests/interactive/test-cogl-vertex-buffer.c        |   18 +++----
 13 files changed, 167 insertions(+), 110 deletions(-)

commit 04f2be34b2cba22acdb497feb5ecbcc3233ccc6a
Author: Neil Roberts <neil@linux.intel.com>
Date:   Fri Mar 23 16:34:17 2012 +0000

    configure: Fix the -o operator in a call to test
    
    The disjunction operator was misspelt as -O which tests whether the
    following file is owned by the calling user. This doesn't take enough
    arguments so bash was showing an error and the test was always
    failing. This meant that NEED_XKB_UTILS was always false which should
    have broken the build but the Makefile was mistakenly including
    clutter-xkb-utils.c again if SUPPORT_WAYLAND is defined.
    
    See 1b77565e for reference.
    
    Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>

 clutter/Makefile.am |    4 +---
 configure.ac        |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 4316a85c16fba8edcf801641d8d3f2cda5958479
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 22 13:20:55 2012 +0000

    build: Remove disabling Clutter's deprecation warnings while building it
    
    Now that we have deprecation warnings and not full on symbol removal
    from the headers, we can just skip Clutter's own, and use only GLib's.

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

commit 7d4475bce920e57d7e4f07eb083ec7fc171712c5
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Fri Mar 23 14:48:59 2012 +0530

    hindi translation by Chandan Kumar

 po/hi.po | 2162 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 1257 insertions(+), 905 deletions(-)

commit 1b3777f16911e944288443c3bbe0d15604c16a6e
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Thu Mar 22 10:11:11 2012 +0000

    version: Add 1.12 version macros

 clutter/clutter-macros.h     |   14 ++++++++++++++
 clutter/clutter-version.h.in |   10 ++++++++++
 2 files changed, 24 insertions(+)

commit 22fad59c2647182276faa453a94f4a1bd28ae6e7
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 21 14:01:31 2012 +0000

    osx: Fix compilation warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672536

 clutter/osx/clutter-stage-osx.c |   44 ++++++++++++++++++++++++++++++++++-----
 1 file changed, 39 insertions(+), 5 deletions(-)

commit 2bf5e891401ed51f7b5c214c94a575e60220977a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 21 14:01:11 2012 +0000

    Fix fallback profile counter macro

 clutter/clutter-profile.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5a0634478b9722e603c1f736e93de0cf571d5b4e
Author: Viktor Nyberg <greenscandic@googlemail.com>
Date:   Thu Mar 22 12:40:12 2012 +0100

    [l10n] Updated German translation

 po/de.po | 1709 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 1009 insertions(+), 700 deletions(-)

commit b47b5482f266c87a71c1b0eb8d0ba7d484e8812e
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Wed Mar 21 22:47:04 2012 +0400

    Updated Russian translation

 po/ru.po |  484 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 278 insertions(+), 206 deletions(-)

commit 40c345a42af3474271b8b39934a8dd808d42e65c
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Mar 21 10:42:32 2012 -0400

    table-layout: Remove dead code
    
    If a column/row is expanding, n_expand has to be greater than 1.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672557

 clutter/clutter-table-layout.c |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

commit 8c0be4181bc48917535177b3ce61f87d78f0c27d
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Mar 21 10:36:42 2012 -0400

    table-layout: Fix x/y-expand for spanning actors
    
    Ported to ClutterTableLayout from MxTable:
    
    https://github.com/clutter-project/mx/commit/239e53146a678ae753b1fb9a862f4030c66a1d9b
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672557

 clutter/clutter-table-layout.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit 16d28853facdfb81e90a9ac33ae9419bacefd26e
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Mar 21 09:36:07 2012 -0400

    table-layout: Fix column visibility for spanning actors
    
    Ported to ClutterTableLayout from MxTable:
    
    https://github.com/clutter-project/mx/commit/6633f185fcfb7ce8a6ef85276d09e4ee92f584b8
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672557

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

commit 67ddf8745bd974e1da87669f5e45dbe9f7215b6a
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Wed Mar 21 09:35:37 2012 -0400

    table-layout: Remove unused 'shrink' field.
    
    Ported to ClutterTableLayout from MxTable:
    
    https://github.com/clutter-project/mx/commit/053a1b04290e6ac307f90033babf761179d1db89
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672557

 clutter/clutter-table-layout.c |    1 -
 1 file changed, 1 deletion(-)

commit 5dc1cd399cf900cb56057a9cbd99c796d273fa63
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Thu Feb 16 14:06:25 2012 -0500

    actor: Freeze property change notifications on destroy

 clutter/clutter-actor.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 554f0093473c612816abe7bdb832f77dd3e9dec2
Author: kkrothap@redhat.com <email>
Date:   Wed Mar 21 19:33:23 2012 +0530

    Updated Telugu Translations

 po/te.po | 1156 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 638 insertions(+), 518 deletions(-)

commit d7c922c72a73c05b3fe9159f7300b6bf9c6308c0
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 21 13:30:28 2012 +0000

    docs: Clean up the animations sections of the Actor reference

 clutter/clutter-actor.c |  147 +++++++++++++++++++++++++++--------------------
 1 file changed, 86 insertions(+), 61 deletions(-)

commit 40365a1f183ded88019b5e8995b535bbaa2315a1
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Wed Mar 21 12:57:26 2012 +0000

    interactive/scrolling: Use the implicit animation API

 tests/interactive/test-scrolling.c |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

commit 27022c6b06eebd1d7e3a62e9c38ded31cc807c96
Author: Rico Tzschichholz <ricotz@t-online.de>
Date:   Wed Mar 21 13:59:54 2012 +0100

    build: Remove superfluous ','

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

commit b2dfcd346cb18410e859c12f1a9038dbc89f3dc4
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Wed Mar 21 08:53:43 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  366 ++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 225 insertions(+), 141 deletions(-)

commit 6a502f7104a4febed535b398387b479862a8222c
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 16:18:20 2012 +0000

    conform: Set harsher environment for running tests
    
    Set the MALLOC_CHECK_ and MALLOC_PERTURB_ environment variables to catch
    allocation issues.

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

commit e3cbec48a89c69cdccd41f40bff2a3dff9e7d73a
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 16:11:52 2012 +0000

    paint-node: Initialize ClutterPaintOperation
    
    Don't leave it to the compiler.

 clutter/clutter-paint-node-private.h |    2 ++
 clutter/clutter-paint-node.c         |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

commit f1aa16069d04f63e3876f7f22f0b561098b6c545
Author: Robert Bragg <robert@linux.intel.com>
Date:   Tue Mar 20 14:06:10 2012 +0000

    clutter-wayland-compositor.h: Adds missing header guards
    
    Reviewed-by: Neil Roberts <neil@linux.intel.com>
    Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>

 clutter/wayland/clutter-wayland-compositor.h |    5 +++++
 1 file changed, 5 insertions(+)

commit dee544645b29235e0a5fb8e6d5f49ecc4e4915ca
Author: Neil Roberts <neil@linux.intel.com>
Date:   Fri Mar 9 18:24:14 2012 +0000

    wayland: Fix some missing includes
    
    The commit 90e5088 added some extra compiler warning options that were
    triggering warnings when enabling the wayland build due to missing
    header includes. This adds those header includes in.
    
    Reviewed-by: Robert Bragg <robert@linux.intel.com>
    Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>

 clutter/clutter-backend.c                      |    4 ++++
 clutter/evdev/clutter-device-manager-evdev.c   |    1 +
 clutter/wayland/clutter-event-wayland.c        |    1 +
 clutter/wayland/clutter-input-device-wayland.c |    1 +
 clutter/wayland/clutter-stage-wayland.c        |    1 +
 5 files changed, 8 insertions(+)

commit cf96c9caf3770f99ad0d9568ac4b76dd0abe5a2c
Author: Robert Bragg <robert@linux.intel.com>
Date:   Tue Mar 20 13:50:42 2012 +0000

    include standalone cogl-wayland-server/client headers
    
    Because the wayland-server-protocol.h header includes symbols that
    collide with wayland-client-protocol.h Cogl now provides top level
    <cogl/cogl-wayland-server.h> and <cogl/cogl-wayland-client.h> headers so
    that applications can ensure they only include one of the wayland
    protocol headers in a particular compilation unit. This updates clutter
    accordingly to include those headers.
    
    Reviewed-by: Neil Roberts <neil@linux.intel.com>
    Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>

 clutter/clutter-backend.c                 |    2 ++
 clutter/wayland/clutter-backend-wayland.c |    1 +
 clutter/wayland/clutter-stage-wayland.c   |    2 ++
 clutter/wayland/clutter-wayland-surface.c |    3 +--
 4 files changed, 6 insertions(+), 2 deletions(-)

commit 568951b8aca479f53e36597bcf017c2192be3e77
Author: Rob Bradford <rob@linux.intel.com>
Date:   Tue Mar 20 13:31:28 2012 +0000

    wayland: Only try and resize the framebuffer if there is a valid framebuffer

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

commit 1e639cd0ee5bfb5a8556f31c97908c4ca42244d2
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 13:06:48 2012 +0000

    docs: Reorganize the API reference index

 doc/reference/clutter/clutter-docs.xml.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d6e710d252def2a086d9c98efa867af0ca66cb23
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 12:06:21 2012 +0000

    docs: Fix typo

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

commit 7af1d4b847ed86d14da87c7821c2c51fd258b087
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 11:55:41 2012 +0000

    docs: Add a section on actor animations
    
    Detail the implicit and explicit animation models used by ClutterActor.

 clutter/clutter-actor.c |   72 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 71 insertions(+), 1 deletion(-)

commit 15952f26cba2446599eb2a38cc6e97c6aa40cf07
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 11:47:41 2012 +0000

    property-transition: Remove animatable from the ctor
    
    Should not have been there in the first place: the animatable will be
    set either using ClutterTransition API, or when adding the transition
    to a ClutterActor.

 clutter/clutter-actor.c               |    5 +++--
 clutter/clutter-property-transition.c |    8 +++-----
 clutter/clutter-property-transition.h |    3 +--
 3 files changed, 7 insertions(+), 9 deletions(-)

commit 552a9496951e7f62729a79a3d57c82d3805f9519
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 11:22:07 2012 +0000

    Use g_clear_object() instead of unref() + NULL

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

commit 227c7b404d587bc6ef1b812ea930879bb932d79f
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 11:17:53 2012 +0000

    actor: Clarify and improve memory management of transitions
    
    When adding a transition to a ClutterActor, the actor should hold a
    reference on it, and release it only when we remove it. This makes
    transitions just like other objects held by ClutterActor.

 clutter/clutter-actor.c |   44 +++++++++++++++++++++++++++++++-------------
 1 file changed, 31 insertions(+), 13 deletions(-)

commit f339d8a4f3679866b1e8fe49c86963c1ceaa7edf
Author: Emmanuele Bassi <ebassi@linux.intel.com>
Date:   Tue Mar 20 10:22:26 2012 +0000

    Post-branching version bump to 1.11.1

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
