clutter 1.10.0



About Clutter
=============

Clutter is an open source software library for creating fast,
portable, compelling and dynamic graphical user interfaces. Clutter
uses OpenGL (and optionally OpenGL|ES for use on Mobile and embedded
platforms) for rendering, but with an API which hides the underlying
GL complexity from the developer. The Clutter API is intended to be
easy to use, efficient and flexible.

News
====

  • Clutter 1.10.0, new stable release

  • List of changes since Clutter 1.9.16

    - Fix ClutterTimeline:current-repeat accessor
    The :current-repeat value was being incremented prior to emitting the
    completed signal, which meant that signal handlers would not be able
    to retrieve the correct value.

    - Improve the memory management of Transitions
    ClutterActor now takes a reference on the Transitions that have been
    added to it, and releases the reference when the Transition is removed;
    this means that it's safe to release the reference of a transition after
    adding it, to let ClutterActor own it.

    - Remove the Animatable argument for PropertyTransition constructor
    The animatable was not meant to be there in the first place; the
    PropertyTransition will perform validation on the property lazily, once
    it's been attached to the actor.

    - Clean up documentation and examples
    Ensure that the API reference is using the correct API and best
    practices.

    - Fix TableLayout policy for actors spanning multiple rows or columns
    The ClutterTableLayout inherited some small bug from MxTable that got
    fixed in the meantime; the layout policy has been re-synchronized.

    - Build fixes for the Wayland backend.

    - Updated VisualStudio project files.

  • List of bugs fixed since Clutter 1.9.16

    [bugzilla.gnome.org]
    #672557 - Fix ClutterTableLayout

Many thanks to:

  Jasper St. Pierre, Chun-wei Fan, Robert Bragg, Chao-Hsiung Liao,
  Neil Roberts, Rico Tzschichholz, Rob Bradford


ChangeLog
=========
http://download.gnome.org/sources/clutter/1.10/clutter-1.10.0.changes  (12.4K)

Download
========
http://download.gnome.org/sources/clutter/1.10/clutter-1.10.0.tar.xz (4.65M)
  sha256sum: 51659837c77009cd04d069e480e9131328d6557ad67d1ffdc0dc4ae65a73ee45



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