X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog;h=99b7a196dc947380aafbbd1522f582a139b092de;hb=ccc9e3ba27bd58393fdd1fb5925a961714b36728;hp=4b672a60880790aa10d9c8d75d9a2c03a6e111d8;hpb=a1b0dba10324ab1cc8ceff4a8d66bf0528eddbcd;p=~andy%2Fgtk diff --git a/ChangeLog b/ChangeLog index 4b672a608..99b7a196d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,28 @@ +2007-03-09 Tor Lillqvist + + * README.win32: Update. + +2007-03-08 Matthias Clasen + + * 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 + + * 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 + * 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 + * 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).