summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2005-06-19 19:22:46 +0000
committerKristian Rietveld <kristian@src.gnome.org>2005-06-19 19:22:46 +0000
commitd7cfee4b1617527207eebd447f0b687e75a2050d (patch)
tree8b498c06a3657a5a1cef91e8a5ecd43fed25a658 /ChangeLog.pre-2-8
parent1bdf71943fc1ee06df3a5e091987b7fb7b13c08d (diff)
downloadgtk+-d7cfee4b1617527207eebd447f0b687e75a2050d.tar.gz
added a check which avoids processing updates on bin_window and scrolling
2005-06-19 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a check which avoids processing updates on bin_window and scrolling if the node is already visible. (#170600, Billy Biggs).
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-86
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 7da0dce54e..4a7ef36973 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,11 @@
2005-06-19 Kristian Rietveld <kris@gtk.org>
+ * gtk/gtktreeview.c (gtk_tree_view_clamp_node_visible): added a
+ check which avoids processing updates on bin_window and scrolling
+ if the node is already visible. (#170600, Billy Biggs).
+
+2005-06-19 Kristian Rietveld <kris@gtk.org>
+
* gtk/gtktreeview.c (validate_visible_area): only keep the
row at the same position if the full row is visible. (#304623,
Jorn Baayen).