]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Bug 442042 – GtkScaleButton is too limited
[~andy/gtk] / ChangeLog
index ee2b99e91b070485a920053a2975a5ec6c9ef846..0b45d7bc89f8c3c16631d6a54951c46074d0639e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2008-06-27  Michael Natterer  <mitch@imendio.com>
+
+       Bug 442042 – GtkScaleButton is too limited
+
+       * gtk/gtkscalebutton.c (gtk_scale_button_init): set the name
+       "gtk-scalebutton-popup-window" on the popup window so it is
+       properly themeable.
+
+2008-06-27  Kristian Rietveld  <kris@imendio.com>
+
+       * gdk/quartz/gdkgeometry-quartz.c:
+       * gdk/quartz/gdkwindow-quartz.c:
+       * gdk/quartz/gdkprivate-quartz.h: adapt to use GdkWindowImpl
+       interface.
+
+2008-06-27  Carlos Garnacho  <carlos@imendio.com>
+
+       * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Fix two potential
+       critical warnings. Bug #539470.
+
+2008-06-27  Emmanuele Bassi  <ebassi@gnome.org>
+
+       Abstract some GdkWindow API into an interface that the backends
+       must implement. (based on a patch by Alex Larsson)
+
+       * gdk/Makefile.am: Add gdkwindowimpl.[ch]
+
+       * gdk/gdk.symbols: Move symbols around.
+
+       * gdk/gdkinternals.h:
+       * gdk/gdkwindowimpl.[ch]: Move some of the GdkWindow API we require
+       from the backends to a GInterface that the backends should implement
+       instead.
+
+       * gdk/gdkwindow.c: Provide some of the GdkWindow public API as a
+       wrapper call around the GdkWindowImpl interface vtable.
+
+       * gdk/x11/gdkevents-x11.c:
+       * gdk/x11/gdkgeometry-x11.c:
+       * gdk/x11/gdkprivate-x11.h:
+       * gdk/x11/gdkwindow-x11.c:
+       * gdk/x11/gdkwindow-x11.h: Update the X11 backend to implement
+       the GdkWindowImpl interface.
+
+2008-06-27  Martyn Russell  <martyn@imendio.com>
+
+       Bug 540318 - Invalid URL
+       
+       * gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
+       in the warning produced here.
+
 2008-06-27  Michael Natterer  <mitch@imendio.com>
 
        Bug 442042 – GtkScaleButton is too limited