summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* Restrict the width of the popup to be no larger than the monitor.Matthias Clasen2004-05-181-10/+10
* Set the entry in the default handler of the ::match-selected signal.Matthias Clasen2004-05-101-23/+25
* Use hover selection mode. (#127648, Dave Bordoley)Matthias Clasen2004-05-101-0/+2
* Don't call gtk_tree_view_scroll_to_cell() on an empty tree view. ItMatthias Clasen2004-04-211-7/+10
* Typo fix.Matthias Clasen2004-04-121-6/+29
* Move the repositioning logic from _gtk_entry_completion() popup over here.Matthias Clasen2004-03-171-32/+29
* Block the ::changed handler during the emission of ::match-selected.Matthias Clasen2004-03-151-0/+4
* Add some docs.Matthias Clasen2004-03-151-0/+22
* always use the match_func, even if text_column is set.Jonathan Blandford2004-03-141-7/+6
* Set the background on the action view cell renderer here, not in init, soMatthias Clasen2004-03-101-3/+10
* 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