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