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