Clutter 1.1.14 - developers snapshot

Clutter 1.1.14 is now available for download at:

  http://www.clutter-project.org/sources/clutter/1.1/

MD5 Checksums:

  3a1f8204dbe2f5f47b12125f2402cd58  clutter-1.1.14.tar.bz2
  32ed14044a6a0eef212817b64e61ad6b  clutter-1.1.14.tar.gz

This is the seventh developers snapshot of Clutter 1.1, leading to the release of 1.2.0 (planned on March 1st 2010).

Clutter is an open source software library for creating fast, visually rich, portable and animated graphical user interfaces. Clutter is licensed under the terms of the GNU Lesser General Public License version 2.1.

Requirements

Clutter currently requires:

  • GLib >= 2.16.0
  • Cairo >= 1.6
  • Pango >= 1.20
  • OpenGL >= 1.3 or 1.2 + multitexturing, OpenGL|ES 1.1 or OpenGL|ES 2.0
  • GLX, SDL, WGL, Quartz or an EGL Implementation

Depending on the platform and the configuration options Clutter also depends on:

  • GDK-Pixbuf >= 2.0
  • JSON-GLib >= 0.8
  • GObject-Introspection >= 0.6.4
  • UProf >= 0.2

Notes

  • This is the seventh developers snapshot of the 1.1 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 stable release of Clutter
  • Bugs should be reported here

What's new in Clutter 1.1.14

  • Fix interaction between user resizable Stages and fullscreen on X11
  • Define the semantics of ENTER and LEAVE events when actors are on the border of the Stage window
  • Take the InputDevice of an event into consideration when throttling MOTION events
  • Round the coordinates when clipping to a rectangle in window coordinates
  • Always trust the user-provided coordinates when creating a CoglTexture from a foreign GL texture
  • Split Clutter's debug annotations from the pick and paint mode behavioural modifiers
  • Improve the usage of the CLUTTER_ACTOR_NO_LAYOUT flag so that every actor using a ClutterFixedLayout manager will automatically benefit from it
  • Fix the packing order of ClutterBox so that the convention of first-in-first-painted is maintained
  • Documentation fixes

Many thanks to:

  Robert Bragg
  Chris Lord
  Neil Roberts

Have fun with Clutter!