c767f7b6441a887ab50ab77768b0426a8338536a
[clutter-gtk] / ChangeLog
1 2007-03-23  Ross Burton  <ross@openedhand.com>
2
3         * configure.ac:
4         Don't require any particular GTK+ version.
5
6 2007-03-23  Ross Burton  <ross@openedhand.com>
7
8         * examples/Makefile.am:
9         Dist the PNG.
10
11 ================= 2007-03-22 0.1 Release ========================
12
13 2007-03-22  Matthew Allum  <mallum@openedhand.com>
14
15         * clutter-gtk.doap:
16         Update for 0.1 Realease
17
18 2007-03-22  Matthew Allum  <mallum@openedhand.com>
19
20         * NEWS:
21         Update for 0.1 release
22         * doc/reference/clutter-gtk.types:
23         Rename fix.
24
25 2007-03-22  Matthew Allum  <mallum@openedhand.com>
26
27         * clutter-gtk/Makefile.am:
28         * clutter-gtk/clutter-gtk.c:
29         * clutter-gtk/gtk-clutter.c:
30         * clutter-gtk/gtk-clutter.h:
31         * configure.ac:
32         * examples/gtk-clutter-test.c:
33         Various naming fixups. 
34
35 2007-03-21  Matthew Allum  <mallum@openedhand.com>
36
37         * clutter-gtk.pc.in:
38         * clutter-gtk/Makefile.am:
39         More version fixes.
40
41 2007-03-21  Matthew Allum  <mallum@openedhand.com>
42
43         * doc/reference/Makefile.am:
44         Fix lib path so docs build again.
45
46 2007-03-21  Matthew Allum  <mallum@openedhand.com>
47
48         * clutter-gtk/gtk-clutter.c:
49         * clutter-gtk/gtk-clutter.h:
50         Redo to subclass GtkSocket and use XEMBED to embed clutter stage.
51         Needs at least clutter 0.2.2. Avoids previous issues with
52         white textures when painting onto a GtkWindow.
53         (Thanks to Iain for doing all the hardwork here)
54
55         * examples/gtk-clutter-test.c: (main):
56         Update.
57
58         * configure.ac:
59         * clutter-gtk.pc.in:
60         Fixups to require clutter-0.2.2
61
62 2006-11-30  Matthew Allum  <mallum@openedhand.com>
63
64         * clutter-gtk.doap:
65         Update doap file a little.
66
67 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
68
69         * clutter-gtk/gtk-clutter.c:
70         (gtk_clutter_expose_event): Queue a redraw of the
71         stage instead of directly swapping the GL buffers.
72
73 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
74
75         * clutter-gtk/gtk-clutter.c:
76         (gtk_clutter_expose_event): Use the newly added
77         clutter_stage_swap_buffers() and fix the missing redraw
78         on expose bug.
79
80 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
81
82         * examples/gtk-clutter-test.c: Add a "quit" button.
83
84 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
85
86         * clutter-gtk/gtk-clutter.c:
87         (gtk_clutter_destroy): Destroy the ClutterStage instead
88         of unreffing it.
89
90         (gtk_clutter_size_allocate): Queue a redraw if the stage
91         is marked as visible.
92
93         (gtk_clutter_realize): Remove the forced realize: the
94         stage is already realized by default.
95
96         * examples/gtk-clutter-test.c: Use gtk_main_quit().
97
98 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
99
100         * clutter-gtk/gtk-clutter.h: Add constructor; clean up.
101
102         * clutter-gtk/gtk-clutter.c:
103         (gtk_clutter_destroy), (gtk_clutter_class_init): Move
104         the stage unref to the GtkObject::destroy method.
105
106         (gtk_clutter_size_allocate): Oblige to the size allocation
107         request from the container of the GtkClutter widget by
108         resizing the ClutterStage.
109
110         (gtk_clutter_size_request): Require the size of the stage.
111
112         (gtk_clutter_destroy), (gtk_clutter_size_request),
113         (gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE()
114         macro, which does a type check and a function call; use the
115         priv pointer we conveniently keep around.
116
117         * examples/gtk-clutter-test.c: Use the given constructor;
118         now window resizing works.  The stage doesn't get refreshed
119         immediately (resize the window), though, and there's still
120         the X error when we close the window.
121
122 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
123
124         * *: Initial import out of the main tree.