]> Pileus Git - ~andy/gtk/commit
always resize the popup when it is visible, popdown when there are less
authorKristian Rietveld <kris@gtk.org>
Wed, 19 Nov 2003 21:26:27 +0000 (21:26 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Wed, 19 Nov 2003 21:26:27 +0000 (21:26 +0000)
commit720873b9cc38f0bc9b77647684c0c52cbe4ed664
tree7357c03fc3ed0756613af68ff96429b681caec66
parenta4cc4cd1dade1aa80a5794ca1d71eff5957cc941
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.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c
gtk/gtkentrycompletion.c