diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-03-03 21:03:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-03-03 21:03:52 +0000 |
commit | a859fa13aff7c2ceb848847d58eedf2cfafef54c (patch) | |
tree | 9d597fa475ca374b8f417b9bc377b44246725317 /ChangeLog.pre-2-4 | |
parent | 8db8ee7455c9e7110c45ddf0bdce9d82cbc72c71 (diff) | |
download | gtk+-a859fa13aff7c2ceb848847d58eedf2cfafef54c.tar.gz |
Add shift-clicking to extend the selection. (Roughly based on patch from
Sat Mar 3 15:39:49 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
to extend the selection. (Roughly based on patch
from Jay Cox, #50939)
* gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
to properly handle previous GDK_BUTTON_PRESS.
(Patch from Jay Cox, #50938)
* gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
'\0' back along with the deleted text. (#51148)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 27b701c63e..9c25cb1724 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,16 @@ +Sat Mar 3 15:39:49 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking + to extend the selection. (Roughly based on patch + from Jay Cox, #50939) + + * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking + to properly handle previous GDK_BUTTON_PRESS. + (Patch from Jay Cox, #50938) + + * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the + '\0' back along with the deleted text. (#51148) + Mon Jan 22 14:31:29 2001 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift |