2007-03-22 Matthew Allum <mallum@openedhand.com>
[clutter-gtk] / ChangeLog
index 79c544a..4ab44d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2007-03-22  Matthew Allum  <mallum@openedhand.com>
+
+       * clutter-gtk/Makefile.am:
+       * clutter-gtk/clutter-gtk.c:
+       * clutter-gtk/gtk-clutter.c:
+       * clutter-gtk/gtk-clutter.h:
+       * configure.ac:
+       * examples/gtk-clutter-test.c:
+       Various naming fixups. 
+
+2007-03-21  Matthew Allum  <mallum@openedhand.com>
+
+       * clutter-gtk.pc.in:
+       * clutter-gtk/Makefile.am:
+       More version fixes.
+
+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:
+       (gtk_clutter_expose_event): Use the newly added
+       clutter_stage_swap_buffers() and fix the missing redraw
+       on expose bug.
+
 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
 
        * examples/gtk-clutter-test.c: Add a "quit" button.