2007-03-21 Matthew Allum <mallum@openedhand.com>
[clutter-gtk] / ChangeLog
index 27d6c1e..eb70e2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2007-03-21  Matthew Allum  <mallum@openedhand.com>
+
+       * doc/reference/Makefile.am:
+       Fix lib path so docs build again.
+
+2007-03-21  Matthew Allum  <mallum@openedhand.com>
+
+       * clutter-gtk/gtk-clutter.c:
+       * clutter-gtk/gtk-clutter.h:
+       Redo to subclass GtkSocket and use XEMBED to embed clutter stage.
+       Needs at least clutter 0.2.2. Avoids previous issues with
+       white textures when painting onto a GtkWindow.
+       (Thanks to Iain for doing all the hardwork here)
+
+       * examples/gtk-clutter-test.c: (main):
+       Update.
+
+       * configure.ac:
+       * clutter-gtk.pc.in:
+       Fixups to require clutter-0.2.2
+
+2006-11-30  Matthew Allum  <mallum@openedhand.com>
+
+       * clutter-gtk.doap:
+       Update doap file a little.
+
+2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * clutter-gtk/gtk-clutter.c:
+       (gtk_clutter_expose_event): Queue a redraw of the
+       stage instead of directly swapping the GL buffers.
+
 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
 
        * clutter-gtk/gtk-clutter.c: