2008-04-04 Emmanuele Bassi <ebassi@openedhand.com>
[clutter-gtk] / ChangeLog
1 2008-04-04  Emmanuele Bassi  <ebassi@openedhand.com>
2
3         * clutter-gtk/gtk-clutter-embed.c:
4         (gtk_clutter_embed_init): Update after upstream API change.
5
6 2008-04-01  Matthew Allum  <mallum@openedhand.com>
7
8         * examples/Makefile.am:
9         * examples/gtk-clutter-multistage.c:
10         Add a *very* simple multiple stage example.
11
12 2008-04-01  Neil Roberts  <neil@o-hand.com>
13
14         * examples/gtk-clutter-test.c (main): Moved the
15         clutter_actor_show_all call to after the parent widget is
16         shown. Otherwise all of the actors get unrealized when
17         clutter_x11_set_stage_foreign is called and nothing is displayed.
18
19 2008-04-01  Matthew Allum  <mallum@openedhand.com>
20
21         * clutter-gtk/gtk-clutter-embed.c:
22         Update for latest trunk multistage. 
23         Should now support multple widgets.
24
25 2008-02-29  Emmanuele Bassi  <ebassi@openedhand.com>
26
27         * Makefile.am:
28         * clutter-gtk/Makefile.am:
29         * examples/Makefile.am: Post-release bump build fixes
30
31         * clutter-gtk/gtk-clutter-embed.c: Extend documentation.
32
33 2008-02-29  Matthew Allum  <mallum@openedhand.com>
34
35         * clutter-gtk.pc.in:
36         * configure.ac:
37         Bump up to unstable 0.7 version and clutter req.
38
39         * clutter-gtk/gtk-clutter-embed.c:
40         * clutter-gtk/gtk-clutter-embed.h:
41         Add clutter_gtk_init(), as to use new API to share DISPLAY and
42         turn off Clutter 'automatic' event collection. 
43         Add methods for;
44           expose    - Queue a Clutter redraw.
45           map       - set Actor mapped flag.
46           show/hide - Forward to stage also. 
47         Minor doc additions.
48           
49         * examples/gtk-clutter-events.c:
50         Add some minor comments re when to call show_all().        
51
52         * examples/gtk-clutter-test.c:
53         Fix event->actor mapping. 
54
55 2008-02-21  Emmanuele Bassi  <ebassi@openedhand.com>
56
57         * clutter-gtk/gtk-clutter-embed.c:
58         (gtk_clutter_embed_send_configure): Emit a Configure event
59         with the coordinates for the widget area.
60         
61         (gtk_clutter_embed_realize),
62         (gtk_clutter_embed_size_allocate): Send the configure event.
63
64 2008-02-18  Emmanuele Bassi  <ebassi@openedhand.com>
65
66         * README:
67         * NEWS: Release 0.6.0
68
69 2008-02-07  Emmanuele Bassi  <ebassi@openedhand.com>
70
71         * clutter-gtk/gtk-clutter-embed.c: Explicitly note that you should
72         never call clutter_actor_set_size() on the embedded stage, but
73         call gtk_widget_set_size_request() on the widget itself to
74         resize the stage.
75
76 2008-01-25  Emmanuele Bassi  <ebassi@openedhand.com>
77
78         * README:
79         * NEWS: Release 0.5.2
80
81         * configure.ac: Post release bump to 0.5.3
82
83 2008-01-24  Emmanuele Bassi  <ebassi@openedhand.com>
84
85         * doc/reference/clutter-gtk-docs.sgml:
86         * doc/reference/clutter-gtk.types: Update with the widget name
87         change.
88
89         * examples/gtk-clutter-test.c: Set a default size on the
90         widget to avoid the 0, 0 initial size.
91
92 2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>
93
94         * configure.ac: Fix srcdir detection.
95
96 2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>
97
98         * configure.ac: Bump up to 0.5.1 and require Clutter 0.5.3
99         using clutter-x11.
100
101         * clutter-gtk.pc.in: Require clutter-x11-0.5.
102
103         * clutter-gtk/Makefile.am:
104         * clutter-gtk/gtk-clutter-embed.[ch]: Add the new GtkClutterEmbed
105         widget; this widget reverts back to the old, pre-XEMBED implementation
106         of an embeddable stage, by letting Clutter draw directly onto a
107         child GdkWindow, thanks to the fixes that went into Clutter
108         core. (#716, #717, #718, based on a patch by Havoc Pennington)
109
110         * clutter-gtk/clutter-gtk.[ch]: Remove the XEMBED based embeddable
111         widget.
112
113         * examples/gtk-clutter-events.c:
114         * examples/gtk-clutter-test.c: Update the tests for the new API.
115
116 2008-01-17  Emmanuele Bassi  <ebassi@openedhand.com>
117
118         * NEWS:
119         * README: Release 0.5.0
120
121 2007-12-04  Emmanuele Bassi  <ebassi@openedhand.com>
122
123         Update after the API changes in Clutter core
124
125         * clutter-gtk/clutter-gtk.c:
126         (gtk_clutter_destroy): Do not call clutter_actor_destroy()
127         on the stage.
128
129         (gtk_clutter_map): Use the new X11 API for retrieving the
130         XID of the stage window.
131         
132         (gtk_clutter_init): Set the widget as paintable and the stage
133         as resizable.
134         
135         * examples/gtk-clutter-events.c:
136         (on_x_changed), (on_y_changed), (on_z_changed): Use the new
137         clutter_actor_set_rotation() API.
138
139         * examples/gtk-clutter-test.c (frame_cb): Ditto as above.
140
141 2007-08-20  Emmanuele Bassi  <ebassi@openedhand.com>
142
143         * doc/reference/clutter-gtk-sections.txt:
144         * doc/reference/clutter-gtk-docs.sgml:
145         * clutter-gtk/clutter-gtk.[ch]: Fix API reference.
146
147         * examples/Makefile.am: Fix compilation of the examples
148
149 2007-08-15  Emmanuele Bassi  <ebassi@openedhand.com>
150
151         * configure.ac:
152         * clutter-gtk.pc.in:
153         * Makefile.am:
154         * clutter-gtk/Makefile.am: Bump up to 0.5.0 and require
155         clutter-gtk-0.5 as well.
156
157 2007-08-07  Emmanuele Bassi  <ebassi@openedhand.com>
158
159         * configure.ac: Bump up to 0.4.0; require clutter-glx-0.4.
160
161         * clutter-gtk.pc.in:
162         * Makefile.am:
163         * clutter-gtk/Makefile.am: Update.
164
165 2007-08-03  Chris Lord,,,  <chris@openedhand.com>
166
167         * doc/reference/Makefile.am:
168         Fix documentation building
169
170 2007-07-18  Neil J. Patel  <njp@o-hand.com>
171
172         * examples/Makefile.am:
173         Point to new clutter-gtk library name.
174
175 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
176
177         * examples/gtk-clutter-events.c: Remove wrong casting around
178         the g_signal_connect() argument; this masked a weird memory
179         corruption bug happening when compiling outside the sources
180         directory.
181
182 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
183
184         * clutter-gtk/Makefile.am:
185         * clutter-gtk.pc.in: Install (and use) a versioned library, to
186         match the behaviour of clutter-core and the other integration
187         libraries.
188
189 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
190
191         * clutter-gtk.pc.in: Depend on the right clutter pkgconfig file
192
193         * Makefile.am: Install a versioned clutter-gtk pkgconfig file
194
195 2007-07-06  Matthew Allum  <mallum@openedhand.com>
196
197         * NEWS:
198         Update.
199         * configure.ac:
200         Bump up version to 0.3.1
201
202 2007-07-06  Matthew Allum  <mallum@openedhand.com>
203
204         * clutter-gtk.pc.in:
205         Fix to require 0.3 clutter.
206
207 2007-06-11  Neil Jagdish Patel  <njp@f7>
208
209         * examples/gtk-clutter-events.c: (create_colors):
210         Removed stray g_print
211
212 2007-06-11  Neil Jagdish Patel  <njp@o-hand.com>
213
214         * examples/Makefile.am:
215         * examples/gtk-clutter-events.c: (on_gtk_entry_changed),
216         (on_x_changed), (on_y_changed), (on_z_changed),
217         (on_opacity_changed), (create_colors), (main):
218         Added another example whihc shows some interaction between gtk and
219         the stage.
220
221         * examples/gtk-clutter-test.c: (main):
222         Updated to work with clutter-0.3
223
224
225 2007-04-17  Emmanuele Bassi  <ebassi@openedhand.com>
226
227         * configure.ac: Branch for development; bump to 0.3.0, to
228         match Clutter core version; require clutter-glx backend.
229
230         * clutter-gtk/clutter-gtk.c: Include the GLX backend specific
231         functions; add an "embedded" read-only property, which signals
232         whether the widget has successfully embedded the stage window;
233         use the new clutter_glx_get_stage_window() function.
234
235         * examples/gtk-clutter-test.c: Port to the new event API.
236
237 2007-03-23  Ross Burton  <ross@openedhand.com>
238
239         * configure.ac:
240         Don't require any particular GTK+ version.
241
242 2007-03-23  Ross Burton  <ross@openedhand.com>
243
244         * examples/Makefile.am:
245         Dist the PNG.
246
247 ================= 2007-03-22 0.1 Release ========================
248
249 2007-03-22  Matthew Allum  <mallum@openedhand.com>
250
251         * clutter-gtk.doap:
252         Update for 0.1 Realease
253
254 2007-03-22  Matthew Allum  <mallum@openedhand.com>
255
256         * NEWS:
257         Update for 0.1 release
258         * doc/reference/clutter-gtk.types:
259         Rename fix.
260
261 2007-03-22  Matthew Allum  <mallum@openedhand.com>
262
263         * clutter-gtk/Makefile.am:
264         * clutter-gtk/clutter-gtk.c:
265         * clutter-gtk/gtk-clutter.c:
266         * clutter-gtk/gtk-clutter.h:
267         * configure.ac:
268         * examples/gtk-clutter-test.c:
269         Various naming fixups. 
270
271 2007-03-21  Matthew Allum  <mallum@openedhand.com>
272
273         * clutter-gtk.pc.in:
274         * clutter-gtk/Makefile.am:
275         More version fixes.
276
277 2007-03-21  Matthew Allum  <mallum@openedhand.com>
278
279         * doc/reference/Makefile.am:
280         Fix lib path so docs build again.
281
282 2007-03-21  Matthew Allum  <mallum@openedhand.com>
283
284         * clutter-gtk/gtk-clutter.c:
285         * clutter-gtk/gtk-clutter.h:
286         Redo to subclass GtkSocket and use XEMBED to embed clutter stage.
287         Needs at least clutter 0.2.2. Avoids previous issues with
288         white textures when painting onto a GtkWindow.
289         (Thanks to Iain for doing all the hardwork here)
290
291         * examples/gtk-clutter-test.c: (main):
292         Update.
293
294         * configure.ac:
295         * clutter-gtk.pc.in:
296         Fixups to require clutter-0.2.2
297
298 2006-11-30  Matthew Allum  <mallum@openedhand.com>
299
300         * clutter-gtk.doap:
301         Update doap file a little.
302
303 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
304
305         * clutter-gtk/gtk-clutter.c:
306         (gtk_clutter_expose_event): Queue a redraw of the
307         stage instead of directly swapping the GL buffers.
308
309 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
310
311         * clutter-gtk/gtk-clutter.c:
312         (gtk_clutter_expose_event): Use the newly added
313         clutter_stage_swap_buffers() and fix the missing redraw
314         on expose bug.
315
316 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
317
318         * examples/gtk-clutter-test.c: Add a "quit" button.
319
320 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
321
322         * clutter-gtk/gtk-clutter.c:
323         (gtk_clutter_destroy): Destroy the ClutterStage instead
324         of unreffing it.
325
326         (gtk_clutter_size_allocate): Queue a redraw if the stage
327         is marked as visible.
328
329         (gtk_clutter_realize): Remove the forced realize: the
330         stage is already realized by default.
331
332         * examples/gtk-clutter-test.c: Use gtk_main_quit().
333
334 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
335
336         * clutter-gtk/gtk-clutter.h: Add constructor; clean up.
337
338         * clutter-gtk/gtk-clutter.c:
339         (gtk_clutter_destroy), (gtk_clutter_class_init): Move
340         the stage unref to the GtkObject::destroy method.
341
342         (gtk_clutter_size_allocate): Oblige to the size allocation
343         request from the container of the GtkClutter widget by
344         resizing the ClutterStage.
345
346         (gtk_clutter_size_request): Require the size of the stage.
347
348         (gtk_clutter_destroy), (gtk_clutter_size_request),
349         (gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE()
350         macro, which does a type check and a function call; use the
351         priv pointer we conveniently keep around.
352
353         * examples/gtk-clutter-test.c: Use the given constructor;
354         now window resizing works.  The stage doesn't get refreshed
355         immediately (resize the window), though, and there's still
356         the X error when we close the window.
357
358 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
359
360         * *: Initial import out of the main tree.