clutter 1.7.12



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

    - Reload the font caches on X11 when the user installs a new font
    Whenever the user installs a new font inside one of the directories that
    ware being watched by a session daemon, or changes the fontconfig
    configuration, the toolkits using FontConfig (either directly or indirectly
    e.g. through Pango, like Clutter) should listen to the Fontconfig/Timestamp
    XSETTINGS key and release all the font configuration caches. This allows
    selecting the newly installed fonts without requiring the user to restart
    the application.

    - Allow using "font-description" as a ClutterScript alias for "font-name"
    ClutterText:font-description allows passing a PangoFontDescription
    directly to a ClutterText; when defining a ClutterText instance inside a
    ClutterScript file, :font-description should be an alias for :font-name,
    which takes a string and converts it to a PangoFontDescription.

    - Make sure that LayoutManager subclasses take the allocation origin
      into account when allocating the children
    A LayoutManager should be resilient against allocations with an origin
    not positioned at (0, 0); this allows actors using a layout manager
    instance to munge the box and implement things like margin and padding
    without the layout manager having knowledge of those concepts.

    - Build fixes
    Always link against libm when building Clutter (and its tests); don't
    rely on libraries lower on the stack to do so.

    - Documentation fixes

  • List of bugs fixed since Clutter 1.7.10

  [bugzilla.gnome.org]

  #657529 - Build failure

Many thanks to:

  Robert Bragg, Daniel Mustieles, Fran Dieguez, Kjartan Maraas


ChangeLog
=========
http://download.gnome.org/sources/clutter/1.7/clutter-1.7.12.changes  (9.73K)

Download
========

http://download.gnome.org/sources/clutter/1.7/clutter-1.7.12.tar.xz  (4.08M)
  sha256sum: b145cb02b1682fd9a4fb5af38d7baee94d3841e84a5ad960ecc2fead96b3ac7a

http://download.gnome.org/sources/clutter/1.7/clutter-1.7.12.tar.bz2 (4.72M)
  sha256sum: 9bc93ad7c03d089df0c5901dc83eb00b6e4e13aeaf5b17cd87f8fdb853b81e40



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