summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorJoe Shaw <joe@ximian.com>2001-05-18 03:41:30 +0000
committerJoe Shaw <joeshaw@src.gnome.org>2001-05-18 03:41:30 +0000
commit288ff7e0580f7fd87061922fbba41708168c9c6e (patch)
treeb0f02d5422f54813250837fbecd277da57a09533 /ChangeLog.pre-2-2
parent69ef3403896b39555061897e10f57b047ded9d2b (diff)
downloadgtk+-288ff7e0580f7fd87061922fbba41708168c9c6e.tar.gz
Remove the assertions that x_offset and y_offset must be >= 0. Clip the
2001-05-17 Joe Shaw <joe@ximian.com> * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions that x_offset and y_offset must be >= 0. Clip the cursor being drawn if it is only partially onscreen.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-26
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 119501f6c5..d74580a8bc 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+2001-05-17 Joe Shaw <joe@ximian.com>
+
+ * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
+ that x_offset and y_offset must be >= 0. Clip the cursor being drawn
+ if it is only partially onscreen.
+
Thu May 17 17:10:13 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c: Make logical motion and deletion by graphemes,