X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=afcea380834d608399f4fdaf2fc9b24f81213f3e;hb=HEAD;hp=18c235a2bbda06a0f504aa095da54b676f5794b4;hpb=2c2585c61fad87da8896f526973d3041938bc308;p=clutter-gtk diff --git a/ChangeLog b/ChangeLog index 18c235a..afcea38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,114 +1,5 @@ -================= 2007-03-22 0.1 Release ======================== +2008-12-08 Emmanuele Bassi -2007-03-22 Matthew Allum - - * clutter-gtk.doap: - Update for 0.1 Realease - -2007-03-22 Matthew Allum - - * NEWS: - Update for 0.1 release - * doc/reference/clutter-gtk.types: - Rename fix. - -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: - (gtk_clutter_destroy): Destroy the ClutterStage instead - of unreffing it. - - (gtk_clutter_size_allocate): Queue a redraw if the stage - is marked as visible. - - (gtk_clutter_realize): Remove the forced realize: the - stage is already realized by default. - - * examples/gtk-clutter-test.c: Use gtk_main_quit(). - -2006-11-29 Emmanuele Bassi - - * clutter-gtk/gtk-clutter.h: Add constructor; clean up. - - * clutter-gtk/gtk-clutter.c: - (gtk_clutter_destroy), (gtk_clutter_class_init): Move - the stage unref to the GtkObject::destroy method. - - (gtk_clutter_size_allocate): Oblige to the size allocation - request from the container of the GtkClutter widget by - resizing the ClutterStage. - - (gtk_clutter_size_request): Require the size of the stage. - - (gtk_clutter_destroy), (gtk_clutter_size_request), - (gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE() - macro, which does a type check and a function call; use the - priv pointer we conveniently keep around. - - * examples/gtk-clutter-test.c: Use the given constructor; - now window resizing works. The stage doesn't get refreshed - immediately (resize the window), though, and there's still - the X error when we close the window. - -2006-11-29 Emmanuele Bassi - - * *: Initial import out of the main tree. + * *: Clutter moved from Subversion to Git. If you are reading + this then you should use `git log` to read the changes from + the commit messages.