summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-02-23 23:00:52 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-02-23 23:00:52 +0000
commit1efdc10301e49691bac795e2e65f7b41fbb7ef80 (patch)
tree8f330c572eabb48167a9cbb058d3ce7325f2026b /ChangeLog.pre-2-4
parent992759f18e5ba4354bb7f23e0bae1614438aa9dd (diff)
downloadgtk+-1efdc10301e49691bac795e2e65f7b41fbb7ef80.tar.gz
Only draw the column that is exposed.
Fri Feb 23 17:50:13 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the column that is exposed. (_gtk_tree_view_update_size): Changed name from set_size, and changed function to do more work, and not force people calling it to figure out the size. Simplifies a lot of code elsewhere.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-49
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index e33f025632..b6dabc5fc0 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,12 @@
+Fri Feb 23 17:50:13 2001 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
+ column that is exposed.
+
+ (_gtk_tree_view_update_size): Changed name from set_size, and
+ changed function to do more work, and not force people calling it
+ to figure out the size. Simplifies a lot of code elsewhere.
+
2001-02-23 Alexander Larsson <alexl@redhat.com>
* gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):