X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ChangeLog;h=afcea380834d608399f4fdaf2fc9b24f81213f3e;hb=HEAD;hp=79538e1ba16929395804f0ed8f8cee4107548ff2;hpb=997bf5b2bb6d56f1ced536e2608c48cae5745330;p=clutter-gtk diff --git a/ChangeLog b/ChangeLog index 79538e1..afcea38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,27 +1,5 @@ -2006-11-29 Emmanuele Bassi +2008-12-08 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.