summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-02-22 15:55:14 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-02-22 15:55:14 +0000
commita07ef43710e83bcb039ff758812138c88a90f276 (patch)
tree59b0eecc84dabb02d7b7ec7fe6011ce38cad5eb6 /ChangeLog.pre-2-2
parentfb291194e1a4efa9d7a4bede8441c4ea719f1e2b (diff)
downloadgtk+-a07ef43710e83bcb039ff758812138c88a90f276.tar.gz
call gtk_size_group_queue_resize to avoid invalidating the widget every
2002-02-22 Havoc Pennington <hp@redhat.com> * gtk/gtktextview.c (changed_handler): call gtk_size_group_queue_resize to avoid invalidating the widget every time its requisition changes. Instead we use the btree invalid lines to know what to redraw. Fixes #71429
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-27
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 132df9cdaa..97c065b699 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,10 @@
+2002-02-22 Havoc Pennington <hp@redhat.com>
+
+ * gtk/gtktextview.c (changed_handler): call
+ gtk_size_group_queue_resize to avoid invalidating the widget every
+ time its requisition changes. Instead we use the btree invalid
+ lines to know what to redraw. Fixes #71429
+
Fri Feb 22 14:08:38 2002 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkradiobutton.c, gtk/gtkcheckbutton.c, gtkbutton.h,