Add dependencies
[clutter-gtk] / ChangeLog.SVN
1 2008-11-18  Emmanuele Bassi  <ebassi@linux.intel.com>
2
3         * clutter-gtk/gtk-clutter-embed.c:
4         (gtk_clutter_embed_focus_in),
5         (gtk_clutter_embed_focus_out),
6         (gtk_clutter_embed_class_init): Emit the ::activate and
7         ::deactivate signals on the stage when we get a ::focus-in-event
8         and a ::focus-out-event on the ClutterEmbed widget, respectively.
9         Thanks to Jerry Yu.
10
11 2008-11-13  Emmanuele Bassi  <ebassi@linux.intel.com>
12
13         * clutter-gtk/gtk-clutter-viewport.c:
14         (viewport_set_hadjustment_values),
15         (viewport_set_vadjustment_values): Pass the width and height
16         instead of getting it from the actor.
17
18         (connect_adjustment),
19         (gtk_clutter_viewport_allocate): Update.
20
21         (gtk_clutter_viewport_get_preferred_width),
22         (gtk_clutter_viewport_get_preferred_height): The Viewport
23         does not have a minimum size, by definition of scrollable
24         actor.
25
26         * examples/gtk-clutter-viewport.c: Fix the arguments count
27         check.
28
29 2008-10-31  Emmanuele Bassi  <ebassi@linux.intel.com>
30
31         * Makefile.am:
32         * clutter-gtk.pc.in: Remove last bits of 0.8 usage.
33
34 2008-10-30  Emmanuele Bassi  <ebassi@linux.intel.com>
35
36         * clutter-gtk/gtk-clutter-embed.c:
37         (gtk_clutter_embed_motion_notify_event): Copy the motion
38         event modifier state like we do for the rest of the events.
39
40 2008-10-20  Emmanuele Bassi  <ebassi@linux.intel.com>
41
42         * clutter-gtk/Makefile.am:
43         * examples/Makefile.am: Update the build.
44
45         * clutter-gtk/clutter-gtk.h: Added a single include header, and
46         disabled the inclusion of specific headers; this keeps the
47         library clean and future-proof, now that we have more than one
48         header file.
49
50         * clutter-gtk/gtk-clutter-embed.h:
51         * clutter-gtk/gtk-clutter-util.h: Disabled the direct inclusion
52         of a single header file.
53
54         * clutter-gtk/gtk-clutter-scrollable.c:
55         * clutter-gtk/gtk-clutter-scrollable.h: Added a GtkClutterScrollable
56         interface for scrollable actors using GtkAdjustments.
57
58         * clutter-gtk/gtk-clutter-viewport.c:
59         * clutter-gtk/gtk-clutter-viewport.h: Added a scrollable actor
60         implementing GtkClutterScrollable.
61
62         * doc/reference/Makefile.am:
63         * doc/reference/clutter-gtk-docs.sgml:
64         * doc/reference/clutter-gtk-sections.txt:
65         * doc/reference/clutter-gtk.types: Update the documentation.
66
67         * examples/gtk-clutter-events.c:
68         * examples/gtk-clutter-multistage.c:
69         * examples/gtk-clutter-test.c: Update to include clutter-gtk.h.
70
71         * examples/gtk-clutter-viewport.c: Added an example of
72         the GtkClutterViewport usage.
73
74 2008-10-15  Emmanuele Bassi  <ebassi@linux.intel.com>
75
76         * configure.ac: Bump up to 0.9 now that we've branched.
77
78 2008-10-2  Robert Bragg  <robert@linux.intel.com>
79         
80         * clutter-gtk/doc/reference/Makefile.am:
81         reverts previous change: It's Poky that needs changing.
82
83 2008-10-2  Robert Bragg  <robert@linux.intel.com>
84         * clutter-gtk/doc/reference/Makefile.am:
85         Dont use += to set EXTRA_DIST since there isn't a preceding = which
86         automake gets upset about. This means we can remove the patches
87         fixing this in Poky.
88
89 2008-09-25  Emmanuele Bassi  <ebassi@linux.intel.com>
90
91         * clutter-gtk/gtk-clutter-util.[ch]: Add API for retrieving
92         the various color components out of a GtkWidget style in form
93         of a ClutterColor.
94
95         * doc/reference/clutter-gtk-sections.txt: Include the newly
96         added API in the generated reference.
97
98 2008-09-15  Emmanuele Bassi  <emmanuele.bassi@intel.com>
99
100         Bug 1114 - Mouse wheel events ignored in GtkClutterEmbed
101
102         * clutter-gtk/gtk-clutter-embed.c:
103         (gtk_clutter_embed_scroll_event),
104         (gtk_clutter_embed_class_init): Add relaying of the scroll
105         events from GTK+ to Clutter. (Pierre-Luc Beaudoin)
106
107 2008-08-05  Emmanuele Bassi  <ebassi@openedhand.com>
108
109         * clutter-gtk/gtk-clutter-embed.c:
110         (gtk_clutter_embed_size_allocate): Queue a relayout on the stage
111         when we have an allocation from the GtkWidget.
112
113 2008-08-01  Neil Roberts  <neil@o-hand.com>
114
115         * clutter-gtk/gtk-clutter-util.c
116         (gtk_clutter_texture_set_from_pixbuf)
117         (gtk_clutter_texture_new_from_pixbuf): The bpp values were the
118         wrong way around so these two functions always failed.
119
120 2008-07-31  Emmanuele Bassi  <ebassi@openedhand.com>
121
122         * clutter-gtk/gtk-clutter-util.c:
123         (gtk_clutter_texture_new_from_pixbuf),
124         (gtk_clutter_texture_set_from_pixbuf): Check if the pixbuf has
125         an alpha before setting the BPP.
126
127 ======== Clutter-GTK 0.8.1 ====================================================
128
129 2008-07-18  Emmanuele Bassi  <ebassi@openedhand.com>
130
131         * NEWS: Release 0.8.1
132
133 2008-07-18  Neil Roberts  <neil@o-hand.com>
134
135         * clutter-gtk/gtk-clutter-embed.c (gtk_clutter_embed_realize): Fix
136         name of mask for motion events.
137
138 2008-07-16  Emmanuele Bassi  <ebassi@openedhand.com>
139
140         * clutter-gtk.pc.in: Fix the pkg-config file. (Ignacio Casal
141         Quinteiro)
142
143 2008-07-15  Emmanuele Bassi  <ebassi@openedhand.com>
144
145         * configure.ac: Post-release bump to 0.8.1.
146
147 ======== Clutter-GTK 0.8.0 ====================================================
148
149 2008-07-15  Emmanuele Bassi  <ebassi@openedhand.com>
150
151         * configure.ac:
152         * README:
153         * NEWS: Release 0.8.0
154
155 2008-07-04  Emmanuele Bassi  <ebassi@openedhand.com>
156
157         * clutter-gtk.pc.in: Fix the inclusion directory
158
159         * clutter-gtk/gtk-clutter-embed.c: Synch up with the stable branch
160         to handle focus. Also remove the ClutterContainer implementation.
161
162         * clutter-gtk/gtk-clutter-util.[ch]: Fully document and add the
163         gtk_clutter_texture_set_from_icon_name() helper function.
164
165         * configure.ac: Whitespace
166
167         * examples/gtk-clutter-test.c: Update.
168
169 2008-05-19  Tomas Frydrych  <tf@openedhand.com>
170
171         * clutter-gtk/gtk-clutter-embed.c:
172         Fixed inclusion of clutter-x11.h following change in structure of
173         clutter includes.
174
175 2008-05-15  Emmanuele Bassi  <ebassi@openedhand.com>
176
177         * clutter-gtk/gtk-clutter-embed.c:
178         (gtk_clutter_embed_init): Realize the stage before retrieving
179         the visual from it.
180
181 2008-05-07  Matthew Allum  <mallum@openedhand.com>
182
183         * clutter-gtk/gtk-clutter-embed.c:
184         Add motion event handling - fixes #907
185
186 2008-04-24  Emmanuele Bassi  <ebassi@openedhand.com>
187
188         * examples/gtk-clutter-test.c (main): Use the utility function
189         for creating a ClutterTexture using a GdkPixbuf.
190
191 2008-04-21  Emmanuele Bassi  <ebassi@openedhand.com>
192
193         Bug #876 - GtkClutterEmbed doesn't propagate events back down
194         to the GtkWindow
195
196         * clutter-gtk/gtk-clutter-embed.c:
197         (gtk_clutter_embed_button_event),
198         (gtk_clutter_embed_key_event): Just return FALSE in the
199         event handlers.
200
201 2008-04-21  Emmanuele Bassi  <ebassi@openedhand.com>
202
203         * clutter-gtk/gtk-clutter-util.h:
204         * clutter-gtk/gtk-clutter-util.c:
205         (gtk_clutter_texture_new_from_pixbuf),
206         (gtk_clutter_texture_new_from_stock),
207         (gtk_clutter_texture_new_from_icon_name): Add utility functions
208         to create a ClutterTexture from a Pixbuf (to replace the
209         clutter_texture_from_pixbuf() call when it will be removed
210         from Clutter core); from a stock id; and from an icon name.
211
212         * examples/Makefile.am: Clean up.
213
214         * examples/gtk-clutter-events.c:
215         * examples/gtk-clutter-multistage.c: Use the new utility API.
216
217 2008-04-17  Emmanuele Bassi  <ebassi@openedhand.com>
218
219         * README: Update requirements
220
221         * clutter-gtk/gtk-clutter-embed.c:
222         (gtk_clutter_embed_dispose): Destroy the ClutterStage we create.
223
224         (gtk_clutter_embed_realize),
225         (gtk_clutter_embed_init),
226         (gtk_clutter_init): Slight cleanup.
227
228 2008-04-17  Emmanuele Bassi  <ebassi@openedhand.com>
229
230         * clutter-gtk/gtk-clutter-util.[ch]: Add utility functions to
231         ClutterGtk to be able to retrieve the ClutterColor equivalent
232         of the various style color components of a GtkWidget.
233
234         * clutter-gtk/Makefile.am: Add gtk-clutter-util.[ch] to the build.
235
236         * doc/reference/clutter-gtk-docs.sgml: Add the new section in
237         the documentation.
238
239         * examples/gtk-clutter-events.c (create_colors): Test the newly
240         added color retrieval API.
241
242 2008-04-15  Neil Roberts  <neil@o-hand.com>
243
244         * configure.ac: Added a --with-flavour option to select between
245         x11 and win32 versions. Defaults to x11.
246
247         * clutter-gtk/gtk-clutter-embed.c: ifdef out X11 specific calls
248         and replace with Win32 equivalents.
249         (gtk_clutter_embed_key_event, gtk_clutter_embed_button_event): Set
250         the stage pointer when generating fake Clutter events otherwise
251         they just get ignored.
252         (gtk_clutter_embed_realize): Always request button and key events
253         in the window event mask. They aren't included by default on
254         Windows.
255
256         * README (Requirements): Added a note about the minimum Clutter
257         version for the Win32 backend.
258
259 2008-04-11  Emmanuele Bassi  <ebassi@openedhand.com>
260
261         * clutter-gtk/gtk-clutter-embed.c:
262         (clutter_container_iface_init): Make GtkClutterEmbed implement
263         ClutterContainer, and proxy all virtual functions to the
264         embedded Stage.
265
266         * examples/gtk-clutter-test.c: (main): Add the group straight
267         to the GtkClutterEmbed widget to test the Container interface
268         implementation.
269
270 2008-04-11  Emmanuele Bassi  <ebassi@openedhand.com>
271
272         * clutter-gtk/gtk-clutter-embed.c:
273         (gtk_clutter_init): Call gtk_init_check(); this is safe, because
274         multiple calls to gtk_init() are safe.
275
276         * clutter-gtk/gtk-clutter-embed.h: Extend the ClutterInitError
277         enumeration.
278
279         * examples/gtk-clutter-events.c:
280         * examples/gtk-clutter-multistage.c:
281         * examples/gtk-clutter-test.c: Call gtk_clutter_init() and error
282         out in case of failure.
283
284 2008-04-04  Emmanuele Bassi  <ebassi@openedhand.com>
285
286         * clutter-gtk/gtk-clutter-embed.c:
287         (gtk_clutter_embed_init): Update after upstream API change.
288
289 2008-04-01  Matthew Allum  <mallum@openedhand.com>
290
291         * examples/Makefile.am:
292         * examples/gtk-clutter-multistage.c:
293         Add a *very* simple multiple stage example.
294
295 2008-04-01  Neil Roberts  <neil@o-hand.com>
296
297         * examples/gtk-clutter-test.c (main): Moved the
298         clutter_actor_show_all call to after the parent widget is
299         shown. Otherwise all of the actors get unrealized when
300         clutter_x11_set_stage_foreign is called and nothing is displayed.
301
302 2008-04-01  Matthew Allum  <mallum@openedhand.com>
303
304         * clutter-gtk/gtk-clutter-embed.c:
305         Update for latest trunk multistage.
306         Should now support multple widgets.
307
308 2008-02-29  Emmanuele Bassi  <ebassi@openedhand.com>
309
310         * Makefile.am:
311         * clutter-gtk/Makefile.am:
312         * examples/Makefile.am: Post-release bump build fixes
313
314         * clutter-gtk/gtk-clutter-embed.c: Extend documentation.
315
316 2008-02-29  Matthew Allum  <mallum@openedhand.com>
317
318         * clutter-gtk.pc.in:
319         * configure.ac:
320         Bump up to unstable 0.7 version and clutter req.
321
322         * clutter-gtk/gtk-clutter-embed.c:
323         * clutter-gtk/gtk-clutter-embed.h:
324         Add clutter_gtk_init(), as to use new API to share DISPLAY and
325         turn off Clutter 'automatic' event collection.
326         Add methods for;
327           expose    - Queue a Clutter redraw.
328           map       - set Actor mapped flag.
329           show/hide - Forward to stage also.
330         Minor doc additions.
331
332         * examples/gtk-clutter-events.c:
333         Add some minor comments re when to call show_all().
334
335         * examples/gtk-clutter-test.c:
336         Fix event->actor mapping.
337
338 2008-02-21  Emmanuele Bassi  <ebassi@openedhand.com>
339
340         * clutter-gtk/gtk-clutter-embed.c:
341         (gtk_clutter_embed_send_configure): Emit a Configure event
342         with the coordinates for the widget area.
343
344         (gtk_clutter_embed_realize),
345         (gtk_clutter_embed_size_allocate): Send the configure event.
346
347 2008-02-18  Emmanuele Bassi  <ebassi@openedhand.com>
348
349         * README:
350         * NEWS: Release 0.6.0
351
352 2008-02-07  Emmanuele Bassi  <ebassi@openedhand.com>
353
354         * clutter-gtk/gtk-clutter-embed.c: Explicitly note that you should
355         never call clutter_actor_set_size() on the embedded stage, but
356         call gtk_widget_set_size_request() on the widget itself to
357         resize the stage.
358
359 2008-01-25  Emmanuele Bassi  <ebassi@openedhand.com>
360
361         * README:
362         * NEWS: Release 0.5.2
363
364         * configure.ac: Post release bump to 0.5.3
365
366 2008-01-24  Emmanuele Bassi  <ebassi@openedhand.com>
367
368         * doc/reference/clutter-gtk-docs.sgml:
369         * doc/reference/clutter-gtk.types: Update with the widget name
370         change.
371
372         * examples/gtk-clutter-test.c: Set a default size on the
373         widget to avoid the 0, 0 initial size.
374
375 2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>
376
377         * configure.ac: Fix srcdir detection.
378
379 2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>
380
381         * configure.ac: Bump up to 0.5.1 and require Clutter 0.5.3
382         using clutter-x11.
383
384         * clutter-gtk.pc.in: Require clutter-x11-0.5.
385
386         * clutter-gtk/Makefile.am:
387         * clutter-gtk/gtk-clutter-embed.[ch]: Add the new GtkClutterEmbed
388         widget; this widget reverts back to the old, pre-XEMBED implementation
389         of an embeddable stage, by letting Clutter draw directly onto a
390         child GdkWindow, thanks to the fixes that went into Clutter
391         core. (#716, #717, #718, based on a patch by Havoc Pennington)
392
393         * clutter-gtk/clutter-gtk.[ch]: Remove the XEMBED based embeddable
394         widget.
395
396         * examples/gtk-clutter-events.c:
397         * examples/gtk-clutter-test.c: Update the tests for the new API.
398
399 2008-01-17  Emmanuele Bassi  <ebassi@openedhand.com>
400
401         * NEWS:
402         * README: Release 0.5.0
403
404 2007-12-04  Emmanuele Bassi  <ebassi@openedhand.com>
405
406         Update after the API changes in Clutter core
407
408         * clutter-gtk/clutter-gtk.c:
409         (gtk_clutter_destroy): Do not call clutter_actor_destroy()
410         on the stage.
411
412         (gtk_clutter_map): Use the new X11 API for retrieving the
413         XID of the stage window.
414
415         (gtk_clutter_init): Set the widget as paintable and the stage
416         as resizable.
417
418         * examples/gtk-clutter-events.c:
419         (on_x_changed), (on_y_changed), (on_z_changed): Use the new
420         clutter_actor_set_rotation() API.
421
422         * examples/gtk-clutter-test.c (frame_cb): Ditto as above.
423
424 2007-08-20  Emmanuele Bassi  <ebassi@openedhand.com>
425
426         * doc/reference/clutter-gtk-sections.txt:
427         * doc/reference/clutter-gtk-docs.sgml:
428         * clutter-gtk/clutter-gtk.[ch]: Fix API reference.
429
430         * examples/Makefile.am: Fix compilation of the examples
431
432 2007-08-15  Emmanuele Bassi  <ebassi@openedhand.com>
433
434         * configure.ac:
435         * clutter-gtk.pc.in:
436         * Makefile.am:
437         * clutter-gtk/Makefile.am: Bump up to 0.5.0 and require
438         clutter-gtk-0.5 as well.
439
440 2007-08-07  Emmanuele Bassi  <ebassi@openedhand.com>
441
442         * configure.ac: Bump up to 0.4.0; require clutter-glx-0.4.
443
444         * clutter-gtk.pc.in:
445         * Makefile.am:
446         * clutter-gtk/Makefile.am: Update.
447
448 2007-08-03  Chris Lord,,,  <chris@openedhand.com>
449
450         * doc/reference/Makefile.am:
451         Fix documentation building
452
453 2007-07-18  Neil J. Patel  <njp@o-hand.com>
454
455         * examples/Makefile.am:
456         Point to new clutter-gtk library name.
457
458 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
459
460         * examples/gtk-clutter-events.c: Remove wrong casting around
461         the g_signal_connect() argument; this masked a weird memory
462         corruption bug happening when compiling outside the sources
463         directory.
464
465 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
466
467         * clutter-gtk/Makefile.am:
468         * clutter-gtk.pc.in: Install (and use) a versioned library, to
469         match the behaviour of clutter-core and the other integration
470         libraries.
471
472 2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>
473
474         * clutter-gtk.pc.in: Depend on the right clutter pkgconfig file
475
476         * Makefile.am: Install a versioned clutter-gtk pkgconfig file
477
478 2007-07-06  Matthew Allum  <mallum@openedhand.com>
479
480         * NEWS:
481         Update.
482         * configure.ac:
483         Bump up version to 0.3.1
484
485 2007-07-06  Matthew Allum  <mallum@openedhand.com>
486
487         * clutter-gtk.pc.in:
488         Fix to require 0.3 clutter.
489
490 2007-06-11  Neil Jagdish Patel  <njp@f7>
491
492         * examples/gtk-clutter-events.c: (create_colors):
493         Removed stray g_print
494
495 2007-06-11  Neil Jagdish Patel  <njp@o-hand.com>
496
497         * examples/Makefile.am:
498         * examples/gtk-clutter-events.c: (on_gtk_entry_changed),
499         (on_x_changed), (on_y_changed), (on_z_changed),
500         (on_opacity_changed), (create_colors), (main):
501         Added another example whihc shows some interaction between gtk and
502         the stage.
503
504         * examples/gtk-clutter-test.c: (main):
505         Updated to work with clutter-0.3
506
507
508 2007-04-17  Emmanuele Bassi  <ebassi@openedhand.com>
509
510         * configure.ac: Branch for development; bump to 0.3.0, to
511         match Clutter core version; require clutter-glx backend.
512
513         * clutter-gtk/clutter-gtk.c: Include the GLX backend specific
514         functions; add an "embedded" read-only property, which signals
515         whether the widget has successfully embedded the stage window;
516         use the new clutter_glx_get_stage_window() function.
517
518         * examples/gtk-clutter-test.c: Port to the new event API.
519
520 2007-03-23  Ross Burton  <ross@openedhand.com>
521
522         * configure.ac:
523         Don't require any particular GTK+ version.
524
525 2007-03-23  Ross Burton  <ross@openedhand.com>
526
527         * examples/Makefile.am:
528         Dist the PNG.
529
530 ================= 2007-03-22 0.1 Release ========================
531
532 2007-03-22  Matthew Allum  <mallum@openedhand.com>
533
534         * clutter-gtk.doap:
535         Update for 0.1 Realease
536
537 2007-03-22  Matthew Allum  <mallum@openedhand.com>
538
539         * NEWS:
540         Update for 0.1 release
541         * doc/reference/clutter-gtk.types:
542         Rename fix.
543
544 2007-03-22  Matthew Allum  <mallum@openedhand.com>
545
546         * clutter-gtk/Makefile.am:
547         * clutter-gtk/clutter-gtk.c:
548         * clutter-gtk/gtk-clutter.c:
549         * clutter-gtk/gtk-clutter.h:
550         * configure.ac:
551         * examples/gtk-clutter-test.c:
552         Various naming fixups.
553
554 2007-03-21  Matthew Allum  <mallum@openedhand.com>
555
556         * clutter-gtk.pc.in:
557         * clutter-gtk/Makefile.am:
558         More version fixes.
559
560 2007-03-21  Matthew Allum  <mallum@openedhand.com>
561
562         * doc/reference/Makefile.am:
563         Fix lib path so docs build again.
564
565 2007-03-21  Matthew Allum  <mallum@openedhand.com>
566
567         * clutter-gtk/gtk-clutter.c:
568         * clutter-gtk/gtk-clutter.h:
569         Redo to subclass GtkSocket and use XEMBED to embed clutter stage.
570         Needs at least clutter 0.2.2. Avoids previous issues with
571         white textures when painting onto a GtkWindow.
572         (Thanks to Iain for doing all the hardwork here)
573
574         * examples/gtk-clutter-test.c: (main):
575         Update.
576
577         * configure.ac:
578         * clutter-gtk.pc.in:
579         Fixups to require clutter-0.2.2
580
581 2006-11-30  Matthew Allum  <mallum@openedhand.com>
582
583         * clutter-gtk.doap:
584         Update doap file a little.
585
586 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
587
588         * clutter-gtk/gtk-clutter.c:
589         (gtk_clutter_expose_event): Queue a redraw of the
590         stage instead of directly swapping the GL buffers.
591
592 2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>
593
594         * clutter-gtk/gtk-clutter.c:
595         (gtk_clutter_expose_event): Use the newly added
596         clutter_stage_swap_buffers() and fix the missing redraw
597         on expose bug.
598
599 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
600
601         * examples/gtk-clutter-test.c: Add a "quit" button.
602
603 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
604
605         * clutter-gtk/gtk-clutter.c:
606         (gtk_clutter_destroy): Destroy the ClutterStage instead
607         of unreffing it.
608
609         (gtk_clutter_size_allocate): Queue a redraw if the stage
610         is marked as visible.
611
612         (gtk_clutter_realize): Remove the forced realize: the
613         stage is already realized by default.
614
615         * examples/gtk-clutter-test.c: Use gtk_main_quit().
616
617 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
618
619         * clutter-gtk/gtk-clutter.h: Add constructor; clean up.
620
621         * clutter-gtk/gtk-clutter.c:
622         (gtk_clutter_destroy), (gtk_clutter_class_init): Move
623         the stage unref to the GtkObject::destroy method.
624
625         (gtk_clutter_size_allocate): Oblige to the size allocation
626         request from the container of the GtkClutter widget by
627         resizing the ClutterStage.
628
629         (gtk_clutter_size_request): Require the size of the stage.
630
631         (gtk_clutter_destroy), (gtk_clutter_size_request),
632         (gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE()
633         macro, which does a type check and a function call; use the
634         priv pointer we conveniently keep around.
635
636         * examples/gtk-clutter-test.c: Use the given constructor;
637         now window resizing works.  The stage doesn't get refreshed
638         immediately (resize the window), though, and there's still
639         the X error when we close the window.
640
641 2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>
642
643         * *: Initial import out of the main tree.