2008-02-18  Emmanuele Bassi  <ebassi@openedhand.com>

	* README:
	* NEWS: Release 0.6.0

2008-02-07  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gtk/gtk-clutter-embed.c: Explicitly note that you should
	never call clutter_actor_set_size() on the embedded stage, but
	call gtk_widget_set_size_request() on the widget itself to
	resize the stage.

2008-01-25  Emmanuele Bassi  <ebassi@openedhand.com>

	* README:
	* NEWS: Release 0.5.2

	* configure.ac: Post release bump to 0.5.3

2008-01-24  Emmanuele Bassi  <ebassi@openedhand.com>

	* doc/reference/clutter-gtk-docs.sgml:
	* doc/reference/clutter-gtk.types: Update with the widget name
	change.

	* examples/gtk-clutter-test.c: Set a default size on the
	widget to avoid the 0, 0 initial size.

2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac: Fix srcdir detection.

2008-01-23  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac: Bump up to 0.5.1 and require Clutter 0.5.3
	using clutter-x11.

	* clutter-gtk.pc.in: Require clutter-x11-0.5.

	* clutter-gtk/Makefile.am:
	* clutter-gtk/gtk-clutter-embed.[ch]: Add the new GtkClutterEmbed
	widget; this widget reverts back to the old, pre-XEMBED implementation
	of an embeddable stage, by letting Clutter draw directly onto a
	child GdkWindow, thanks to the fixes that went into Clutter
	core. (#716, #717, #718, based on a patch by Havoc Pennington)

	* clutter-gtk/clutter-gtk.[ch]: Remove the XEMBED based embeddable
	widget.

	* examples/gtk-clutter-events.c:
	* examples/gtk-clutter-test.c: Update the tests for the new API.

2008-01-17  Emmanuele Bassi  <ebassi@openedhand.com>

	* NEWS:
	* README: Release 0.5.0

2007-12-04  Emmanuele Bassi  <ebassi@openedhand.com>

	Update after the API changes in Clutter core

	* clutter-gtk/clutter-gtk.c:
	(gtk_clutter_destroy): Do not call clutter_actor_destroy()
	on the stage.

	(gtk_clutter_map): Use the new X11 API for retrieving the
	XID of the stage window.
	
	(gtk_clutter_init): Set the widget as paintable and the stage
	as resizable.
	
	* examples/gtk-clutter-events.c:
	(on_x_changed), (on_y_changed),	(on_z_changed): Use the new
	clutter_actor_set_rotation() API.

	* examples/gtk-clutter-test.c (frame_cb): Ditto as above.

2007-08-20  Emmanuele Bassi  <ebassi@openedhand.com>

	* doc/reference/clutter-gtk-sections.txt:
	* doc/reference/clutter-gtk-docs.sgml:
	* clutter-gtk/clutter-gtk.[ch]: Fix API reference.

	* examples/Makefile.am: Fix compilation of the examples

2007-08-15  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac:
	* clutter-gtk.pc.in:
	* Makefile.am:
	* clutter-gtk/Makefile.am: Bump up to 0.5.0 and require
	clutter-gtk-0.5 as well.

2007-08-07  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac: Bump up to 0.4.0; require clutter-glx-0.4.

	* clutter-gtk.pc.in:
	* Makefile.am:
	* clutter-gtk/Makefile.am: Update.

2007-08-03  Chris Lord,,,  <chris@openedhand.com>

	* doc/reference/Makefile.am:
	Fix documentation building

2007-07-18  Neil J. Patel  <njp@o-hand.com>

	* examples/Makefile.am:
	Point to new clutter-gtk library name.

2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>

	* examples/gtk-clutter-events.c: Remove wrong casting around
	the g_signal_connect() argument; this masked a weird memory
	corruption bug happening when compiling outside the sources
	directory.

2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gtk/Makefile.am:
	* clutter-gtk.pc.in: Install (and use) a versioned library, to
	match the behaviour of clutter-core and the other integration
	libraries.

2007-07-17  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gtk.pc.in: Depend on the right clutter pkgconfig file

	* Makefile.am: Install a versioned clutter-gtk pkgconfig file

2007-07-06  Matthew Allum  <mallum@openedhand.com>

	* NEWS:
	Update.
	* configure.ac:
	Bump up version to 0.3.1

2007-07-06  Matthew Allum  <mallum@openedhand.com>

	* clutter-gtk.pc.in:
	Fix to require 0.3 clutter.

2007-06-11  Neil Jagdish Patel  <njp@f7>

	* examples/gtk-clutter-events.c: (create_colors):
	Removed stray g_print

2007-06-11  Neil Jagdish Patel  <njp@o-hand.com>

	* examples/Makefile.am:
	* examples/gtk-clutter-events.c: (on_gtk_entry_changed),
	(on_x_changed), (on_y_changed), (on_z_changed),
	(on_opacity_changed), (create_colors), (main):
	Added another example whihc shows some interaction between gtk and
	the stage.

	* examples/gtk-clutter-test.c: (main):
	Updated to work with clutter-0.3


2007-04-17  Emmanuele Bassi  <ebassi@openedhand.com>

	* configure.ac: Branch for development; bump to 0.3.0, to
	match Clutter core version; require clutter-glx backend.

	* clutter-gtk/clutter-gtk.c: Include the GLX backend specific
	functions; add an "embedded" read-only property, which signals
	whether the widget has successfully embedded the stage window;
	use the new clutter_glx_get_stage_window() function.

	* examples/gtk-clutter-test.c: Port to the new event API.

2007-03-23  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	Don't require any particular GTK+ version.

2007-03-23  Ross Burton  <ross@openedhand.com>

	* examples/Makefile.am:
	Dist the PNG.

================= 2007-03-22 0.1 Release ========================

2007-03-22  Matthew Allum  <mallum@openedhand.com>

	* clutter-gtk.doap:
	Update for 0.1 Realease

2007-03-22  Matthew Allum  <mallum@openedhand.com>

	* NEWS:
	Update for 0.1 release
	* doc/reference/clutter-gtk.types:
	Rename fix.

2007-03-22  Matthew Allum  <mallum@openedhand.com>

	* clutter-gtk/Makefile.am:
	* clutter-gtk/clutter-gtk.c:
	* clutter-gtk/gtk-clutter.c:
	* clutter-gtk/gtk-clutter.h:
	* configure.ac:
	* examples/gtk-clutter-test.c:
	Various naming fixups. 

2007-03-21  Matthew Allum  <mallum@openedhand.com>

	* clutter-gtk.pc.in:
	* clutter-gtk/Makefile.am:
	More version fixes.

2007-03-21  Matthew Allum  <mallum@openedhand.com>

	* doc/reference/Makefile.am:
	Fix lib path so docs build again.

2007-03-21  Matthew Allum  <mallum@openedhand.com>

	* clutter-gtk/gtk-clutter.c:
	* clutter-gtk/gtk-clutter.h:
	Redo to subclass GtkSocket and use XEMBED to embed clutter stage.
	Needs at least clutter 0.2.2. Avoids previous issues with
	white textures when painting onto a GtkWindow.
	(Thanks to Iain for doing all the hardwork here)

	* examples/gtk-clutter-test.c: (main):
	Update.

	* configure.ac:
	* clutter-gtk.pc.in:
	Fixups to require clutter-0.2.2

2006-11-30  Matthew Allum  <mallum@openedhand.com>

	* clutter-gtk.doap:
	Update doap file a little.

2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gtk/gtk-clutter.c:
	(gtk_clutter_expose_event): Queue a redraw of the
	stage instead of directly swapping the GL buffers.

2006-11-30  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gtk/gtk-clutter.c:
	(gtk_clutter_expose_event): Use the newly added
	clutter_stage_swap_buffers() and fix the missing redraw
	on expose bug.

2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>

	* examples/gtk-clutter-test.c: Add a "quit" button.

2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gtk/gtk-clutter.c:
	(gtk_clutter_destroy): Destroy the ClutterStage instead
	of unreffing it.

	(gtk_clutter_size_allocate): Queue a redraw if the stage
	is marked as visible.

	(gtk_clutter_realize): Remove the forced realize: the
	stage is already realized by default.

	* examples/gtk-clutter-test.c: Use gtk_main_quit().

2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>

	* clutter-gtk/gtk-clutter.h: Add constructor; clean up.

	* clutter-gtk/gtk-clutter.c:
	(gtk_clutter_destroy), (gtk_clutter_class_init): Move
	the stage unref to the GtkObject::destroy method.

	(gtk_clutter_size_allocate): Oblige to the size allocation
	request from the container of the GtkClutter widget by
	resizing the ClutterStage.

	(gtk_clutter_size_request): Require the size of the stage.

	(gtk_clutter_destroy), (gtk_clutter_size_request),
	(gtk_clutter_realize): Do not use the G_TYPE_INSTANCE_GET_PRIVATE()
	macro, which does a type check and a function call; use the
	priv pointer we conveniently keep around.

	* examples/gtk-clutter-test.c: Use the given constructor;
	now window resizing works.  The stage doesn't get refreshed
	immediately (resize the window), though, and there's still
	the X error when we close the window.

2006-11-29  Emmanuele Bassi  <ebassi@openedhand.com>

	* *: Initial import out of the main tree.
