summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.h
Commit message (Expand)AuthorAgeFilesLines
* Adding 'no-matches' signal support to gtkentrycompletionSaurabh2014-06-281-1/+1
* docs: Another round of markup removalMatthias Clasen2014-03-291-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-1/+1
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+28
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-0/+1
* entrycompletion: Export gtk_entry_completion_compute_prefix()Benjamin Otte2011-12-161-0/+2
* Move GtkEntryCompletion docs inlineMatthias Clasen2011-01-041-3/+20
* Added gtk_entry_completion_new_with_area()Tristan Van Berkom2010-12-131-0/+2
* Add padding to class structsMatthias Clasen2010-10-191-0/+2
* gtkentrycompletion: Do not use GET_PRIV() macro all the timeJavier Jardón2010-07-131-1/+1
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.hMichael Natterer2008-06-231-2/+0
* Seal private member.Tim Janik2008-06-201-1/+1
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Rember the user input that triggered the completion, add API to theXan Lopez2007-04-281-2/+1
* Support inline-selection in entries (#318459)Xan Lopez2007-04-271-2/+8
* Add declarations for gtk_entry_completion_{get,set}_popup_single_match.Manish Singh2005-05-261-3/+6
* Allow completion popups to be wider than the entry. (#131916, Ross Burton)Matthias Clasen2005-04-041-0/+4
* Require glib 2.6.0 for g_filename_display_basename.Matthias Clasen2004-12-161-1/+1
* Mark as const.Matthias Clasen2004-11-231-1/+1
* Support inline autocompletion in entries (#135953)Matthias Clasen2004-07-191-1/+10
* Rename function parameters from index to index_ to prevent clash with BSDMatthias Clasen2004-06-021-4/+4
* Make GtkEntryCompletion::text_column a property.Matthias Clasen2004-05-271-0/+1
* Check if the completion is the same one as the old one.Anders Carlsson2004-01-231-1/+0
* Fix parameter name mismatches which confuse gtk-doc.Matthias Clasen2003-11-151-1/+1
* add padding to the class structure. ditto. ditto.Kristian Rietveld2003-10-151-0/+6
* the gchar* parameters should be const (pointed out by both Marco PesentiKristian Rietveld2003-10-111-2/+2
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-111-0/+103