news 28 Posted May 12, 2017 Good news, everyone! A new Clutter release is now available at: https://download.gnome.org/sources/clutter/1.26/ SHA256 Checksum: e7233314983055e9018f94f56882e29e7fc34d8d35de030789fdcd9b2d0e2e56 clutter-1.26.2.tar.xz Additionally, a git clone of the source tree: git clone git://git.gnome.org/clutter will include a signed 1.26.2 tag which points to a commit named: 2faa83baf3ce9b9c94635311ad79944ab2a73c84 which can be verified with: git verify-tag 1.26.2 and can be checked out with a command such as: git checkout -b build 1.26.2 Clutter is a library for creating compelling, dynamic, and portable graphical user interfaces. Clutter is released under the terms of the GNU Lesser General Public License, version 2.1 or (at your option) later. Clutter depends on: GLib ≥ 2.44.0 JSON-GLib ≥ 0.12.0 Cogl ≥ 1.21.2 Cairo ≥ 1.14.0 Pango ≥ 1.30 Atk ≥ 2.5.3 Clutter also has platform-specific dependencies; for more information, see the README file included in the release. Documentation: Clutter: https://developer.gnome.org/clutter/stable/ Cookbook: https://developer.gnome.org/clutter-cookbook/1.26/ Release Notes: - This version is API and ABI compatible with the previous stable release of Clutter. - Installing the contents of this release will overwrite the files from the installation of the previous release of Clutter. - Bugs should be reported on the Clutter Bugzilla product, at: https://bugzilla.gnome.org/enter_bug.cgi?product=clutter • List of changes since Clutter 1.26.0 - Accept upper case 'A' when selecting all content in a Text actor This is similar to what GTK+ allows, and makes it easier to select text with Caps Lock enabled. - Use GDK API when using Wayland sub-surfaces The GDK backend on Wayland uses sub-surfaces to allow Cogl to manage the rendering surface; now that GDK exposes the necessary API, we can avoid using the Wayland API directly, and instead let GDK manage the surface for us. - Documentation fixes - Translation updates Danish, Basque, Chinese (Traditional), Occitan, Indonesian, Polish, Spanish, Slovak, Kazakh, British English, Croatian, Hungarian, Norwegian bokmål, Belarusian. • List of bugs fixed since Clutter 1.26.0 #766326 - text: Bind A in addition to a #768243 - Don't create the Cogl GLib source multiple times #768734 - actor: Clarify that add_effect() sinks floating references on the effect #781975 - Under Wayland, Totem spawns a new window without controls for some files and then gnome-shell crashes #759085 - seg fault in actor-graph test #774546 - [Wayland][gdk][stage] Use GDK API instead of Wayland directly #762888 - [PATCH] backend: check for wayland before x11 #772412 - clutter-script: Document support for top-level arrays #770288 - clutter-script: Add an example of translation in ClutterScript #768898 - clutter: Fix typo in docs for ClutterActor::queue-relayout Many thanks to: Piotr Drąg, Philip Withnall, Olivier Fourdan, Cédric Valmary, Fabio Tomat, Andika Triwidada, Ask Hjorth Larsen, Baurzhan Muftakhidinov, David King, Dušan Kazik, Florian Müllner, Gustavo Noronha Silva, Gábor Kelemen, Inaki Larranaga Murgoitio, Jeff Bai, Jeremy Bicha, Kjartan Maraas, Marc-Antoine Perennou, Nigel Taylor, Owen W. Taylor, Peter Mráz, Yuras Shumovich, gogo Have fun with Clutter! -- https://www.bassi.io [ ( -at -) ] ebassi [ ( -at -) gmail.com] _______________________________________________ Share this post Link to post