commit fd85623d34a54b3f5607011086cf19cb2c756a6a
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Mar 9 16:31:22 2020 +0000

    Release Clutter 1.26.4

 NEWS         | 34 ++++++++++++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 36 insertions(+), 2 deletions(-)

commit 508cc0f39355b759dd94884efb7af76a5847c13d
Author: Nathan Follens <nfollens@gnome.org>
Date:   Fri Mar 6 20:54:13 2020 +0000

    Update Dutch translation

 po/nl.po | 376 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 188 insertions(+), 188 deletions(-)

commit bb7cfa11cee95ba642892b3443c45c3866d03ad4
Author: Nathan Follens <nfollens@gnome.org>
Date:   Mon Feb 24 16:08:20 2020 +0000

    Update Dutch translation

 po/nl.po | 30 ++++++++++++------------------
 1 file changed, 12 insertions(+), 18 deletions(-)

commit 6a1514db1e250ef6a7c0acced68c542db55d4a96
Author: Sabri Ünal <libreajans@gmail.com>
Date:   Mon Feb 10 19:06:47 2020 +0000

    Update Turkish translation

 po/tr.po | 352 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 176 insertions(+), 176 deletions(-)

commit 67f54788bdc4c5936bb4bcd3a848725a4d1ded4a
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Tue Jan 28 08:49:55 2020 +0000

    Update Slovak translation

 po/sk.po | 78 +++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 45 insertions(+), 33 deletions(-)

commit 02ddfcc00f895492145fa8074dee13212db0ff6f
Author: Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
Date:   Wed Jan 8 15:03:49 2020 +0000

    Add Malay translation

 po/ms.po | 2824 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 2824 insertions(+)

commit 1b40118572abd0e03dca7ce5e1c49850f43b140c
Author: Jordi Mas <jmas@softcatala.org>
Date:   Fri Dec 27 13:29:26 2019 +0100

    Update Catalan translation

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

