X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=ChangeLog;h=99b7a196dc947380aafbbd1522f582a139b092de;hb=ccc9e3ba27bd58393fdd1fb5925a961714b36728;hp=909bc257a10619c11a4b8e0a836d78d5ff6b8b19;hpb=cf9ae5498092db961e4d252ec7517a17f3fae74c;p=~andy%2Fgtk diff --git a/ChangeLog b/ChangeLog index 909bc257a..99b7a196d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,157 @@ +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). + * 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 + + * gtk/gtkscrolledindow.c: Improve look of GtkScrolledWindow on Windows + by implementing a scrollbars-within-bevel style property. (#168326) + +2007-03-08 Mathias Hasselmann + + * 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 + + * 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 + + * 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 + + * 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 + + * 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). + +2007-03-06 Tor Lillqvist + + * gdk/Makefile.am + * gtk/Makefile.am: Further fixes for building on Win32 outside + srcdir. (#413492, Mathias Hasselmann) + +2007-03-04 Ihar Hrachyshka + + * configure.in: Added be@latin to ALL_LINGUAS. Problems seems to be + fixed. + +2007-03-04 Claudio Saavedra + + * configure.in: Removed be@latin from ALL_LINGUAS, as it's currently + breaking the build. + +2007-03-04 Ihar Hrachyshka + + * configure.in: Added be@latin to ALL_LINGUAS + +2007-03-03 Guillaume Savaton + + * configure.in: Added Esperanto (eo) to ALL_LINGUAS + +2007-03-01 Matthias Clasen + + * gtk/gtksettings.c: Always store gtk-color-scheme + values from all sources in the ColorSchemeData struct + and ignore the property_value for gtk-color-scheme. + This fixes #412596, reported by Thomas Wood. + +2007-02-28 Matthias Clasen + + * gtk/gtksettings.c: Make color scheme update properly + when changing themes. (#402131, Benjamin Berg) + +2007-02-28 Matthias Clasen + + * gtk/gtkrc.c: Don't leak references to the color-hash + gotten from GtkSettings. (#409357, Benjamin Berg) + +2007-02-28 Tristan Van Berkom + + * gtk/gtkradiobutton.c: Fixed a warning from + g_object_set (radiobutton, "group", NULL, NULL). + +2007-02-26 Matthias Clasen + + Apply a patch by Carlos Garnacho to fix several problems + with filechooser size handling (#325477, #151169, 143213, + #153785) + + * gtk/gtkfilechooserdefault.c: Increase NUM_LINES slightly. + (browse_widgets_create): Don't force the paned position to 200. + (find_good_size_from_style): Take the size of the extra widget + into account. + + * gtk/gtkfilechooserdialog.c (file_chooser_widget_update_hints): + Accept a minimal width parameter. Update all callers. + +2007-02-26 Matthias Clasen + + * gtk/gtkprintunixdialog.c: Change the label to "Pages per side", + which is more accurate, suggested by Tim Waugh. String change! + +2007-02-26 Matthias Clasen + + * gtk/gtkprinteroptionwidget.c: Make the folder selection for + print-to-file work. Reported by Ian Collier. + +2007-02-26 Chris Wilson + + Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might cause gnome-panel crash + + * gtk/gtkicontheme.c: (scan_directory): + Reorder the replacement of the shared base_name key, so that we + avoid dereferencing the string in the icon_theme->all_icon + hash table after freeing it from the dir->icons hash table. + 2007-02-26 Tor Lillqvist * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon_name): Add @@ -603,7 +757,7 @@ Fri Jan 26 13:07:07 2007 Tim Janik * gdk/Makefile.am * gdk/win32/Makefile.am * gtk/Makefile.am: Fixes for building outside srcdir on - Win32. (#336819, #340113) Drop distributing the handmade .la + Win32. (#336819, #340013) Drop distributing the handmade .la libtool wrapper for the wntab32x library. It's too much trouble making it work when building outside srcdir. Just link to the library direcly using -Wl,win32/libwntab32x.a.