X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=4ab44d2aeaa840f30a6682f6f2015d5f4ecbb95f;hb=200dec0488276291692da95f45432cecabe4d798;hp=825385f70b940843361006742697194aae43be59;hpb=29e58f6eb0d0ed27a7b0bc7ab59aeb4c79283200;p=clutter-gtk diff --git a/ChangeLog b/ChangeLog index 825385f..4ab44d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2007-03-22 Matthew Allum + + * 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 + + * clutter-gtk.pc.in: + * clutter-gtk/Makefile.am: + More version fixes. + +2007-03-21 Matthew Allum + + * doc/reference/Makefile.am: + Fix lib path so docs build again. + +2007-03-21 Matthew Allum + + * 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 + + * clutter-gtk.doap: + Update doap file a little. + +2006-11-30 Emmanuele Bassi + + * 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 + + * 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 + + * examples/gtk-clutter-test.c: Add a "quit" button. + 2006-11-29 Emmanuele Bassi * clutter-gtk/gtk-clutter.c: