clutter 1.11.10



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.11.8

    - Add support for multiple touch points in GestureAction
    GestureAction subclasses can now define the number of touch points they
    require in order to start recognising a gesture.

    - Add a RotateAction
    A GestureAction subclass that requires two touch points to rotate the
    actor to which it has been applied.

    - Generate crossing events for touch devices

    - Respect ClutterStage.set_motion_events_enabled() for touch events

    - Fix a regression in discrete scroll events emission
    When using XInput 2, the scroll events generated through buttons (e.g.
    mouse wheel) should only be emitted on ButtonPress, to match the semantics
    of the X11 core device handling.

    - Add progress functions defined in CSS3-Transitions
    The CSS3 Transitions specification defines various timing functions:

      steps                     cubic-bezier
      step-start                ease
      step-end                  ease-in
                                ease-out
                                ease-in-out

    These are now available to be used with ClutterTimeline.

    - Add ClutterActor::transition-stopped
    The ::transition-stopped signal is emitted each time a Transition
    associated to an actor is stopped (using the same sematincs as the
    ClutterTimeline::stopped signal); it is also a detailed signal, so that
    it's possible to connect a handler for a specific Transition name.

    - Add ClutterActor.transform
    The :transform property allows overriding all the decomposed
    transformations of an actor, like scale and rotate; the transformation
    is applied relative to the actor's allocated origin and pivot point.

    - Documentation and build fixes

    - Translations update
     Traditional Chinese (Hong Kong and Taiwan), Spanish, Galician,
     Serbian, Greek.

  • List of bugs fixed since Clutter 1.11.8

    [bugzilla.gnome.org]
    #678586 - Modifiy ClutterGestureAction to support multi touch and multiple
              points
    #680088 - Duplicate mouse wheel scroll events with xinput enabled
    #678587 - Add ClutterRotationAction
    #679797 - Missing enter/leave events generation for touch events
    #680174 - Add clutter_event_is_pointer_emulated() to distinguish emulated
              scroll events
    #680751 - clutter_stage_set_motion_events_enabled() is not honoured with
              CLUTTER_TOUCH_UPDATE events
    #680752 - Touch cancel events are not processed by Clutter

Many thanks to:

  Lionel Landwerlin, Chao-Hsiung Liao, Tom Tryfonidis, Мирослав Николић,
  Daniel Mustieles, Emanuele Aina, Fran Diéguez, Piotr Drąg.


ChangeLog
=========
http://download.gnome.org/sources/clutter/1.11/clutter-1.11.10.changes  (23.0K)

Download
========
http://download.gnome.org/sources/clutter/1.11/clutter-1.11.10.tar.xz (4.69M)
  sha256sum: baae1485b6092cdd6a21efa0ca0e877f5d6c349b53237883feb086ff332c434f



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