clutter 1.14.4



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
====

  • List of changes since Clutter 1.14.2

    - Fix GestureAction handling of multi-touch gestures

    - Add a paint callback for Stage updates
    This experimental API allows installing a notification function on
    ClutterStage that is called when the stage has finished drawing, but
    before the frame buffer is flushed. This function replaces the ::paint
    signal on the ClutterStage in a way that does not disable paint volume
    culling and optimizations.

    - Improve scaling behaviour in ZoomAction
    Instead of recomputing the scaling center, the action should use the
    pivot-point of the ClutterActor.

    - Documentation fixes

  • List of bugs fixed since Clutter 1.14.2

    #698668 - A few improvements to ClutterGestureAction
    #698671 - Refactor event handling code in ClutterGestureAction
    #698674 - Improve ClutterZoomAction behavior
    #698783 - Add a paint callback for ClutterStage

Many thanks to:

  Lionel Landwerlin


ChangeLog
=========
http://download.gnome.org/sources/clutter/1.14/clutter-1.14.4.changes  (3.63K)

Download
========
http://download.gnome.org/sources/clutter/1.14/clutter-1.14.4.tar.xz (4.86M)
  sha256sum: c996d91fff6fff24d9e23dcd545439ebc6b999fb1cf9ee44c28ca54c49c0ee1c



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