clutter 1.8.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.8.2

    - Restore support for non-ARGB visuals on X11
    The changes in the Cogl API for creating onscreen framebuffers led to
    a regression in the selection of visuals for the GLX context: Clutter
    started requesting only ARGB visuals, even though it's not strictly
    necessary. This regression has now been fixed.

    - Ensure that the OffscreenEffect uses the right size for the FBO
    Especially for subclasses that change the size of the target texture.

    - Fix build for Clutter on X11 without XI2 support

    - Introspection annotation fixes

    - Return the correct default value for the font resolution
    We should be returning 96.0 as the default value, not -1. This ensures
    that the code using font resolution, like the em-to-pixels conversion,
    always uses valid values.

  • List of bugs fixed since Clutter 1.8.2

    [bugzilla.gnome.org]
    #665040 - The offscreen effect always recreates the texture if
              create_texture() is overridden to change the size
    #664996 - clutter_state_set_key (allow-none)
    #664336 - path: Fix introspection annotations

Many thanks to:

  Alexander Shopov, Bastian Winkler, Bastien Nocera, Jeremy Moles,
  Neil Roberts, Robert Bragg


ChangeLog
=========
http://download.gnome.org/sources/clutter/1.8/clutter-1.8.4.changes  (10.9K)

Download
========

http://download.gnome.org/sources/clutter/1.8/clutter-1.8.4.tar.xz (4.27M)
  sha256sum: 6fedb4c344b4cab37e249b8a5ffeccff2f384f11335dee25c6466927461e1345



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