]> Pileus Git - ~andy/gtk/commit
Classifiy Page Up/Down as cursor move, but not Home and End.
authorMatthias Clasen <maclas@gmx.de>
Fri, 27 Feb 2004 01:34:11 +0000 (01:34 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 27 Feb 2004 01:34:11 +0000 (01:34 +0000)
commitc4d2bb0a983de5a1068da512970113482caf392a
tree0fa13f160be80fd93c09224d44e35e73eaf2a58f
parent7f31ba2bd69245e9b6cdf5a8c28049a1659c60a0
Classifiy Page Up/Down as cursor move, but not Home and End.

Fri Feb 27 02:33:21 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkentry.c (keyval_is_cursor_move): Classifiy Page Up/Down as
cursor move, but not Home and End.

* gtk/gtkentry.c (gtk_entry_completion_key_press): Lets Page Up/Down
jump to the ends of the list, not Home and End - since we're not
scrolling yet, a "page" is always the complete list.  (#127430, Marco
Pesenti Gritti)

Fri Feb 27 00:39:11 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_list_destroy):
* gtk/gtkcombobox.c (gtk_combo_box_menu_destroy): Don't let
the priv pointers dangle.  (#127623, Damon Chaplin)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c
gtk/gtkentry.c