Good news, everyone! A new Clutter snapshot is now available at:
http://download.gnome.org/sources/clutter/1.11/ SHA256 Checksum: baae1485b6092cdd6a21efa0ca0e877f5d6c349b53237883feb086ff332c434f clutter-1.11.10.tar.xz Additionally, a git clone of the source tree: git clone git://git.gnome.org/clutter will include a signed 1.11.10 tag which points to a commit named: 8b2d70e6e45d92753ea3bd97edd0aa51766d652a which can be verified with: git verify-tag 1.11.10 and can be checked out with a command such as: git checkout -b build 1.11.10 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.31.19 JSON-GLib ≥ 0.12.0 Cogl ≥ 1.9.6 Cairo ≥ 1.10 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: http://developer.gnome.org/clutter/unstable/ Cookbook: http://docs.clutter-project.org/docs//clutter-cookbook/1.0/ 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 current stable release of Clutter. - Installing the contents of this release will overwrite the files from the installation of the current release of Clutter. - Bugs should be reported on the Clutter Bugzilla product, at: http://bugzilla.gnome.org/enter_bug.cgi?product=clutter • 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. Have fun with Clutter! ciao, Emmanuele. -- W: http://www.emmanuelebassi.name B: http://blogs.gnome.org/ebassi/ _______________________________________________ clutter-announce mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-announce
