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