]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Update.
[~andy/gtk] / ChangeLog
index 9f08570349b93a54a036b8a6d96e3c735e4c8902..99b7a196dc947380aafbbd1522f582a139b092de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,77 @@
+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
+       by implementing a scrollbars-within-bevel style property. (#168326)
+       
+2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
+
+       * gtk/gtkfilesystemwin32.c: Use Windows shell icons. Icons are
+       stored in the current theme with the name
+       "gtk-win32-shell-icon;PATH;INDEX". PATH and INDEX reference shell
+       icons as reported by SHGetFileInfoW. (#412221)
+
+2007-03-07  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkexpander.c (gtk_expander_paint_focus): Draw the
+       focus around the arrow if there is no label widget.  
+       (#124045, Cody Russell)
+
+2007-03-07  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkcombo.c: (gtk_combo_init):
+       * gtk/gtkcombobox.c: (gtk_combo_box_set_popup_widget),
+       (gtk_combo_box_menu_setup):
+       Set names on the popup widgets to make them themable. (#414975, 
+       Benjamin Berg)
+
+2007-03-07  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcellrendereraccel.c: use multihead safe ungrab functions
+       instead of gdk_keyboard_ungrab() and gdk_pointer_ungrab(), remove
+       empty finalize() implementation, some cosmetic cleanup
+       (bug #415645).
+
 2007-03-06  Chris Wilson  <chris@chris-wilson.co.uk>
 
        * gtk/gtkicontheme.c (update_current_theme), (gtk_icon_theme_init),
        (do_theme_change), (gtk_icon_theme_set_custom_theme),
        (load_themes):
-               Be careful not to trigger a style reset before we have loaded
-               the icon theme. (#414875).
+       Be careful not to trigger a style reset before we have loaded
+       the icon theme. (#414875).
 
 2007-03-06  Tor Lillqvist  <tml@novell.com>