Make the Stage redraw cycle part of GTK+
[clutter-gtk] / ChangeLog
index bf696b2..5c633d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2008-11-18  Emmanuele Bassi  <ebassi@linux.intel.com>
+
+       * clutter-gtk/gtk-clutter-embed.c:
+       (gtk_clutter_embed_focus_in),
+       (gtk_clutter_embed_focus_out),
+       (gtk_clutter_embed_class_init): Emit the ::activate and
+       ::deactivate signals on the stage when we get a ::focus-in-event
+       and a ::focus-out-event on the ClutterEmbed widget, respectively.
+       Thanks to Jerry Yu.
+
+2008-11-13  Emmanuele Bassi  <ebassi@linux.intel.com>
+
+       * clutter-gtk/gtk-clutter-viewport.c:
+       (viewport_set_hadjustment_values),
+       (viewport_set_vadjustment_values): Pass the width and height
+       instead of getting it from the actor.
+
+       (connect_adjustment),
+       (gtk_clutter_viewport_allocate): Update.
+
+       (gtk_clutter_viewport_get_preferred_width),
+       (gtk_clutter_viewport_get_preferred_height): The Viewport
+       does not have a minimum size, by definition of scrollable
+       actor.
+
+       * examples/gtk-clutter-viewport.c: Fix the arguments count
+       check.
+
 2008-10-31  Emmanuele Bassi  <ebassi@linux.intel.com>
 
        * Makefile.am: