ANNOUNCE: Clutter 1.25.2 (snapshot)



Good news, everyone!

A new Clutter snapshot is now available at:

  https://download.gnome.org/sources/clutter/1.25/

SHA256 Checksum:

55f8816cd3556831a259fd437e3a23774a29e914791575d4bc98fbc03fa02ee9
clutter-1.25.2.tar.xz

Additionally, a git clone of the source tree:
  git clone git://git.gnome.org/clutter

will include a signed 1.25.2 tag which points to a commit named:
  314ba2c6ac7164dabaa8c25c3533d666befd4973

which can be verified with:
  git verify-tag 1.25.2

and can be checked out with a command such as:
  git checkout -b build 1.25.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/unstable/
  Cookbook: https://developer.gnome.org/clutter-cookbook/1.25/

Release Notes:
  - This is an unstable snapshot of Clutter; there are no compatibility
    guarantees for API added during a development cycle.
  - 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.24

    - Set event code on button and key events in the evdev input backend
    This allows users of the evdev input backend to retrieve the event
    code without doing ad hoc calculations based on event-specific fields.

    - Take scaling factor into account on Wayland with GDK
    This brings the Wayland support inside the GDK backend on par to the X11
    side.

    - Decouple selectability from editability in ClutterText
    It's possible to create selectable ClutterText actors without enabling
    editability; this may cause unexpected cursors to appear in reactive
    label-like actors using non-editable ClutterText, so feedback from users
    is appreciated.

    - Allow overriding the Cogl driver used by Clutter
    On systems with multiple OpenGL and OpenGL ES implementations available,
    it should be possible to explicitly set the Cogl driver (OpenGL 3.2 core
    profile context; OpenGL legacy context; OpenGL ES 2.0 context) used by
    Clutter when creating its drawing context. It's also possible to define
    a list of drivers to try sequentially until one succeeds.

    - Rework the windowing system backend selection
    The windowing system backend initialization has been reworked to allow
    setting the default windowing system backend using the configuration
    file under $XDG_CONFIG_DIRS/clutter-1.0/settings.ini. The selection of
    the backend also supports the ability to specify a list of backends to
    try sequentially until one succeeds, for systems with multiple windowing
    systems available.

    - Documentation fixes

    - Translation updates
    Portuguese, Slovenian

  • List of bugs fixed since Clutter 1.24

    #758238 - [evdev] Add evdev-specific API to get event codes from
              ClutterEvents
    #755245 - only shows a 4th of the screen under wayland
    #757470 - Allow selectability without editability
    #752752 - Patches needed for relative pointer and pointer confinement
              in mutter
    #759074 - Port cairo test to ClutterCanvas
    #759191 - should use pkg-config for GL
    #742678 - gl: Prefer gl3 over the gl driver

Many thanks to:

  Carlos Garnacho, Lionel Landwerlin, Jonas Ådahl, Pedro Albuquerque,
  Matej Urbančič


Have fun with Clutter!

Ciao,
 Emmanuele.

-- 
https://www.bassi.io
[ ] ebassi [ gmail com]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]