]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Remove some files whose content is either obsolete or has been moved
[~andy/gtk] / ChangeLog.pre-2-6
index 27dcfc3206412a1663708a4e7e664871b621acba..53a3c6a620f8044ed0b51d3635523e0962780341 100644 (file)
@@ -1,3 +1,125 @@
+2002-04-20  Matthias Clasen  <maclas@gmx.de>
+
+       * TODO, TODO.xml, README.nanox, docs/Changes-1.2.txt,
+       docs/Changes-2.0.txt, docs/gtk-config.txt, docs/debugging.txt,
+       gdk/TODO: Remove some files whose content is either obsolete or
+       has been moved elsewhere.
+
+       * Makefile.am, gtk+.spec.in, docs/Makefile.am: Remove references
+       to these files.
+       
+Fri Apr 19 21:31:04 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_row_changed): cancel editing
+       if tree_view->priv->edited_column != NULL (fixes #76066)
+
+Fri Apr 19 21:06:39 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_size_allocate): subtract
+       TREE_VIEW_HEADER_HEIGHT from allocation->height to get the real
+       size for the tree (fixes #72729),
+       (gtk_tree_view_real_start_editing): correct cell_area->y for
+       scrolling due to gtk_tree_view_real_set_cursor (fixes #75687)
+
+Fri Apr 19 16:30:09 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeprivate.h, gtk/gtktreeview.c: rename
+       last_single_clicked{,_2} to last_button_press{,_2}, as the latter
+       is a more sane name.
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): use ->priv->anchor
+       instead of ->priv->cursor, check for the anchor at another place, as
+       you can go in edit mode without having an anchor.
+
+2002-04-18  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkitemfactory.c:
+       * gtk/gtkiconfactory.c:
+       * gtk/gtkwidget.c:
+       * gtk/gtkstyle.c:
+       * gtk/gtkrc.c:
+       * gtk/gtktreeviewcolumn.c:
+       * gtk/gtkdialog.c:
+       * gtk/gtktreemodel.c: s/<!>/<!-- -->/g throughout the
+       documentation to bring the produced Docbook closer to XML.
+
+2002-04-18  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib)
+       * gdk/Makefile.am (uninstall-libtool-import-lib): Fix typo,
+       thanks to David Sterba for noticing.
+
+       * gtk/gtkmain.h
+       * gtk/gtkmain.c (gtk_init_abi_check, gtk_init_check_abi_check): In
+       GTK+ 2.0 the GtkWindow struct actually is the same size in gcc on
+       Win32 whether compiled with -fnative-struct or not. Unfortunately
+       this wan't noticed until now. So, from now on, check some other
+       struct, too, for which the use of -fnative-struct still
+       matters. GtkBox is one such.
+
+Thu Apr 18 00:23:31 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreemodelsort.c
+       (gtk_tree_model_sort_convert_path_to_child_path): so this function
+       was completely broken. Fix it and improve readability.
+
+2002-04-17  Anders Carlsson  <andersca@gnu.org>
+
+       * tests/testtreeedit.c (button_press_event): Add a small
+       test case.
+
+Wed Apr 17 00:21:36 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreestore.c (gtk_tree_store_insert_before): fix docs
+
+Tue Apr 16 17:28:21 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): check
+       ->priv->cursor and ->priv->anchor rowrefs before removing
+       node->children from the rbtree. Also check the
+       ->priv->last_single_clicked and ->priv->last_single_clicked_2 rowrefs
+       (I think I really need to rename those two someday).
+
+Tue Apr 16 07:53:49 2002  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkmenu.c (gtk_menu_key_press): don't install/change accelerators
+       from locked accel groups.
+
+       * gtk/gtkwidget.c (_gtk_widget_get_accel_path): export whether the
+       accel path is from a locked accel group.
+
+Mon Apr 15 15:41:56 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkcontainer.c (gtk_container_focus): include internal
+       children when doing focus.
+       (gtk_container_get_all_children): new static function to include
+       internal children when making a list of them.
+
+Sun Apr 14 16:56:59 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeprivate.h: add _gtk_tree_view_column_get_editable_cell and
+       _gtk_tree_view_column_get_neighbor_sizes
+
+       * gtk/gtktreeviewcolumn.c (struct _GtkTreeViewColumnCellInfo): add
+       real_width field,
+       (_gtk_tree_view_column_get_editable_cell): implement,
+       (gtk_tree_view_column_cell_process_action): fill info->real_width
+       (_gtk_tree_view_column_get_neighbor_sizes): implement
+
+       * gtk/gtktreeview.c (gtk_tree_view_button_press): make the "editable
+       widget" show up with the same size as the actual cell, so it doesnt
+       cover the complete column if there are any other cells in that column.
+
+2002-04-14  Abigail Brady  <morwen@evilmagic.org>
+
+       * gtk/gtkfilesel.c: Fix typo in message.
+
+2002-04-13  Havoc Pennington  <hp@pobox.com>
+
+       * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): create
+       the target pixbuf AFTER filling in width/height, so that 
+       passing in -1 for width/height will work.
+       
 Sat Apr 13 22:49:45 2002  Kristian Rietveld  <kris@gtk.org>
 
        Fixes #75510