2006-11-29 Emmanuele Bassi <ebassi@openedhand.com>
[clutter-gtk] / ChangeLog
1 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
2
3         * clutter-gtk/gtk-clutter.h: Add constructor; clean up.
4
5         * clutter-gtk/gtk-clutter.c:
6         (gtk_clutter_destroy), (gtk_clutter_class_init): Move
7         the stage unref to the GtkObject::destroy method.
8
9         (gtk_clutter_size_allocate): Oblige to the size allocation
10         request from the container of the GtkClutter widget by
11         resizing the ClutterStage.
12
13         (gtk_clutter_size_request): Require the size of the stage.
14
15         (gtk_clutter_destroy), (gtk_clutter_size_request),
16         (gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE()
17         macro, which does a type check and a function call; use the
18         priv pointer we conveniently keep around.
19
20         * examples/gtk-clutter-test.c: Use the given constructor;
21         now window resizing works.  The stage doesn't get refreshed
22         immediately (resize the window), though, and there's still
23         the X error when we close the window.
24
25 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
26
27         * *: Initial import out of the main tree.