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