--- clutter-gtk-0.8.1/ChangeLog 2008-07-18 13:56:44.000000000 +0100 +++ clutter-gtk-0.8.2/ChangeLog 2008-10-15 12:36:16.000000000 +0100 @@ -1,3 +1,61 @@ +======== Clutter-GTK 0.8.2 ==================================================== + +2008-10-15 Emmanuele Bassi + + * configure.ac: + * NEWS: + * README: Release 0.8.2. + +2008-10-02 Robert Bragg + + * clutter-gtk/doc/reference/Makefile.am: + reverts previous change: It's Poky that needs changing. + +2008-10-02 Robert Bragg + + * clutter-gtk/doc/reference/Makefile.am: + Dont use += to set EXTRA_DIST since there isn't a preceding = which + automake gets upset about. This means we can remove the patches + fixing this in Poky. + +2008-09-25 Emmanuele Bassi + + * clutter-gtk/gtk-clutter-util.[ch]: Add API for retrieving + the various color components out of a GtkWidget style in form + of a ClutterColor. + + * doc/reference/clutter-gtk-sections.txt: Include the newly + added API in the generated reference. + +2008-09-15 Emmanuele Bassi + + Bug 1114 - Mouse wheel events ignored in GtkClutterEmbed + + * clutter-gtk/gtk-clutter-embed.c: + (gtk_clutter_embed_scroll_event), + (gtk_clutter_embed_class_init): Add relaying of the scroll + events from GTK+ to Clutter. (Pierre-Luc Beaudoin) + +2008-08-05 Emmanuele Bassi + + * clutter-gtk/gtk-clutter-embed.c: + (gtk_clutter_embed_size_allocate): Queue a relayout on the stage + when we have an allocation from the GtkWidget. + +2008-08-01 Neil Roberts + + * clutter-gtk/gtk-clutter-util.c + (gtk_clutter_texture_set_from_pixbuf) + (gtk_clutter_texture_new_from_pixbuf): The bpp values were the + wrong way around so these two functions always failed. + +2008-07-31 Emmanuele Bassi + + * clutter-gtk/gtk-clutter-util.c: + (gtk_clutter_texture_new_from_pixbuf), + (gtk_clutter_texture_set_from_pixbuf): Check if the pixbuf has + an alpha before setting the BPP. + ======== Clutter-GTK 0.8.1 ==================================================== 2008-07-18 Emmanuele Bassi