diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-03-07 03:05:36 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-03-07 03:05:36 +0000 |
commit | 1941bf4cbf30ba6a0b63ae2f881a6f7d6c13a677 (patch) | |
tree | 89e9341d9fe045a882937df16a9ba6b0f2f730b3 /TODO | |
parent | 761549b9682de5b9b6d8a1f06f8e75cff911a551 (diff) | |
download | gtk+-1941bf4cbf30ba6a0b63ae2f881a6f7d6c13a677.tar.gz |
Disallow pasting into non-editable widgets.
Fri Mar 6 21:30:05 1998 Owen Taylor <owt1@cornell.edu>
* gtk/gtkeditable.c: Disallow pasting into non-editable
widgets.
* gtk/gtktext.[ch]:
-Added scrolling when dragging the selection
paste the top/bottom.
-Fix some of the problems with displaying the selection
state before mouse release.
-Disallow pasting into non-editable widgets
-Fixed segfault when changing window size
-Update the cursor correctly when switching between
editable and non-editable
* testgtk.c: Added a toggle button for editability for
the text widget.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -168,21 +168,26 @@ TODO AFTER GTK 1.0 - When selecting on a Text or Entry widget, the selection isn't claimed until you release the button, and that shows by the color of the selection. (Which is the real problem - it probably - is OK/better to delay claiming the selection) + is OK/better to delay claiming the selection) [fixed] - Related to the above, when you Shift/arrow to select text, the selected text doesn't show that you have the selection immediately. - - Selecting an entire line with triple-click doesn't work write - + - Selecting an entire line with triple-click doesn't work right - it should select the wrapped portion too. - Selecting an entire line should probably select the newline as well, so when the selection is cut/deleted, the newline goes along. + - Inserting text in a different property - problems? Shouldn't + split the last position off in any case. + - Do something about the bg pixmap situation. (It will produce garbage when editing is enabled) + - "Copy" removes selection + Improvements: - Finish making the key bindings consistent between the Entry |