2007-07-17 Emmanuele Bassi <ebassi@openedhand.com>
[clutter-gtk] / ChangeLog
index 69e0353..0049f94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,124 @@
+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: