666a69285d90994a035e881e16f939e06642d8fd
[clutter-gtk] / ChangeLog
1 2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>
2
3         * configure.ac: Bump up to 0.5.1 and require Clutter 0.5.3
4         using clutter-x11.
5
6         * clutter-gtk.pc.in: Require clutter-x11-0.5.
7
8         * clutter-gtk/Makefile.am:
9         * clutter-gtk/gtk-clutter-embed.[ch]: Add the new GtkClutterEmbed
10         widget; this widget reverts back to the old, pre-XEMBED implementation
11         of an embeddable stage, by letting Clutter draw directly onto a
12         child GdkWindow, thanks to the fixes that went into Clutter
13         core. (#716, #717, #718, based on a patch by Havoc Pennington)
14
15         * clutter-gtk/clutter-gtk.[ch]: Remove the XEMBED based embeddable
16         widget.
17
18         * examples/gtk-clutter-events.c:
19         * examples/gtk-clutter-test.c: Update the tests for the new API.
20
21 2008-01-17  Emmanuele Bassi  <ebassi@openedhand.com>
22
23         * NEWS:
24         * README: Release 0.5.0
25
26 2007-12-04  Emmanuele Bassi  <ebassi@openedhand.com>
27
28         Update after the API changes in Clutter core
29
30         * clutter-gtk/clutter-gtk.c:
31         (gtk_clutter_destroy): Do not call clutter_actor_destroy()
32         on the stage.
33
34         (gtk_clutter_map): Use the new X11 API for retrieving the
35         XID of the stage window.
36         
37         (gtk_clutter_init): Set the widget as paintable and the stage
38         as resizable.
39         
40         * examples/gtk-clutter-events.c:
41         (on_x_changed), (on_y_changed), (on_z_changed): Use the new
42         clutter_actor_set_rotation() API.
43
44         * examples/gtk-clutter-test.c (frame_cb): Ditto as above.
45
46 2007-08-20  Emmanuele Bassi  <ebassi@openedhand.com>
47
48         * doc/reference/clutter-gtk-sections.txt:
49         * doc/reference/clutter-gtk-docs.sgml:
50         * clutter-gtk/clutter-gtk.[ch]: Fix API reference.
51
52         * examples/Makefile.am: Fix compilation of the examples
53
54 2007-08-15  Emmanuele Bassi  <ebassi@openedhand.com>
55
56         * configure.ac:
57         * clutter-gtk.pc.in:
58         * Makefile.am:
59         * clutter-gtk/Makefile.am: Bump up to 0.5.0 and require
60         clutter-gtk-0.5 as well.
61
62 2007-08-07  Emmanuele Bassi  <ebassi@openedhand.com>
63
64         * configure.ac: Bump up to 0.4.0; require clutter-glx-0.4.
65
66         * clutter-gtk.pc.in:
67         * Makefile.am:
68         * clutter-gtk/Makefile.am: Update.
69
70 2007-08-03  Chris Lord,,,  <chris@openedhand.com>
71
72         * doc/reference/Makefile.am:
73         Fix documentation building
74
75 2007-07-18  Neil J. Patel  <njp@o-hand.com>
76
77         * examples/Makefile.am:
78         Point to new clutter-gtk library name.
79
80 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
81
82         * examples/gtk-clutter-events.c: Remove wrong casting around
83         the g_signal_connect() argument; this masked a weird memory
84         corruption bug happening when compiling outside the sources
85         directory.
86
87 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
88
89         * clutter-gtk/Makefile.am:
90         * clutter-gtk.pc.in: Install (and use) a versioned library, to
91         match the behaviour of clutter-core and the other integration
92         libraries.
93
94 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
95
96         * clutter-gtk.pc.in: Depend on the right clutter pkgconfig file
97
98         * Makefile.am: Install a versioned clutter-gtk pkgconfig file
99
100 2007-07-06  Matthew Allum  <mallum@openedhand.com>
101
102         * NEWS:
103         Update.
104         * configure.ac:
105         Bump up version to 0.3.1
106
107 2007-07-06  Matthew Allum  <mallum@openedhand.com>
108
109         * clutter-gtk.pc.in:
110         Fix to require 0.3 clutter.
111
112 2007-06-11  Neil Jagdish Patel  <njp@f7>
113
114         * examples/gtk-clutter-events.c: (create_colors):
115         Removed stray g_print
116
117 2007-06-11  Neil Jagdish Patel  <njp@o-hand.com>
118
119         * examples/Makefile.am:
120         * examples/gtk-clutter-events.c: (on_gtk_entry_changed),
121         (on_x_changed), (on_y_changed), (on_z_changed),
122         (on_opacity_changed), (create_colors), (main):
123         Added another example whihc shows some interaction between gtk and
124         the stage.
125
126         * examples/gtk-clutter-test.c: (main):
127         Updated to work with clutter-0.3
128
129
130 2007-04-17  Emmanuele Bassi  <ebassi@openedhand.com>
131
132         * configure.ac: Branch for development; bump to 0.3.0, to
133         match Clutter core version; require clutter-glx backend.
134
135         * clutter-gtk/clutter-gtk.c: Include the GLX backend specific
136         functions; add an "embedded" read-only property, which signals
137         whether the widget has successfully embedded the stage window;
138         use the new clutter_glx_get_stage_window() function.
139
140         * examples/gtk-clutter-test.c: Port to the new event API.
141
142 2007-03-23  Ross Burton  <ross@openedhand.com>
143
144         * configure.ac:
145         Don't require any particular GTK+ version.
146
147 2007-03-23  Ross Burton  <ross@openedhand.com>
148
149         * examples/Makefile.am:
150         Dist the PNG.
151
152 ================= 2007-03-22 0.1 Release ========================
153
154 2007-03-22  Matthew Allum  <mallum@openedhand.com>
155
156         * clutter-gtk.doap:
157         Update for 0.1 Realease
158
159 2007-03-22  Matthew Allum  <mallum@openedhand.com>
160
161         * NEWS:
162         Update for 0.1 release
163         * doc/reference/clutter-gtk.types:
164         Rename fix.
165
166 2007-03-22  Matthew Allum  <mallum@openedhand.com>
167
168         * clutter-gtk/Makefile.am:
169         * clutter-gtk/clutter-gtk.c:
170         * clutter-gtk/gtk-clutter.c:
171         * clutter-gtk/gtk-clutter.h:
172         * configure.ac:
173         * examples/gtk-clutter-test.c:
174         Various naming fixups. 
175
176 2007-03-21  Matthew Allum  <mallum@openedhand.com>
177
178         * clutter-gtk.pc.in:
179         * clutter-gtk/Makefile.am:
180         More version fixes.
181
182 2007-03-21  Matthew Allum  <mallum@openedhand.com>
183
184         * doc/reference/Makefile.am:
185         Fix lib path so docs build again.
186
187 2007-03-21  Matthew Allum  <mallum@openedhand.com>
188
189         * clutter-gtk/gtk-clutter.c:
190         * clutter-gtk/gtk-clutter.h:
191         Redo to subclass GtkSocket and use XEMBED to embed clutter stage.
192         Needs at least clutter 0.2.2. Avoids previous issues with
193         white textures when painting onto a GtkWindow.
194         (Thanks to Iain for doing all the hardwork here)
195
196         * examples/gtk-clutter-test.c: (main):
197         Update.
198
199         * configure.ac:
200         * clutter-gtk.pc.in:
201         Fixups to require clutter-0.2.2
202
203 2006-11-30  Matthew Allum  <mallum@openedhand.com>
204
205         * clutter-gtk.doap:
206         Update doap file a little.
207
208 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
209
210         * clutter-gtk/gtk-clutter.c:
211         (gtk_clutter_expose_event): Queue a redraw of the
212         stage instead of directly swapping the GL buffers.
213
214 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
215
216         * clutter-gtk/gtk-clutter.c:
217         (gtk_clutter_expose_event): Use the newly added
218         clutter_stage_swap_buffers() and fix the missing redraw
219         on expose bug.
220
221 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
222
223         * examples/gtk-clutter-test.c: Add a "quit" button.
224
225 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
226
227         * clutter-gtk/gtk-clutter.c:
228         (gtk_clutter_destroy): Destroy the ClutterStage instead
229         of unreffing it.
230
231         (gtk_clutter_size_allocate): Queue a redraw if the stage
232         is marked as visible.
233
234         (gtk_clutter_realize): Remove the forced realize: the
235         stage is already realized by default.
236
237         * examples/gtk-clutter-test.c: Use gtk_main_quit().
238
239 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
240
241         * clutter-gtk/gtk-clutter.h: Add constructor; clean up.
242
243         * clutter-gtk/gtk-clutter.c:
244         (gtk_clutter_destroy), (gtk_clutter_class_init): Move
245         the stage unref to the GtkObject::destroy method.
246
247         (gtk_clutter_size_allocate): Oblige to the size allocation
248         request from the container of the GtkClutter widget by
249         resizing the ClutterStage.
250
251         (gtk_clutter_size_request): Require the size of the stage.
252
253         (gtk_clutter_destroy), (gtk_clutter_size_request),
254         (gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE()
255         macro, which does a type check and a function call; use the
256         priv pointer we conveniently keep around.
257
258         * examples/gtk-clutter-test.c: Use the given constructor;
259         now window resizing works.  The stage doesn't get refreshed
260         immediately (resize the window), though, and there's still
261         the X error when we close the window.
262
263 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
264
265         * *: Initial import out of the main tree.