aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/filter_autocomplete.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-02-07Fix parameters to gtk_widget_get_allocation() call.Jaap Keuter1-1/+1
2011-02-07"XXX takes a foo * as an argument" != "pass a variable of type foo * toGuy Harris1-12/+12
2011-02-07Some -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0Stephen Fisher1-7/+32
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier1-1/+1
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-55/+64
2010-06-08Avoid a crash when deleting the first character in the filter.Stig Bjørlykke1-1/+1
2010-05-27Make sure our prefix length is > 0 before lopping off the lastGerald Combs1-6/+10
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-3/+0
2009-11-05From Bahaa Naamneh via bug 4207:Stig Bjørlykke1-4/+2
2009-08-08From Bahaa Naamneh via Bug 3538:Kovarththanan Rajaratnam1-1/+4
2009-06-16Resize the list in the autocompletion popup when narrowing down the elementsStig Bjørlykke1-0/+1
2009-06-10Make it compile with gtk < 2.6.Stig Bjørlykke1-0/+4
2009-06-10From yami via bug 3508:Stig Bjørlykke1-4/+22
2009-06-09Resize the list in the autocompletion popup when narrowing down the elementsStig Bjørlykke1-0/+1
2009-04-15size_t fixes.Gerald Combs1-11/+11
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-25/+11
2009-02-22Free string fetched from gtk_editable_get_chars().Stig Bjørlykke1-7/+9
2009-02-22Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free() Stig Bjørlykke1-7/+11
2008-11-13Improved filter autocompletion when having one exact match to be moreStig Bjørlykke1-65/+129
2008-11-03gtk_tree_view_set_hover_selection only for gtk 2.6 and above.Stig Bjørlykke1-0/+2
2008-11-02Adjustments to the filter autocompletion window:Stig Bjørlykke1-46/+66
2008-10-27Cleanup by using a common function for building the autocompletion list.Stig Bjørlykke1-126/+110
2008-10-27Do not popup the autocompletion window with only one exactly matching entry.Stig Bjørlykke1-9/+32
2008-10-27From Bahaa Naamneh and me:Stig Bjørlykke1-3/+59
2008-10-25Make a new popup when appending a dot to an existing filer entry without Stig Bjørlykke1-2/+2
2008-10-24Always select an entry in the autocomplete list.Stig Bjørlykke1-8/+18
2008-10-24Added autocomplete and autocompletion list of protocol names in the filterStig Bjørlykke1-56/+114
2008-10-19Fixed a small issue using esc and backspace in filter autocompletion.Stig Bjørlykke1-8/+17
2008-10-19Construct a new autocomplete popup window again if pressing backspaceStig Bjørlykke1-2/+18
2008-09-06Close filter autocompletion list when it's empty. This re-enablesSake Blok1-2/+15
2008-07-22Filter autocompletion from Bahaa Naamneh (bug 2581).Martin Mathieson1-0/+567