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 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.8.3 20/02/2009
============================
- Require Clutter >= 0.8.7
- Emit the ::activate and ::deactivate signals on the stage when we get a
focus event on the embedding widget
- Propagate the modifiers state for motion events
Clutter-GTK is a library providing facilities to integrate Clutter into GTK+
applications. It provides a GTK+ widget, GtkClutterEmbed, for embedding the
default ClutterStage into any GtkContainer.