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