Release 0.6.0
[clutter-gtk] / ChangeLog
index 08875e9..3e61899 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2008-02-18  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * README:
+       * NEWS: Release 0.6.0
+
+2008-02-07  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * clutter-gtk/gtk-clutter-embed.c: Explicitly note that you should
+       never call clutter_actor_set_size() on the embedded stage, but
+       call gtk_widget_set_size_request() on the widget itself to
+       resize the stage.
+
+2008-01-25  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * README:
+       * NEWS: Release 0.5.2
+
+       * configure.ac: Post release bump to 0.5.3
+
+2008-01-24  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * doc/reference/clutter-gtk-docs.sgml:
+       * doc/reference/clutter-gtk.types: Update with the widget name
+       change.
+
+       * examples/gtk-clutter-test.c: Set a default size on the
+       widget to avoid the 0, 0 initial size.
+
+2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * configure.ac: Fix srcdir detection.
+
+2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * configure.ac: Bump up to 0.5.1 and require Clutter 0.5.3
+       using clutter-x11.
+
+       * clutter-gtk.pc.in: Require clutter-x11-0.5.
+
+       * clutter-gtk/Makefile.am:
+       * clutter-gtk/gtk-clutter-embed.[ch]: Add the new GtkClutterEmbed
+       widget; this widget reverts back to the old, pre-XEMBED implementation
+       of an embeddable stage, by letting Clutter draw directly onto a
+       child GdkWindow, thanks to the fixes that went into Clutter
+       core. (#716, #717, #718, based on a patch by Havoc Pennington)
+
+       * clutter-gtk/clutter-gtk.[ch]: Remove the XEMBED based embeddable
+       widget.
+
+       * examples/gtk-clutter-events.c:
+       * examples/gtk-clutter-test.c: Update the tests for the new API.
+
 2008-01-17  Emmanuele Bassi  <ebassi@openedhand.com>
 
        * NEWS: