summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-03-23 06:48:22 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-23 06:48:22 +0000
commitba0b7257a71cef8253e294eaeabc3cf779363c38 (patch)
treece72f89bda9b96001af171f8c5a0023696233160 /TODO
parent690e34968a904e6cae6006e6a7b37a9e368ed1b0 (diff)
downloadgdk-pixbuf-ba0b7257a71cef8253e294eaeabc3cf779363c38.tar.gz
Added note about word wrapping.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO b/TODO
index 66806ca3f..7314ade7d 100644
--- a/TODO
+++ b/TODO
@@ -182,6 +182,23 @@ TODO AFTER GTK 1.0
appearance on exposes. But this would require using another
window to get the origins.
+ - In word wrap mode, break:
+
+aaaaaaaaaaa bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
+
+as:
+ | Maximum column
+aaaaaaaaaaa bbbbbbbbbbb|
+bbbbbbbbbbbbbbbbbbbbbbb|
+bbbbbbbbb |
+
+Instead of:
+ |
+aaaaaaaaaaa |
+bbbbbbbbbbbbbbbbbbbbbbb|
+bbbbbbbbbbbbbbbbbbbb |
+
+
? Allow moving the separator for paned widgets by dragging
it directly instead of using the handle.