summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Doc update.Matthias Clasen2004-03-031-1/+3
* Avoid popping up the completions across the edge of the monitor. Part ofMatthias Clasen2004-03-021-1/+22
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+4
* Don't crash if item is NULL. (#131542, Dan Damian)Matthias Clasen2004-02-221-9/+12
* Don't leak string. (#132482, Christian Persch)Matthias Clasen2004-01-281-0/+2
* Check if the completion is the same one as the old one.Anders Carlsson2004-01-231-1/+2
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* Fixes #108458.Kristian Rietveld2003-12-191-0/+18
* always resize the popup when it is visible, popdown when there are lessKristian Rietveld2003-11-191-0/+6
* only unselect all items if the treeview has focus. (Fixes bug reported byKristian Rietveld2003-11-181-1/+2
* add _gtk_entry_completion_resize_popup.Kristian Rietveld2003-11-171-15/+28
* Fix includes.Kristian Rietveld2003-10-231-15/+15
* remove the reset of first_sel_changed, as after the first popup theKristian Rietveld2003-10-131-2/+0
* the gchar* parameters should be const (pointed out by both Marco PesentiKristian Rietveld2003-10-111-4/+4
* Fixes based on comments from Marco Pesenti Gritti.Kristian Rietveld2003-10-111-7/+23
* Add API doc comments.Kristian Rietveld2003-09-301-3/+133
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-111-0/+956