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