summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* Guard against NULL. (#330177, Raphael Slinckx)Matthias Clasen2006-02-101-1/+1
* Make sure the tree view is realized, since we grab the focus to it.Matthias Clasen2006-01-301-0/+2
* Make this function public API. (#307099, Todd Berman)Matthias Clasen2006-01-101-1/+1
* Prevent the first row being focused on map. (#137351, Niklas Knutsson)Matthias Clasen2006-01-091-0/+7
* Don't popup the completions if the focus has already been moved somewhereMatthias Clasen2005-11-071-0/+3
* Add the popup window to the toplevels window group. (#319912, ChristianMatthias Clasen2005-10-281-0/+6
* Pop below the entry if there's more free space below the entry than above.Matthias Clasen2005-09-271-1/+2
* Add some strings containing multibyte characters.Matthias Clasen2005-09-131-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-4/+4
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* when !separator, don't add the focus_line_width to width/height (happensKristian Rietveld2005-07-131-0/+7
* Resize the popup if necessary. (#308076, Vincent Noel)Matthias Clasen2005-06-171-0/+3
* Add a property to suppress the popup for single matches. (#154711)Matthias Clasen2005-05-261-1/+80
* cast combo->priv->entry to GTK_ENTRY()Manish Singh2005-04-041-1/+1
* Allow completion popups to be wider than the entry. (#131916, Ross Burton)Matthias Clasen2005-04-041-2/+80
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-5/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-6/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Make inline completion insert the prefix at the right spot. (#170146, DougMatthias Clasen2005-03-171-1/+2
* Document that inline completion requires text-column to be set.Matthias Clasen2005-03-151-2/+8
* More canonical property names.Matthias Clasen2005-03-091-4/+4
* Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model):Matthias Clasen2005-01-261-3/+10
* Require glib 2.6.0 for g_filename_display_basename.Matthias Clasen2004-12-161-14/+2
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-3/+3
* Remove a debug printf(). (#157087, Christian Persch)Matthias Clasen2004-11-021-1/+0
* Don't force the height of the action area, we don't scroll it anyway, andMatthias Clasen2004-10-311-10/+4
* Update doc comments.Matthias Clasen2004-10-311-15/+13
* Really handle a NULL model, fixes #137211 for real.Anders Carlsson2004-10-261-1/+15
* Rework of GtkFileChooserButton, some cleanups. Fixes #154388, #154390,James M. Cape2004-10-261-2/+8
* Share the three copies of get_borders() under the nameMatthias Clasen2004-10-081-34/+1
* Resize the popup if the model is replaced. (#152333)Matthias Clasen2004-09-131-0/+16
* Improve positioning of entry completion popup.Matthias Clasen2004-09-131-1/+0
* Improve positioning of entry completion popup.Matthias Clasen2004-09-131-2/+0
* Fix #150406, reported by Fernando San Martín Woerner, patch by GustavoMatthias Clasen2004-08-221-0/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Don't steal the pointer grab from the context menu of the entry. (#148686,Matthias Clasen2004-08-021-0/+3
* Fix the positioning of the popup.Matthias Clasen2004-07-301-2/+4
* Typo fix.Matthias Clasen2004-07-191-1/+1
* Support inline autocompletion in entries (#135953)Matthias Clasen2004-07-191-2/+287
* Warning fixes.Matthias Clasen2004-07-121-2/+2
* Reflect the last change in the docs.Matthias Clasen2004-06-261-0/+1
* Allow passing NULL to unset the model. (#137211, patch by MarianoMatthias Clasen2004-06-261-1/+1
* Add an ignore_enter flag and use it as in the menu code to avoid theMatthias Clasen2004-06-061-3/+45
* Rename function parameters from index to index_ to prevent clash with BSDMatthias Clasen2004-06-021-13/+13
* Add some docs.Matthias Clasen2004-05-271-1/+2
* Make GtkEntryCompletion::text_column a property.Matthias Clasen2004-05-271-3/+50
* 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