diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-09-02 02:43:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-09-02 02:43:50 +0000 |
commit | e4229e9c4bd815717d1f9056a53c3389d4b20122 (patch) | |
tree | d5210323b1e245c81c03c706665bb9e51500e399 /ChangeLog.pre-2-6 | |
parent | 6e3a2369b3703653389d2a123a882f3cb632abd9 (diff) | |
download | gtk+-e4229e9c4bd815717d1f9056a53c3389d4b20122.tar.gz |
Apply patch from Nils Barth and David Santiago to improve submenu
Fri Sep 1 22:39:07 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenu.[ch] TODO.xml: Apply patch from
Nils Barth and David Santiago to improve submenu
navigation. The patch does this by creating a triangular
region from the point where the pointer leaves the
menu to the submenu. While the pointer is in
that region and a timeout has not expired, events
that would cause the active submenu to change are
ignored.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f18fe87bdd..d9e467747e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +Fri Sep 1 22:39:07 2000 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkmenu.[ch] TODO.xml: Apply patch from + Nils Barth and David Santiago to improve submenu + navigation. The patch does this by creating a triangular + region from the point where the pointer leaves the + menu to the submenu. While the pointer is in + that region and a timeout has not expired, events + that would cause the active submenu to change are + ignored. + Fri Sep 1 15:34:46 2000 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where |