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