2006-03-08 Matthias Clasen * === Released 2.8.14 === * Makefile.am: Add ChangeLog.pre-2.8 to EXTRA_DIST. (#333907, Tommi Komulainen) Wed Mar 8 15:17:21 2006 Tim Janik * gtk/gtkentry.c (gtk_entry_adjust_scroll): constrain text area to positive values (#316712). 2006-03-08 Matthias Clasen * NEWS: Updates 2006-01-14 Kristian Rietveld * gtk/gtktreeview.c (gtk_tree_view_size_allocate), (validate_visible_area): fixup adjustments and top_row if the current dy + page_size exceeds the new tree view height. (Fixes #316689, reported by Chris Lord). Wed Mar 8 14:22:59 2006 Tim Janik * NEWS: announce change and glib-2.10.1 requirement. * gtk/gtkobject.c: fixed up messing with non-GtkObject floating flags. this requires glib-2.10.1. 2006-03-06 Matthias Clasen * gtk/gtktextview.c (text_window_invalidate_cursors): Take cursor width into account when calculating the area to be invalidated. (#333377, #323401 Steve Frécinaux) * gtk/gtkmain.c (post_parse_hook): Set error when returning FALSE. (#333268, Paolo Maggi, Christian Persch) * gtk/gtkpixmap.c (gtk_pixmap_set): Check that the pixmap has the right depth. (#333363, Ed Catmur) 2006-03-05 Matthias Clasen * gtk/gtkiconview.c (adjust_wrap_width): Apply some arbitrary lower limit for the guessed wrap width. (#332466, Donald Straney) 2006-03-05 Matthias Clasen Fix handling of image-only buttons. (#332985, Kalle Vahlmann, #333555) * gtk/gtkbutton.c (gtk_button_construct_child): Don't return early if there an image to show. (show_image): Always return TRUE if there is no text. 2006-03-04 Matthias Clasen * gdk/x11/gdkinput-x11 (gdk_input_translate_coordinates): Adjust the handling of min values for the x and y axes of extended input devices (#324562, #142536, Denis Auroux and Robert Ögren) * gtk/gtkexpander.c (gtk_expander_paint_focus): Position the focus rectangle correctly in RTL mode. (#333291, Benjamin Berg) 2006-03-02 Dom Lachowicz * modules/engines/ms-windows/msw_style.c: Fix combobox theming regression noted in bug 321301 * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto 2006-03-02 Matthias Clasen * gtk/gtkiconview.c (gtk_icon_view_layout) (gtk_icon_view_row_inserted, gtk_icon_view_scroll_to_path): Make scroll_to_path work for newly inserted items, by delaying the scroll until layout is done. (#332923, Cory Dodt) * gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE, not GTK_WIDGET_SENSITIVE. (#333133, Christian Persch) 2006-02-27 Matthias Clasen * gtk/gtkdnd.c (gtk_drag_get_cursor): Comment out some unused code, and fix the reference point of composited drag cursors. (#320132, Christian Neumair)