2006-03-13 Matthias Clasen * ==== Released 2.8.15 === * NEWS: Updates * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_iter_has_child): (gtk_tree_model_filter_iter_n_children): Add a workaround for a crash when using a11y tools with filtered models. (#326362, Kjartan Maraas) 2006-03-11 Tor Lillqvist * gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for outlined polygons, too. Same idea as in draw_rectangle(): Set pen to NULL_PEN if drawing a filled polygon, set brush to HOLLOW_BRUSH if drawing a polygon outline. (#332662) (gdk_win32_draw_polygon): Corresponding simplification: no need to add an extra final copy of the starting point. 2006-03-11 Dom Lachowicz * modules/engines/ms-windows: Speed up the Windows theme considerably (#163724, John Ehresman) Be more careful about setting Pango font descriptions (#333372) 2006-03-10 Federico Mena Quintero Merged from HEAD: Make Shift-P and Shift-N activate typeahead in GtkTreeView (i.e. they are just normal capital letters). Fixes bug #334098. * gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an "add_shifted_binding" argument which determines whether we'll add the same binding with GDK_SHIFT_MASK. (gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p and GDK_n; use TRUE for all the rest. Thu Mar 9 14:49:35 2006 Tim Janik * gtk/gtkobject.c (gtk_object_init): clean up the GInitiallyUnowned floating flag when setting GTK_FLOATING. added tests/floatingcheck (a weakened variant of what gtk+-2.10 has).