]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Remove a couple of places if (widget->window), this function will only
[~andy/gtk] / ChangeLog.pre-2-8
index e23c5a01ad7fc125e7a38294d1f09aabb5418592..6ca3cbfc022f7398e53f859f26ceda3797706923 100644 (file)
@@ -1,3 +1,32 @@
+Mon Dec  9 19:49:03 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_move_resize): Remove
+       a couple of places if (widget->window), this function
+       will only ever be called on a realized window.
+       (#80225)
+
+Tue Dec 10 01:58:43 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (validate_visible_area): implement a working
+       use_align = FALSE implementation (also mentioned in #91335, reported
+       by Juri Pakaste).
+
+       * gtk/gtktreeview.c (validate_visible_area): only free the
+       scroll_to_path if we are done with validating (fixes #93584, reported
+       and testcase provided by Erik Simonsen).
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
+       set the GTK_CELL_RENDERER_FOCUSED flag where appropriate. (fixes
+       #75745, reported by Richard Hult).
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_position):
+       initialize cellinfo to NULL to silence the compiler.
+
+Mon Dec  9 19:31:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkstyle.c (draw_spinbutton_shadow): Remove
+       unused draw_spin_entry_shadow(). (#80229)
+
 Mon Dec  9 18:50:31 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkinput-x11.c (_gdk_input_common_find_events):