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