aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/filter_autocomplete.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-24Corrected position of filter autocompletion window when using GTK3.stig1-1/+6
2011-08-17Fix a typo and size_request.etxrab1-2/+8
2011-08-17Get further with compiling with GTK 3.0etxrab1-0/+5
2011-08-10Simplified previous enter-fix.stig1-4/+1
2011-08-10Apply filter if pressing enter when having a auto completion windowstig1-3/+6
2011-07-21Create a file containing macros to provide the access-functionsjmayer1-4/+2
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.gerald1-7/+1
2011-06-20GTK3 fixes:jmayer1-0/+3
2011-02-07Fix parameters to gtk_widget_get_allocation() call.jake1-1/+1
2011-02-07"XXX takes a foo * as an argument" != "pass a variable of type foo * toguy1-12/+12
2011-02-07Some -DGSEAL_ENABLE cleanup in preparation for GTK+ 3.0sfisher1-7/+32
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;wmeier1-1/+1
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:wmeier1-55/+64
2010-06-08Avoid a crash when deleting the first character in the filter.stig1-1/+1
2010-05-27Make sure our prefix length is > 0 before lopping off the lastgerald1-6/+10
2009-11-10Removed some unused variables and unused assignments.stig1-3/+0
2009-11-05From Bahaa Naamneh via bug 4207:stig1-4/+2
2009-08-08From Bahaa Naamneh via Bug 3538:krj1-1/+4
2009-06-16Resize the list in the autocompletion popup when narrowing down the elementsstig1-0/+1
2009-06-10Make it compile with gtk < 2.6.stig1-0/+4
2009-06-10From yami via bug 3508:stig1-4/+22
2009-06-09Resize the list in the autocompletion popup when narrowing down the elementsstig1-0/+1
2009-04-15size_t fixes.gerald1-11/+11
2009-03-13From Jakub Zawadzki (bug 3331):stig1-25/+11
2009-02-22Free string fetched from gtk_editable_get_chars().stig1-7/+9
2009-02-22Free path fetched from gtk_tree_model_get_path with gtk_tree_path_free() stig1-7/+11
2008-11-13Improved filter autocompletion when having one exact match to be morestig1-65/+129
2008-11-03gtk_tree_view_set_hover_selection only for gtk 2.6 and above.stig1-0/+2
2008-11-02Adjustments to the filter autocompletion window:stig1-46/+66
2008-10-27Cleanup by using a common function for building the autocompletion list.stig1-126/+110
2008-10-27Do not popup the autocompletion window with only one exactly matching entry.stig1-9/+32
2008-10-27From Bahaa Naamneh and me:stig1-3/+59
2008-10-25Make a new popup when appending a dot to an existing filer entry without stig1-2/+2
2008-10-24Always select an entry in the autocomplete list.stig1-8/+18
2008-10-24Added autocomplete and autocompletion list of protocol names in the filterstig1-56/+114
2008-10-19Fixed a small issue using esc and backspace in filter autocompletion.stig1-8/+17
2008-10-19Construct a new autocomplete popup window again if pressing backspacestig1-2/+18
2008-09-06Close filter autocompletion list when it's empty. This re-enablessake1-2/+15
2008-07-22Filter autocompletion from Bahaa Naamneh (bug 2581).martinm1-0/+567