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