commit 09788c786f832deec2ae5d9e7b468e7ee0df112d
Merge: e1efdc92f 6134c915f
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Mon Oct 7 23:52:29 2019 +0000

    Merge branch '10bpc' into 'master'
    
    Handle 8 and 10 bits colour depth in picking code (#11)
    
    See merge request GNOME/clutter!10

commit 6134c915fd66fdb4c6b89b0547e68ac8edc62a08
Author: Floris Van den Abeele <florisvda@gmail.com>
Date:   Mon Oct 7 22:55:48 2019 +0200

    Fix coding style issues in MR !10

 clutter/clutter-main.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 9b6d501726e4327db13f6516d229ec43e3cd44e0
Author: Floris Van den Abeele <florisvda@gmail.com>
Date:   Sat Sep 7 21:52:36 2019 +0200

    Handle 8 and 10 bits colour depth in picking code (#11)

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

commit e1efdc92f71e1c233dfb680cc73549392079a3b6
Merge: 25be50900 c70913e2d
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Mon Oct 7 16:47:25 2019 +0000

    Merge branch 'wip/remove-scattered-refs' into 'master'
    
    transition: Don't split reference counting with actor
    
    See merge request GNOME/clutter!12

commit c70913e2df8c8e3b924ca355e73cc12bfb45fcb7
Author: Jonas Ådahl <jadahl@gmail.com>
Date:   Mon Oct 7 18:45:58 2019 +0200

    transition: Don't split reference counting with actor
    
    ClutterActor took a reference in its transition 'stopped' handler,
    aiming to keep the transition alive during signal emission even if it
    was removed during. This is, however, already taken care of by
    ClutterTimeline, by always taking a reference during its 'stopped'
    signal emission, so no need to add another one.
    
    This also has the bonus of making reference ownership simpler, as well
    as avoidance of double free if an actor was destroyed before a
    transition has finished.

 clutter/clutter-actor.c      | 7 -------
 clutter/clutter-transition.c | 1 -
 2 files changed, 8 deletions(-)

commit 25be50900b3c9745c4da45db347bd985b9f96c6f
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Mon Oct 7 14:16:04 2019 +0000

    Update README.md
    
    Note that we're in deep maintenance mode, to avoid people submitting bugs or
    merge requests with new features.

 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

commit d83bc14e8e5575f5aca4228065fc429bef117ec4
Merge: b0d3598cc c32fe995b
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Fri Oct 4 23:43:03 2019 +0000

    Merge branch 'environment' into 'master'
    
    docs: Add missing settings.ini Environment group keys
    
    See merge request GNOME/clutter!8

commit b0d3598ccac4e5bd470be9c61de35d135cf7e79f
Merge: e7db0571f 4a381fa36
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Fri Oct 4 23:40:31 2019 +0000

    Merge branch 'wip/lantw/meson-dont-use-undocumented-export-dynamic-option' into 'master'
    
    meson: Don't use undocumented -export-dynamic option
    
    See merge request GNOME/clutter!9

commit e7db0571fa4661993188e987ed38c72424ceeef7
Merge: f55dfb7be 93bf13dd6
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Fri Oct 4 23:39:50 2019 +0000

    Merge branch 'wip/fix-transitions-leak' into 'master'
    
    clutter/actor: Mark implicit transitions as remove-on-complete
    
    See merge request GNOME/clutter!11

commit 93bf13dd6937d97fb68651967736ba1a252337c0
Author: Jonas Ådahl <jadahl@gmail.com>
Date:   Fri Oct 4 19:44:39 2019 +0200

    clutter/actor: Mark implicit transitions as remove-on-complete
    
    Implicit transitions had a referenced taken while emitting the
    completion signals, but said reference would only be released if it was
    had remove-on-complete set to TRUE.
    
    Change this to instead remove the 'is_implicit' state and mark all
    implicit transitions as remove-on-complete.

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

commit f55dfb7be3f6452460d4b4c45094051eb7ab50b5
Author: Ryuta Fujii <translation@sicklylife.jp>
Date:   Sun Sep 22 12:11:40 2019 +0000

    Update Japanese translation

 po/ja.po | 109 ++++++++++++++++++++++++++-----------------------------------------------------------------------------------
 1 file changed, 26 insertions(+), 83 deletions(-)

commit 7013f07a62245edc84fc05f460991695ddbe1daf
Author: Ryuta Fujii <translation@sicklylife.jp>
Date:   Sun Sep 22 12:10:19 2019 +0000

    Update Japanese translation

 po/ja.po | 1787 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------
 1 file changed, 980 insertions(+), 807 deletions(-)

commit 4a381fa368894135dd9db31862e2663e00d1c9c5
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Sat Sep 7 15:07:23 2019 +0800

    meson: Don't use undocumented -export-dynamic option
    
    GNU libtool is documented to support -export-dynamic and GNU ld is
    documented to support --export-dynamic. However, GCC isn't documented
    to support them. While GCC does support -export-dynamic for backwards
    compatibility, Clang doesn't support it and interprets it wrongly. This
    causes warnings to be shown during linking because Clang splits it into
    '-e xport-dynamic' and the linker can't find 'xport-dynamic' symbol.

 doc/cookbook/examples/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 279ae7ed2207e1a873a5c955790b1aa4181206fb
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Sep 3 08:19:51 2019 +0000

    Update Friulian translation

 po/fur.po | 56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

commit c32fe995b60e1db30e6c1f6a83f095ab88c983cd
Author: Chris Mayo <aklhfex@gmail.com>
Date:   Fri Aug 30 20:06:48 2019 +0100

    docs: Add missing settings.ini Environment group keys
    
    Backends, Drivers and SyncToVblank are available but not documented in
    "Running Clutter".

 doc/reference/running-clutter.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 557e5c20582be83be2766f439ed12afdfda68d77
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Thu Aug 22 16:54:48 2019 +0000

    Update Finnish translation

 po/fi.po | 2779 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 1 file changed, 1395 insertions(+), 1384 deletions(-)

commit 821478e6b429792b54fa7a87947890b41c785555
Merge: 21a88dc73 4eaafae52
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Thu Aug 22 00:15:10 2019 +0000

    Merge branch 'wip/smcv/gdk-hidpi-buffer-scale' into 'master'
    
    gdk: Ensure surface buffer scale is set
    
    See merge request GNOME/clutter!7

commit 4eaafae520c0849a581aa9a1321b808a81d8ed7c
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Mon Nov 7 22:52:45 2016 +0100

    gdk: Ensure surface buffer scale is set
    
    GDK will only set the buffer scale for the surfaces it creates when
    attaching an image or when using an egl window window. Neither will
    happen for native clutter applications, thus directly set the buffer
    scale from clutter in that case (so it's in sync with the rendering
    scale)
    
    Signed-off-by: Sjoerd Simons <sjoerd@luon.net>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769190

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

commit 21a88dc739c19e32b2c52f3bde34e8ad993fd8ba
Merge: e20594f83 f829ddf31
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Wed Aug 21 17:20:50 2019 +0000

    Merge branch 'wip/smcv/issue8' into 'master'
    
    tests/conform: Fix actor-offscreen-redirect
    
    Closes #8
    
    See merge request GNOME/clutter!6

commit f829ddf31449f76292a0f0a2c3e7269802d41a32
Author: Jonas Ådahl <jadahl@gmail.com>
Date:   Thu May 26 22:44:49 2016 +0800

    tests/conform: Fix actor-offscreen-redirect
    
    The actor-offscreen-redirect didn't initialize its state properly, so
    it could potentially end up with the "was_painted" state being TRUE
    from the start, effectively skipping the whole test.
    
    Fixing so that the test even run resulted in the test getting stuck in
    a dead lock due to the verification that a frame was drawn was done
    from a paint callback. A paint callback had the mutex held, so when the
    test case tried to run the main loop, the next paint callback caller
    path taken would try to re-lock the same mutex, thus dead lock.
    
    [Changes originally from the fork of clutter in mutter 3.21.4,
    commit 9c0fa583.]
    
    Fixes: https://gitlab.gnome.org/GNOME/clutter/issues/8
    Bug-Debian: https://bugs.debian.org/931921
    Signed-off-by: Simon McVittie <smcv@debian.org>

 tests/conform/actor-offscreen-redirect.c | 49 ++++++++++++++++++++++++++++++-------------------
 1 file changed, 30 insertions(+), 19 deletions(-)

commit e20594f83bd123c9904c18d6b3fd766c1433cd2c
Author: Asier Sarasua Garmendia <asier.sarasua@gmail.com>
Date:   Wed May 1 07:59:01 2019 +0000

    Update Basque translation

 po/eu.po | 1646 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------------------
 1 file changed, 800 insertions(+), 846 deletions(-)

commit d01e03d1b5bdfb67168341aabe2404b88319de0b
Author: Nathan Follens <nfollens@gnome.org>
Date:   Fri Mar 8 09:58:46 2019 +0000

    Update Dutch translation

 po/nl.po | 2665 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------
 1 file changed, 1671 insertions(+), 994 deletions(-)

commit bd22e48301ed0b26d7cec5db8dc09c10aa7576bc
Author: Марко Костић <marko.m.kostic@gmail.com>
Date:   Thu Feb 28 21:33:46 2019 +0000

    Update Serbian translation

 po/sr.po | 1505 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 749 insertions(+), 756 deletions(-)

commit 6323be83fd84a30449ebbbbec238c0aa0600e68f
Merge: 22483b0fb 495fb2272
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Thu Feb 14 13:42:47 2019 +0000

    Merge branch 'wip/hadess/api-docs' into 'master'
    
    API doc fixes
    
    See merge request GNOME/clutter!3

commit 495fb22722fd2daa0c8b1ddaa9f88a7bebfb80d7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Feb 14 13:04:06 2019 +0100

    docs: Fix typo in ClutterLayoutManager doc

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

commit 075dc4d3d5898672ab23d028a34f0387fc20e4e8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Feb 14 13:02:57 2019 +0100

    Fix obsolete API doc for clutter_table_layout_pack()
    
    clutter_grid_layout_attach_child() doesn't seem to have ever existed.

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

commit 22483b0fb0dd40eaa13bc798fab532394dabe599
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sun Feb 10 14:36:43 2019 +0100

    Update Catalan translation

 po/ca.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit bb3f2de58b20eb25c83990853ee2f6e7a1acf5d2
Author: Rico Tzschichholz <ricotz@ubuntu.com>
Date:   Fri Jan 11 23:41:54 2019 +0100

    g-i: Annotate "callback" type of clutter_binding_pool_override_action()

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

commit a2f816fe7a5050a1be9260693f2e7945533cef52
Author: Charles Monzat <charles.monzat@numericable.fr>
Date:   Sat Dec 29 14:46:56 2018 +0000

    Update French translation

 po/fr.po | 29 +++++++----------------------
 1 file changed, 7 insertions(+), 22 deletions(-)

commit 3e3901c0a1f938f09b9a55617689a8e6d6df8c62
Author: Balasankar C <balasankarc@autistici.org>
Date:   Fri Oct 26 18:15:29 2018 +0000

    Update Malayalam translation

 po/ml.po | 403 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------
 1 file changed, 181 insertions(+), 222 deletions(-)

commit 2407f37ea683d8056e235980f22dd4856bcec414
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Sat Sep 8 13:05:02 2018 +0000

    Update Friulian translation

 po/fur.po | 181 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------
 1 file changed, 89 insertions(+), 92 deletions(-)

commit 9341bccbdcc9bb9ac551ce296bea3da76865659a
Author: Tom Tryfonidis <tomtryf@gnome.org>
Date:   Sat Sep 8 08:34:51 2018 +0000

    Update Greek translation

 po/el.po | 1511 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 752 insertions(+), 759 deletions(-)

commit d99f428b837561757f6d546bf24b2578c5b9862e
Author: Yuras Shumovich <shumovichy@gmail.com>
Date:   Thu Sep 6 13:08:17 2018 +0000

    Update Belarusian translation

 po/be.po | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

commit dd2e05a712876f7f524e1a028c439af24b4b7b79
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sun Sep 2 21:39:52 2018 +0200

    Updated Danish translation

 po/da.po | 52 +++++++++++++++++++++++-----------------------------
 1 file changed, 23 insertions(+), 29 deletions(-)

commit 1201cdfdb1a67945b6fde1c0754a752cb8cdc21e
Author: Rūdolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Sep 2 16:04:59 2018 +0000

    Update Latvian translation

 po/lv.po | 1526 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 1 file changed, 767 insertions(+), 759 deletions(-)

commit 750c252f5bc070b0f6fb6c16a085446b837d9d61
Author: Çağatay Yiğit Şahin <cyigitsahin@outlook.com>
Date:   Fri Aug 31 11:20:33 2018 +0000

    Update Turkish translation

 po/tr.po | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------
 1 file changed, 82 insertions(+), 91 deletions(-)

commit ddcbbabccbc381e3951ceeed1190900c79380a36
Author: Fran Dieguez <frandieguez@gnome.org>
Date:   Wed Aug 29 22:23:42 2018 +0000

    Update Galician translation

 po/gl.po | 1519 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 1 file changed, 764 insertions(+), 755 deletions(-)

commit 630237f6974a4ab73f0fa8435667048389242941
Author: Emin Tufan Çetin <etcetin@gmail.com>
Date:   Sun Aug 26 16:52:05 2018 +0000

    Update Turkish translation

 po/tr.po | 84 ++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------
 1 file changed, 48 insertions(+), 36 deletions(-)

commit 824596bd3f7384d86a8dc68899dfb44ec520ed43
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Sat Aug 25 17:35:14 2018 +0000

    Update Kazakh translation

 po/kk.po | 56 ++++++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 26 deletions(-)

commit ca376e77aebb0811f5ba9613e1dfbf8a570a9c2b
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Sun Aug 19 15:54:38 2018 +0000

    Update British English translation

 po/en_GB.po | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------
 1 file changed, 61 insertions(+), 43 deletions(-)

commit c22bcde0acd500e321050e95127ce31902a9795c
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 16 19:51:34 2018 +0200

    Update MSGID_BUGS_ADDRESS in po/Makevars

 po/Makevars | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d7eb4245a9e563066dd04ada36e1f6703e12a9da
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Fri Jul 27 22:01:53 2018 +0300

    Updated Lithuanian translation

 po/lt.po | 1519 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 1 file changed, 764 insertions(+), 755 deletions(-)

commit b3d5dcab85937e1a068d20c2ec23bcce00088fac
Author: Charles Monzat <charles.monzat@numericable.fr>
Date:   Fri Jul 20 07:54:56 2018 +0000

    Update French translation

 po/fr.po | 1988 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 1 file changed, 1000 insertions(+), 988 deletions(-)

commit ac5ca32e758f8d9dcd74ff2a487dd9ffce2621e8
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Jul 19 06:41:22 2018 +0000

    Update Italian translation

 po/it.po | 1508 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 751 insertions(+), 757 deletions(-)

commit b879e295a9dcf7e626974ccf82f74ebcb1c8bd92
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Jul 11 21:35:33 2018 +0200

    Added Slovenian translation

 po/sl.po | 1518 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 755 insertions(+), 763 deletions(-)

commit 0809e7b4c0c2db46a99749a9dff8ae5ef3549dbd
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Wed Jul 11 00:20:55 2018 +0100

    meson: Add more Requires to pkg-config files
    
    Meson-generated pkg-config files are seeded from the shared library
    object, but that will use the Requires.private field for the library
    dependencies.
    
    Since Clutter exposes types from other libraries, the dependencies
    should go into the Requires field, to avoid under-linking of dependent
    projects. Additionally, per-backend pkg-config files should have their
    own dependencies expressed into the Requires field, if they expose types
    from those dependencies in the public API.

 clutter/meson.build | 57 +++++++++++++++++++++++++++++++++++++++------------------
 meson.build         |  1 -
 2 files changed, 39 insertions(+), 19 deletions(-)

commit fe9131ade5a6a38cfe950f3b636f4fea8a1c78e1
Author: Balázs Meskó <meskobalazs@fedoraproject.org>
Date:   Sun Jul 8 08:24:22 2018 +0000

    Update Hungarian translation

 po/hu.po | 57 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 30 insertions(+), 27 deletions(-)

commit 1a27be213586d1054d5d275adcbf27b91f932a35
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sun Jul 8 09:14:13 2018 +0200

    Update Catalan translation

 po/ca.po | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

commit 1c94b39864049ae378d57199a40c0735c12cb15d
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Sun Jul 1 14:09:10 2018 +0000

    Update Romanian translation

 po/ro.po | 60 +++++++++++++++++++++++++++++-------------------------------
 1 file changed, 29 insertions(+), 31 deletions(-)

commit a6da4a1e692cf018108d163037e968ab0a369d1c
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Fri Jun 29 13:54:51 2018 +0000

    Update Friulian translation

 po/fur.po | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------
 1 file changed, 63 insertions(+), 59 deletions(-)

commit 21b68691a9471b3c50069b5df68fa07103110c18
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sat Jun 23 09:48:32 2018 +0000

    Update German translation

 po/de.po | 1665 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------------
 1 file changed, 894 insertions(+), 771 deletions(-)

commit 2f01a9723106e73c29c40c6f9ba095528f850040
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Sat Jun 23 03:08:01 2018 +0000

    Update Indonesian translation

 po/id.po | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

commit dd60434cae7b1f5d31fe83f26b99037c699d6412
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Thu Jun 21 19:49:44 2018 +0000

    Update Swedish translation

 po/sv.po | 1506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 750 insertions(+), 756 deletions(-)

commit da03edd13086d72e0a0b7bb6cec3fafbe926b9f6
Author: Rafael Fontenelle <rafaelff@gnome.org>
Date:   Tue Jun 19 12:37:13 2018 +0000

    Update Brazilian Portuguese translation

 po/pt_BR.po | 1551 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------
 1 file changed, 773 insertions(+), 778 deletions(-)

commit 401ea544c9eff650cd64e581ebe3026ad5e1b474
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 22:01:35 2018 +0100

    build: Fix soname when building with Meson
    
    The soname needs to be compatible with libtool and gobject-introspection.

 clutter/meson.build | 2 +-
 meson.build         | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit d78670077e0d3165075725b85cc726f166f4511e
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 18:54:25 2018 +0100

    docs: Move contribution guide to the top-level directory
    
    That's where GitLab expects it.

 doc/CONTRIBUTING.md => CONTRIBUTING.md | 0
 Makefile.am                            | 1 +
 doc/Makefile.am                        | 1 -
 3 files changed, 1 insertion(+), 1 deletion(-)

commit c4c5438e7a0819c08e3065db69916a9834a90cc1
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 18:25:14 2018 +0100

    build: Install autocleanups header
    
    We need to install it with Meson as well as Autotools.

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

commit 8aa933d1c1f26b6bd292e0c9c90ec7ac0ffeaaf9
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Jun 18 16:50:37 2018 +0200

    Update Polish translation

 po/pl.po | 62 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 29 deletions(-)

commit b94b189761ce4db2fafed3191e44d64859dd6ec0
Author: Daniel Mustieles <daniel.mustieles.contractor@bbva.com>
Date:   Mon Jun 18 13:34:55 2018 +0200

    Updated Spanish translation

 po/es.po | 1527 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 1 file changed, 767 insertions(+), 760 deletions(-)

commit 6e5ced8556c3b8b0da60851a3b0d1ad240d83643
Author: Marek Cernocky <marek_cernocky@conel.cz>
Date:   Mon Jun 18 10:24:09 2018 +0200

    Updated Czech translation

 po/cs.po | 1506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 751 insertions(+), 755 deletions(-)

commit 0b53234dc383ccde72c4070149debe7716cd6acc
Author: Yi-Jyun Pan <pan93412@gmail.com>
Date:   Mon Jun 18 02:51:25 2018 +0000

    Update Chinese (Taiwan) translation

 po/zh_TW.po | 1504 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------
 1 file changed, 749 insertions(+), 755 deletions(-)

commit 50412a4fd6f0ff40555b67021a25d959400855b5
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 02:03:01 2018 +0100

    docs: Remove unused color definitions
    
    The color variables in some cookbook examples are unused, and the
    compiler is complaining.

 doc/cookbook/examples/layouts-bind-constraint-stage.c | 1 -
 doc/cookbook/examples/layouts-box.c                   | 4 ----
 2 files changed, 5 deletions(-)

commit 61f4dc4bc9b766ef443cb82259f66ccccaff419f
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 02:00:28 2018 +0100

    docs: Handle smooth scrolling in cookbook example
    
    We're missing the CLUTTER_SCROLL_SMOOTH case in the switch over the
    scroll direction, and the compiler complains about it.

 doc/cookbook/examples/events-mouse-scroll.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 2372413139a27d06f528dcc431501515c4befb55
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 01:29:21 2018 +0100

    build: Install public headers
    
    Whoopsie, we're missing installing the headers with Meson.

 clutter/meson.build | 5 +++++
 1 file changed, 5 insertions(+)

commit fde86351b4f62677789af9d0649ba50efa3ced9d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 01:20:18 2018 +0100

    build: Compile and install the cookbook examples
    
    We must build the examples and install their sources with the Meson
    build as well as the Autotools one.

 doc/cookbook/examples/meson.build | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/cookbook/meson.build          |  2 ++
 meson.build                       |  1 +
 3 files changed, 87 insertions(+)

commit 6d65aeb1f40e3ed06b65e1e67c8ba103666ac27b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 01:19:36 2018 +0100

    build: Add missing files
    
    Fix distcheck with the Autotools build.

 Makefile.am              |   1 +
 doc/cookbook/Makefile.am | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------
 tests/Makefile.am        |   2 +-
 3 files changed, 55 insertions(+), 48 deletions(-)

commit b3dcad5673ebbebc0e33bcbf53120ca3f497708c
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Mon Jun 18 00:25:08 2018 +0100

    docs: Fix the entity name
    
    The gtk-doc entities are in lower case, not upper case.

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

commit 8805615850b3668f005c1718ca589fea76a73406
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 21:26:14 2018 +0100

    Add po/LINGUAS
    
    We use AS_ALL_LINGUAS for Autotools builds, but with Meson we need a
    LINGUAS file.

 po/LINGUAS | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

commit 70e5fff3db8cc7788e5fb867a5fbae53c9ee04ce
Merge: ad0bc0b2b 303d2a556
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Sun Jun 17 20:10:34 2018 +0000

    Merge branch 'wip/piotrdrag/unicode-typography' into 'master'
    
    Use Unicode in translatable strings
    
    See merge request GNOME/clutter!1

commit ad0bc0b2b0dd110a3098469382c5c5e0e5f037e1
Merge: ef41a8bc9 7943a099f
Author: Emmanuele Bassi <ebassi@gmail.com>
Date:   Sun Jun 17 20:00:07 2018 +0000

    Merge branch 'wip/meson' into 'master'
    
    Add Meson build
    
    See merge request GNOME/clutter!2

commit 7943a099f394863198fd6ae0cc5e873ea8e52a19
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 20:34:25 2018 +0100

    tests: Disable actor-shader-effect
    
    Fails on Docker when running Xvfb, likely because of some missing GL
    capabilities.

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

commit d65cdd42cb89fa794a010219e05def0df7b6d95d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 20:32:37 2018 +0100

    Add CI infrastructure for Clutter
    
    We should use GitLab's CI runner and Docker registry to build Clutter
    and test it.

 .gitlab-ci.yml            | 20 ++++++++++++++++++++
 .gitlab-ci/Dockerfile     | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 .gitlab-ci/run-docker.sh  | 11 +++++++++++
 .gitlab-ci/test-docker.sh | 27 +++++++++++++++++++++++++++
 4 files changed, 127 insertions(+)

commit 8857547b47c3918c5177c8a5adab61527fc61401
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 19:34:03 2018 +0100

    build: Generate all pkgconfig files
    
    Clutter has various additional pkgconfig files for things like backends
    and Cally; we need to generate them all.

 clutter/meson.build | 53 +++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 49 insertions(+), 4 deletions(-)

commit e0fe839dcf4b320897fee95ab5f111cd488c87ba
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 19:19:28 2018 +0100

    build: Add the Meson files to the Autotools dist
    
    We should allow to build Clutter with Meson even when using dist
    tarballs generated by Autotools.

 Makefile.am | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 9d616b6773a106c886ba0c289b710b3bd00b5d3f
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 19:13:22 2018 +0100

    docs: Move to Markdown
    
    The various documentation files are already in formatted in a
    Markdown-like fashion, so let's make it official.

 Makefile.am                            |    5 +-
 README.in                              | 1323 -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 README.md                              |   29 ++---
 configure.ac                           |    1 -
 doc/BACKENDS.md                        |  208 ++++++++++++++++++++++++++++++
 doc/{CODING_STYLE => CODING_STYLE.txt} |    0
 doc/{HACKING => CONTRIBUTING.md}       |   58 +++++----
 doc/HACKING.backends                   |  207 ------------------------------
 doc/Makefile.am                        |    6 +-
 doc/{RELEASING => RELEASING.md}        |    0
 10 files changed, 255 insertions(+), 1582 deletions(-)

commit bb4444ccf12f6b78747852e97a8b15e8e558c21b
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 18:27:34 2018 +0100

    docs: Update the links for Clutter resources
    
    We moved to GitLab.

 README.md    | 97 +++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
 clutter.doap |  6 +++---
 2 files changed, 52 insertions(+), 51 deletions(-)

commit 369de5f42e70118fac27ea3ef66f4fb3b16b6746
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 18:16:29 2018 +0100

    meson: Add conformance test suite
    
    Require that we're running under the X11 backend, as it the test suite
    breaks under Wayland.

 tests/Makefile.am                                |  5 ++++-
 tests/accessibility/meson.build                  |  0
 tests/{clutter-1.0.suppressions => clutter.supp} |  0
 tests/conform/meson.build                        | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/conform/script-parser.c                    |  3 +++
 tests/conform/test.data.in                       |  3 +++
 tests/interactive/meson.build                    |  0
 tests/meson.build                                | 11 +++++++++++
 tests/micro-bench/meson.build                    |  0
 tests/performance/meson.build                    |  0
 10 files changed, 115 insertions(+), 1 deletion(-)

commit 1f9ab173131861799ff0912dd8fbbff294186e66
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 16:50:29 2018 +0100

    Cast the g_object_ref() return value
    
    GObject started performing type checks on generic gpointer API to avoid
    hard to chase bugs.

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

commit c9c7397b350e626f368ee610f1f7d5d33408808d
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Sun Jun 17 16:46:26 2018 +0100

    meson: Add rules for generating the documentation
    
    Both the API reference and the Cookbook.
    
    This requires a little bit of surgery on the Autotools build as well,
    namely that we need to stop generating the main gtk-doc XML file from
    a template at configuration time; we should, instead, generate and
    include a gtkdocentities.ent file both for the Meson build (where we
    generate the file ourselves) and for the Autotools build (where
    gtk-doc.make does it for us).

 clutter/clutter-types.h                                 |   2 +-
 clutter/meson.build                                     |  14 +++++++++-
 configure.ac                                            |   1 -
 doc/cookbook/meson.build                                |  65 +++++++++++++++++++++++++++++++++++++++++++++++
 doc/meson.build                                         |   2 ++
 doc/reference/{clutter-docs.xml.in => clutter-docs.xml} |  12 +++++----
 doc/reference/meson.build                               | 244 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/reference/xml/gtkdocentities.ent.in                 |   8 ++++++
 doc/reference/xml/meson.build                           |  15 +++++++++++
 9 files changed, 355 insertions(+), 8 deletions(-)

commit 5c27fc3eb6e146a255984c806e1b4c252aa590c5
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri May 4 11:49:35 2018 +0100

    Move all cookbook files under the same directory
    
    We split them for some reasons under the common and cookbook
    directories, but it's completely pointless: the XSLT and CSS style
    sheets are only used by the cookbook.

 configure.ac                                |  1 -
 doc/Makefile.am                             |  4 ++--
 doc/common/Makefile.am                      | 10 ----------
 doc/cookbook/Makefile.am                    |  3 +--
 doc/{common => cookbook}/common.xsl         |  0
 doc/{common => cookbook}/cookbook.xsl       |  0
 doc/{common => cookbook}/devhelp.xsl        |  0
 doc/{common => cookbook}/html.xsl           |  0
 doc/{common => cookbook}/ref-html-style.xsl |  0
 doc/{common => cookbook}/style.css          |  0
 10 files changed, 3 insertions(+), 15 deletions(-)

commit e58d52c081b9c6246133df0bafdd0409ba2b4f79
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Apr 10 12:19:42 2018 +0100

    Rename build directory to build-aux
    
    Having a 'build' directory makes is a bit awkward for tools packaging
    Clutter, and the rapidly coalescing consensus on the GNOME platform,
    pushed by the port to Meson, is to call the directory for ancillary
    build files 'build-aux'.

 .gitignore                                                                         | 12 ++++++------
 Makefile.am                                                                        | 12 ++++++------
 {build => build-aux}/Makefile.am                                                   |  0
 {build => build-aux}/autotools/.gitignore                                          |  0
 {build => build-aux}/autotools/Makefile.am                                         |  0
 {build => build-aux}/autotools/Makefile.am.changelog                               |  2 +-
 {build => build-aux}/autotools/Makefile.am.enums                                   |  0
 {build => build-aux}/autotools/Makefile.am.gitignore                               |  0
 {build => build-aux}/autotools/Makefile.am.marshal                                 |  0
 {build => build-aux}/autotools/Makefile.am.release                                 |  6 +++---
 {build => build-aux}/autotools/Makefile.am.silent                                  |  0
 {build => build-aux}/autotools/as-compiler-flag.m4                                 |  0
 {build => build-aux}/autotools/as-linguas.m4                                       |  0
 {build => build-aux}/autotools/glib-tap.mk                                         |  4 ++--
 {build => build-aux}/autotools/glibtests.m4                                        |  0
 {build => build-aux}/autotools/introspection.m4                                    |  0
 {build => build-aux}/autotools/tap-driver.sh                                       |  0
 {build => build-aux}/autotools/tap-test                                            |  0
 {build => build-aux}/clutter-build-setup.sh                                        |  0
 {build => build-aux}/clutter-uncrustify.cfg                                        |  0
 {build => build-aux}/clutter.modules                                               |  0
 {build => build-aux}/gen-changelog.pl                                              |  0
 {build => build-aux}/jhbuildrc-clutter                                             |  2 +-
 {build => build-aux}/jhbuildrc-custom-example                                      |  0
 {build => build-aux}/mingw/Makefile.am                                             |  0
 {build => build-aux}/mingw/README                                                  |  0
 {build => build-aux}/mingw/mingw-fetch-dependencies.sh                             |  0
 {build => build-aux}/win32/.gitignore                                              |  0
 {build => build-aux}/win32/Makefile.am                                             |  0
 {build => build-aux}/win32/vs10/Makefile.am                                        |  0
 {build => build-aux}/win32/vs10/README.txt                                         |  9 +++++----
 {build => build-aux}/win32/vs10/cally-atkcomponent-example.vcxproj                 |  0
 {build => build-aux}/win32/vs10/cally-atkcomponent-example.vcxproj.filters         |  0
 {build => build-aux}/win32/vs10/cally-atkeditabletext-example.vcxproj              |  0
 {build => build-aux}/win32/vs10/cally-atkeditabletext-example.vcxproj.filters      |  0
 {build => build-aux}/win32/vs10/cally-atkevents-example.vcxproj                    |  0
 {build => build-aux}/win32/vs10/cally-atkevents-example.vcxproj.filters            |  0
 {build => build-aux}/win32/vs10/cally-atktext-example.vcxproj                      |  0
 {build => build-aux}/win32/vs10/cally-atktext-example.vcxproj.filters              |  0
 {build => build-aux}/win32/vs10/cally-clone-example.vcxproj                        |  0
 {build => build-aux}/win32/vs10/cally-clone-example.vcxproj.filters                |  0
 {build => build-aux}/win32/vs10/clutter-build-defines.props                        |  0
 {build => build-aux}/win32/vs10/clutter-gen-srcs.props                             |  0
 {build => build-aux}/win32/vs10/clutter-install.props                              |  0
 {build => build-aux}/win32/vs10/clutter-install.vcxproj                            |  0
 {build => build-aux}/win32/vs10/clutter-version-paths.props                        |  0
 {build => build-aux}/win32/vs10/clutter.sln                                        |  0
 {build => build-aux}/win32/vs10/clutter.vcxproj.filtersin                          |  0
 {build => build-aux}/win32/vs10/clutter.vcxprojin                                  |  0
 {build => build-aux}/win32/vs10/test-cogl-perf.vcxproj                             |  0
 {build => build-aux}/win32/vs10/test-cogl-perf.vcxproj.filters                     |  0
 {build => build-aux}/win32/vs10/test-interactive-clutter.vcxproj.filtersin         |  0
 {build => build-aux}/win32/vs10/test-interactive-clutter.vcxprojin                 |  0
 {build => build-aux}/win32/vs10/test-picking-performance.vcxproj                   |  0
 {build => build-aux}/win32/vs10/test-picking-performance.vcxproj.filters           |  0
 {build => build-aux}/win32/vs10/test-picking.vcxproj                               |  0
 {build => build-aux}/win32/vs10/test-picking.vcxproj.filters                       |  0
 {build => build-aux}/win32/vs10/test-random-text.vcxproj                           |  0
 {build => build-aux}/win32/vs10/test-random-text.vcxproj.filters                   |  0
 {build => build-aux}/win32/vs10/test-state-hidden-performance.vcxproj              |  0
 {build => build-aux}/win32/vs10/test-state-hidden-performance.vcxproj.filters      |  0
 {build => build-aux}/win32/vs10/test-state-interactive-performance.vcxproj         |  0
 {build => build-aux}/win32/vs10/test-state-interactive-performance.vcxproj.filters |  0
 {build => build-aux}/win32/vs10/test-state-mini-performance.vcxproj                |  0
 {build => build-aux}/win32/vs10/test-state-mini-performance.vcxproj.filters        |  0
 {build => build-aux}/win32/vs10/test-state-performance.vcxproj                     |  0
 {build => build-aux}/win32/vs10/test-state-performance.vcxproj.filters             |  0
 {build => build-aux}/win32/vs10/test-state-pick-performance.vcxproj                |  0
 {build => build-aux}/win32/vs10/test-state-pick-performance.vcxproj.filters        |  0
 {build => build-aux}/win32/vs10/test-text-perf-performance.vcxproj                 |  0
 {build => build-aux}/win32/vs10/test-text-perf-performance.vcxproj.filters         |  0
 {build => build-aux}/win32/vs10/test-text-perf.vcxproj                             |  0
 {build => build-aux}/win32/vs10/test-text-perf.vcxproj.filters                     |  0
 {build => build-aux}/win32/vs10/test-text.vcxproj                                  |  0
 {build => build-aux}/win32/vs10/test-text.vcxproj.filters                          |  0
 {build => build-aux}/win32/vs9/Makefile.am                                         |  0
 {build => build-aux}/win32/vs9/README.txt                                          |  9 +++++----
 {build => build-aux}/win32/vs9/cally-atkcomponent-example.vcproj                   |  0
 {build => build-aux}/win32/vs9/cally-atkeditabletext-example.vcproj                |  0
 {build => build-aux}/win32/vs9/cally-atkevents-example.vcproj                      |  0
 {build => build-aux}/win32/vs9/cally-atktext-example.vcproj                        |  0
 {build => build-aux}/win32/vs9/cally-clone-example.vcproj                          |  0
 {build => build-aux}/win32/vs9/clutter-build-defines.vsprops                       |  0
 {build => build-aux}/win32/vs9/clutter-gen-srcs.vsprops                            |  0
 {build => build-aux}/win32/vs9/clutter-install.vcproj                              |  0
 {build => build-aux}/win32/vs9/clutter-install.vsprops                             |  0
 {build => build-aux}/win32/vs9/clutter-version-paths.vsprops                       |  0
 {build => build-aux}/win32/vs9/clutter.sln                                         |  0
 {build => build-aux}/win32/vs9/clutter.vcprojin                                    |  0
 {build => build-aux}/win32/vs9/test-cogl-perf.vcproj                               |  0
 {build => build-aux}/win32/vs9/test-interactive-clutter.vcprojin                   |  0
 {build => build-aux}/win32/vs9/test-picking-performance.vcproj                     |  0
 {build => build-aux}/win32/vs9/test-picking.vcproj                                 |  0
 {build => build-aux}/win32/vs9/test-random-text.vcproj                             |  0
 {build => build-aux}/win32/vs9/test-state-hidden-performance.vcproj                |  0
 {build => build-aux}/win32/vs9/test-state-interactive-performance.vcproj           |  0
 {build => build-aux}/win32/vs9/test-state-mini-performance.vcproj                  |  0
 {build => build-aux}/win32/vs9/test-state-performance.vcproj                       |  0
 {build => build-aux}/win32/vs9/test-state-pick-performance.vcproj                  |  0
 {build => build-aux}/win32/vs9/test-text-perf-performance.vcproj                   |  0
 {build => build-aux}/win32/vs9/test-text-perf.vcproj                               |  0
 {build => build-aux}/win32/vs9/test-text.vcproj                                    |  0
 clutter/Makefile.am                                                                | 24 ++++++++++++------------
 configure.ac                                                                       | 16 ++++++++--------
 doc/cookbook/Makefile.am                                                           |  2 +-
 doc/cookbook/examples/Makefile.am                                                  |  4 ++--
 examples/Makefile.am                                                               |  4 ++--
 tests/accessibility/Makefile.am                                                    |  4 ++--
 tests/conform/Makefile.am                                                          |  2 +-
 tests/interactive/Makefile.am                                                      | 46 +++++++++++++++++++++++-----------------------
 tests/micro-bench/Makefile.am                                                      |  4 ++--
 tests/performance/Makefile.am                                                      |  4 ++--
 112 files changed, 84 insertions(+), 82 deletions(-)

commit e900eb1d9ba53e85b72ef61ba7ebe4e1a52ff9eb
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Mar 20 12:50:30 2018 +0000

    gdk: Remove unused variable

 clutter/gdk/clutter-stage-gdk.c | 3 ---
 1 file changed, 3 deletions(-)

commit 5b1d5d82f4fbb3b04d7bf57a91c3e9f378e104f6
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Mar 20 12:49:50 2018 +0000

    gdk: Handle all GDK device types
    
    We cannot add new device types in Clutter, but we should handle all
    device types that GDK throws at us.

 clutter/gdk/clutter-input-device-gdk.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 278513d6b99b74df1c996882279564dc7eebd952
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Mar 20 12:43:06 2018 +0000

    Ignore deprecation warning for g_object_newv()
    
    We're not going to move to g_object_new_with_properties(), at least for
    the time being.

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

commit 4c06e443052a73b0fd3a630bfbe1208b7aea26d1
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Mar 20 12:41:59 2018 +0000

    Drop duplicate const specifier
    
    And silence a compiler warning.

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

commit 979e4b9c9a6584985eef30640678a46d9022f9b7
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Mar 20 12:33:06 2018 +0000

    Update the clutter-config header template
    
    Move the single include guard after the include guard, and turn the
    latter into a 'once' pragma while we're at it.

 clutter/clutter-config.h.in | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit aee9618bb881cc44f889bda35450cd57cdda28a0
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Mar 20 12:31:07 2018 +0000

    Clean up the generated enumeration type template
    
    Use the 'once' pragma, and ensure that we don't mess us reproducible
    builds by including full paths to file names.

 clutter/clutter-enum-types.h.in | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit d890696d3fafdb1ed47f08e893e5c037481b1a7a
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Mar 20 12:30:35 2018 +0000

    Initial port to Meson
    
    Even if Clutter is an old project, it does not mean it shouldn't receive
    some build system love.

 clutter/cex100/meson.build |   8 +++
 clutter/meson.build        | 741 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/meson.build            |   0
 doc/reference/meson.build  |   0
 examples/meson.build       |  41 ++++++++++++
 meson.build                | 172 ++++++++++++++++++++++++++++++++++++++++++++++++
 meson_options.txt          |  32 +++++++++
 po/meson.build             |   6 ++
 tests/meson.build          |   0
 9 files changed, 1000 insertions(+)

commit 303d2a556e18d78d41f8e8d5bf5f6f4d5eb85f6d
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Fri Sep 30 00:25:12 2016 +0200

    Use Unicode in translatable strings
    
    See https://developer.gnome.org/hig/stable/typography.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772213

 clutter/clutter-actor.c   | 24 ++++++++++++------------
 clutter/clutter-backend.c |  2 +-
 clutter/clutter-main.c    |  2 +-
 clutter/clutter-text.c    |  2 +-
 4 files changed, 15 insertions(+), 15 deletions(-)

commit ef41a8bc97c381849703814ad4e438bfbdb8df94
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Fri May 11 08:06:14 2018 +0000

    Update Romanian translation

 po/ro.po | 2415 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------
 1 file changed, 1522 insertions(+), 893 deletions(-)

commit 95fb4638dba68d8bc3db9c875070d3143c038167
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Mon Mar 12 11:54:27 2018 +0000

    Update Turkish translation

 po/tr.po | 51 ++++++++++-----------------------------------------
 1 file changed, 10 insertions(+), 41 deletions(-)

commit e47cea101618f5130a485100715086ad2a241d74
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Tue Feb 27 17:02:36 2018 +0000

    Update Friulian translation

 po/fur.po | 210 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------------------------
 1 file changed, 107 insertions(+), 103 deletions(-)

commit 7a46910bc92b06f0a8d8016e142c605c3fe8538a
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Sat Jan 20 17:30:57 2018 +0800

    configure: Don't declare functions in AC_TRY_LINK and AC_TRY_COMPILE
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792716

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2e81dadc14a5c832440eb6868000f2d17a1e0f53
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sat Dec 23 20:42:17 2017 +0000

    Update Esperanto translation

 po/eo.po | 2741 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------
 1 file changed, 1747 insertions(+), 994 deletions(-)

commit 06487179f5b823a0dfb78a9ae20c4d2bb3e4b09a
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Sun Dec 3 17:35:27 2017 +0000

    Update Turkish translation

 po/tr.po | 72 ++++++++++++++++++++++++------------------------------------------------
 1 file changed, 24 insertions(+), 48 deletions(-)

commit 18edc8a08b770cd58bc812f965314a32020e947a
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Sun Nov 26 19:55:01 2017 +0000

    Update Turkish translation

 po/tr.po | 22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

commit fb7e4e633bd90e1f85f78c1c86a437530928ec23
Author: Furkan Tokaç <developmentft@gmail.com>
Date:   Sun Nov 12 20:23:38 2017 +0000

    Update Turkish translation

 po/tr.po | 1625 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 1 file changed, 814 insertions(+), 811 deletions(-)

commit 5572cf222de76fd82737c7e2e8daf9c96b7247b2
Author: Xavi Ivars <xavi.ivars@gmail.com>
Date:   Thu Oct 5 13:33:39 2017 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 1695 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------
 1 file changed, 854 insertions(+), 841 deletions(-)

commit 428f538626c2de847df24b214fc64edf72494dc4
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sun Sep 10 08:41:22 2017 +0200

    Fixes to Catalan translation

 po/ca.po | 1486 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 740 insertions(+), 746 deletions(-)

commit d3f371eada2018488a41afa40d8fb2f43982f9ec
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Fri Sep 1 11:05:46 2017 +0000

    Update Nepali translation

 po/ne.po | 580 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------
 1 file changed, 262 insertions(+), 318 deletions(-)

commit 29b6c875cf0e68a4db9fd1387122964d76215682
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sat Aug 26 16:25:33 2017 +0200

    Updated Danish translation

 po/da.po | 1488 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 743 insertions(+), 745 deletions(-)

commit ed80482f88c50d81ef246dfcea17e933a1fadf0b
Author: Ask Hjorth Larsen <asklarsen@gmail.com>
Date:   Sat Mar 25 17:35:12 2017 +0100

    Updated Danish translation

 po/da.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8c799eba5fe84258b902c2974dd4c6a7847b732e
Author: Fabio Tomat <f.t.public@gmail.com>
Date:   Thu Aug 24 02:15:40 2017 +0000

    Update Friulian translation

 po/fur.po | 74 +++++++++++++++++++++++++++++++++++++++-----------------------------------
 1 file changed, 39 insertions(+), 35 deletions(-)

commit 35e39750ec13b8588d4e352b5a7e05c7703f3df3
Author: Anish Sheela <aneesh.nl@gmail.com>
Date:   Sun Aug 20 20:10:37 2017 +0000

    Update Malayalam translation

 po/ml.po | 1703 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------------
 1 file changed, 883 insertions(+), 820 deletions(-)

commit b99fddfad1f7915cf43550e85ca3d10450000bee
Author: Andika Triwidada <atriwidada@gnome.org>
Date:   Fri Aug 18 05:10:50 2017 +0000

    Update Indonesian translation

 po/id.po | 1490 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------
 1 file changed, 742 insertions(+), 748 deletions(-)

commit 66243ea57052aeada0a20f524a934bea0d0cc2d5
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Aug 8 11:20:02 2017 +0100

    Bump up the GLib requirement
    
    We are using a newer glib-genmarshal, so we should be using a newer
    GLib as well.

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

commit afc3ca9b2b1c6c1671b4a79777267d9d9a7e1621
Author: Justin Kim <justin.kim@collabora.com>
Date:   Mon Jul 18 16:39:50 2016 +0900

    docs: Fix typo in Environment Variables (gsk->gdk)

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

commit 87e011651f8f76271bbf9ebe2058310e6171901c
Author: Pawan Chitrakar <chautari@gmail.com>
Date:   Wed Jul 26 07:22:22 2017 +0000

    Add Nepali translation

 po/ne.po | 3102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 3102 insertions(+)

commit 7d499a09e1ef7dae0f3e9be774f3be25e2aa76ff
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Tue Jul 11 11:32:18 2017 +0100

    build: Use newer glib-genmarshal argument
    
    When using glib-genmarshal from GLib 2.54, we can use the newly added
    `--prototypes` command line argument to generate the prototypes of the
    marshallers in the C source, and void a missing-prototypes compiler
    warning.

 build/autotools/Makefile.am.marshal | 3 +++
 1 file changed, 3 insertions(+)

commit 01f95422b9caeb853bb9b91b5fede76fa317d0cb
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri May 12 11:39:18 2017 +0100

    Post-release version bump to 1.26.3

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