]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Update.
[~andy/gtk] / ChangeLog
index 5cee8530b1e306e779b563928a4bcdb913d13c6d..99b7a196dc947380aafbbd1522f582a139b092de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2007-03-09  Tor Lillqvist  <tml@novell.com>
+
+       * README.win32: Update.
+
+2007-03-08  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk/x11/gdkasync.c (send_event_handler): Defer the callbacks
+       to an idle to avoid deadlock with xcb-ified libX11.  (#413032,
+       Sebastian Dröge)
+
+2007-03-08  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtknotebook.c (gtk_notebook_real_insert_page):
+       Set child visibility to FALSE here; it will be turned
+       back on in switch_page.  (#413664, Carlos Garnacho)
+       
+2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
+
+       * modules/engines/ms-windows/msw_style.c: Use proper border style
+       when drawing shadow of scrolled windows on Windows XP (#168326)
+       * modules/engines/ms-windows/xp_theme.c: Explicitly set size of
+       element_part_map array to ensure it always is large enough.
+       
+2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>     
+
+       * gtk/gtkcombobox.c: Add shadow-type style property, set shadow-type
+       property of GtkEntry accordingly, unify size-allocation of toggle
+       button (#411123, patch from Mathias Hasselmann).
+       * gtk/gtkentry.c: Add shadow-type property. Query style properties
+       on style changes only (#411123, patch from Mathias Hasselmann).
+       * modules/engines/ms-windows/msw_style.c: Drop combo_box_draw_box
+       hack as GtkComboBox emits drawing requests now (#411123, patch 
+       from Mathias Hasselmann).
+       
 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
 
        * gtk/gtkscrolledindow.c: Improve look of GtkScrolledWindow on Windows