]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
This commit lands the 'dy patch'.
[~andy/gtk] / ChangeLog.pre-2-4
index ccef8fa2c2f08f93dc1ad1177b4c131d1e025255..28d873989af596e9fa2c51170157a4ad822653f2 100644 (file)
@@ -1,3 +1,81 @@
+Sun Feb 17 00:13:06 2002  Kristian Rietveld  <kris@gtk.org>
+
+       This commit lands the 'dy patch'.
+
+       * gtk/gtktreeview.c (validate_rows_handler): update top_row or dy,
+       (gtk_tree_view_top_row_to_dy): new function,
+       (gtk_tree_view_row_changed): update top_row or dy,
+       (gtk_tree_view_rows_reordered): update top_row
+
+2002-02-16  Matthias Clasen  <matthias@YAST_ASK>
+
+       * examples/extract.awk: rearrange rules to not emit the example 
+       start and end markers.
+
+       * docs/tutorial/gtk-tut.sgml: turn the start and end markers into
+       SGML comments, so they don't clutter the formatted tutorial.
+
+2002-02-16  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtkwindow.c (gtk_window_parse_geometry): take
+       GDK_HINT_RESIZE_INC into account, and handle negative coordinates
+       correctly. (Can't email Owen - hope this is OK.)
+
+Fri Feb 15 20:09:45 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkscrolledwindow.[ch] gtk/gtkmarshallers.list:
+       Add key bindings on GtkScrolledWindow for arrow keys,
+       PageUp/PageDown Home/End to scroll the window. 
+       Bind Control-[Shift]-Tab to focus out of the scrolled
+       window entirely. Allow the scrolled window to be
+       focused if no child can be focused. (#63480)
+
+       * gtk/gtkwidget.c (gtk_widget_hide): Remove the REALIZED()
+       check - if we have visible but not mapped widgets 
+       (inside a unshown notebook tab, for instance), we need
+       to track their size. (#65087, reported by Damon Chaplin.)
+
+       * gtk/gtkcolorsel.c (palette_change_color): Shut up
+       a warning.
+
+2002-02-16  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/rc/Makefile.am (gdk-win32res.lo): Depend on gtk.ico.
+
+       * gdk/win32/rc/gtk.ico: Use the real GTK logo. Thanks to Jernej
+       Simoncic for providing the nice multi-resolution .ico file.
+
+2002-02-15 Alexey Malyshev <maa@sparc.spb.su>
+       
+        * gtk/tmpl/gtkimage.sgml
+       removed wrong sentence from gtk_image_new() docs
+
+Fri Feb 15 19:38:00 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreestore.c (gtk_tree_store_clear_traverse): new function
+       (gtk_tree_store_clear): traverse the tree, so we emit row_deleted
+       for every node. This way we don't have confused row refs crashing the
+       application. (#70631)
+
+2002-02-14  Richard Hult  <rhult@codefactory.se>
+
+       * gtk/gtkpaned.c (gtk_paned_enter): Only queue a draw on the
+       handle, not the whole widget. #71530.
+       (gtk_paned_leave): Likewise.
+
+2002-02-14  Jody Goldberg <jody@gnome.org>
+
+       * gtk/gtkrange.c (gtk_range_class_init) : add new signal
+         'adjust_bounds' to potentialy change the bounds before assigning the
+         new value and camping it to the existing bounds.
+       (gtk_range_internal_set_value) : used here. #68800.
+       * gtk/gtkmarshalers.list : add VOID:DOUBLE
+
+Thu Feb 14 21:08:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkglobals.c: Remove GDKVAR from C file, see
+       if anyone complains. (#71317, Morten Welinder.)
+
 2002-02-14  Matthias Clasen  <matthias@YAST_ASK>
 
        The following changes are the beginning of the work on #71430.