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