diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-11-19 21:26:27 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-11-19 21:26:27 +0000 |
commit | 720873b9cc38f0bc9b77647684c0c52cbe4ed664 (patch) | |
tree | 7357c03fc3ed0756613af68ff96429b681caec66 /ChangeLog.pre-2-6 | |
parent | a4cc4cd1dade1aa80a5794ca1d71eff5957cc941 (diff) | |
download | gtk+-720873b9cc38f0bc9b77647684c0c52cbe4ed664.tar.gz |
always resize the popup when it is visible, popdown when there are less
Wed Nov 19 22:15:01 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkentry.c (gtk_entry_completion_timeout): always resize
the popup when it is visible, popdown when there are less chars
than the minimum key length in the entry,
(gtk_entry_completion_changed): popdown when the entry is empty.
* gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the
size request of the vscrollbar to (-1, 0), to get a nicely sized
completion treeview (Fixes #126573, reported by Piers Cornwell),
(_gtk_entry_completion_resize_popup): show/hide the action_view
based on items.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c18a4850d8..b63d14a88a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,16 @@ +Wed Nov 19 22:15:01 2003 Kristian Rietveld <kris@gtk.org> + + * gtk/gtkentry.c (gtk_entry_completion_timeout): always resize + the popup when it is visible, popdown when there are less chars + than the minimum key length in the entry, + (gtk_entry_completion_changed): popdown when the entry is empty. + + * gtk/gtkentrycompletion.c (gtk_entry_completion_init): set the + size request of the vscrollbar to (-1, 0), to get a nicely sized + completion treeview (Fixes #126573, reported by Piers Cornwell), + (_gtk_entry_completion_resize_popup): show/hide the action_view + based on items. + 2003-11-19 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_init): Turn |