Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 4f1767559ec4a236cf767ae27bae7520 > files > 8

clutter-gtk-0.10.8-1.fc14.x86_64.rpm

Clutter-GTK 0.10.8      16/09/2010
==================================

  » Clean up build environment
  » Fix deprecations from GTK 2.21.*

Clutter-GTK 0.10.6      12/08/2010
==================================

  » Fix event handling with Clutter 1.3.*

Clutter-GTK 0.10.4      18/03/2010
==================================

  » Depend on gtk+ >= 2.19.5

  » Depend on clutter >= 1.2.0

  » Fix introspection annotations for GtkClutterEmbed,
    GtkClutterScrollable and GtkClutterZoomable

  » Do no use deprecated gtk+ API

  » Documentation fixes

Clutter-GTK 0.10.0      29/07/2009
==================================

Alexander Larsson (1):
      Make GtkClutterEmbed derive from GtkContainer

Chris Lord (1):
      [util] Add error arguments to texture functions

Emmanuele Bassi (14):
      [zoomable] Add Zoomable interface
      [zoomable] Fix Introspection data generation
      [viewport] Implement Zoomable
      Update the Viewport example
      [git ignore] Ignore backup and m4 files
      Post-release bump to 0.9.3
      Bump up the required Clutter version
      [examples] Add a Notebook case
      [viewport] Use the ::apply_transform vfunc
      Merge branch 'zoomable'
      [build] Use symbolic values for clutter-gtk version
      [build] Depend on Clutter 1.0.0
      [docs] Update the API Reference
      [docs] Update the Since tags

Clutter-GTK 0.9.1 22/06/2009
============================

Aaron Bockover (1):
      [embed] Fix on_stage_queue_redraw signature

Colin Walters (1):
      Build GObject introspection data for clutter-gtk

Emmanuele Bassi (13):
      Post-release bump to 0.9.1
      Update for Clutter 1.0 API changes
      Updates for 1.0 API changes in Clutter
      [examples] Use different sized stages
      Merge branch '1.0-integration'
      Use clutter_event_get_key_symbol()
      [build] Use the right inclusion path in the pc file
      Use variables for the include path and linker flags
      [doap] Update description and maintainer
      [build] Remove the reference to introspection.m4
      [build] Depend on the latest stable release of Clutter
      [build] Fixes for distcheck
      [build] Use AS_COMPILER_FLAGS

Neil Roberts (1):
      [gtk-clutter-test] Update for the clutter timeline changes

Robert Bragg (1):
      guard against hiding priv->stage when already destroyed during dispose

Clutter-GTK 0.9.0 11/05/2009
============================

Christian Persch (2):
      [embed] Do NOT realize from GtkWidgetClass::show
      Add gtk_clutter_init_with_args()

Emmanuele Bassi (25):
      Use ClutterText in the events example
      Ensure that the viewport is updated when resizing
      Rename cogl_translatex() to cogl_translate()
      Move to ClutterClone
      Load the image asynchronously
      Make the Stage redraw cycle part of GTK+
      [docs] Rename SGML to XML
      [docs] Remove newline in the version
      [viewport] Remove units-based API
      [docs] Remove the get_originu() method
      [embed] Use GTK+ settings
      Change the GtkClutter macro namespace
      Move init functions out of Embed source
      [tests] Remove compiler warnings
      [build] Improve build environment
      [docs] Improve the documentation
      [gitignore] Create the ignore list
      Rename the svn ChangeLog and add dummy one
      [authors] Update my email address
      [readme] Update the dependencies
      [build] Recurse under build/
      [build] Add a ChangeLog generation rule
      [gitignore] Add more gtk-doc files
      [examples] Tweak multistage example
      [build] Generate ChangeLog starting from the git import

Neil Roberts (1):
      [gtk-clutter-embed] Fill in the unicode_value field of ClutterKeyEvent

Rob Bradford (1):
      [embed] Update "queue-redraw" signal handler prototype

Clutter-GTK 0.8.1 18/07/2008
============================

 - Fix the pkg-config file
 - Really fix bug #907 and enable motion events

Clutter-GTK 0.8.0 15/07/2008
============================

 - Require clutter-x11 0.8.0 or clutter-win32 0.8.0
 - Support the Clutter win32 backend
 - Support multiple GtkClutterEmbed widgets
 - Add utility functions for integrating with GTK+ themes, GTK+ stock icons,
   icon themes and GdkPixbuf
 - Do not open a second Display connection on X11

Clutter-GTK 0.6.0 18/02/2008
============================

 - Require clutter-x11 0.6.0

Clutter-GTK 0.5.2 21/01/2008
============================

 - Require clutter-x11 0.5.4
 - Using the X11 pkg-config file it should now be possible to build against
   Clutter EGLX backend
 - Complete reimplementation of the embeddable widget, letting Clutter draw
   directly onto a GtkWidget window. [Iain Holmes, Matthew Allum, Havoc
   Pennington]
 - Renamed the widget to GtkClutterEmbed

Clutter-GTK 0.5.0 17/01/2008
============================

 - Update for new Clutter 0.5 X11 API

Clutter-GTK 0.3.1 06/07/2007
============================

 - Fix PC file requirements

Clutter-GTK 0.3.0 29/06/2007
============================

 - Update for new Clutter 0.3 API
 - Add a new example

Clutter-GTK 0.1.0 22/03/2007
============================

 - Initial release. 
   o Basic clutter GTK widget using XEMBED.