summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* Keep popups on the right screen. Pointed out by Morten WelinderMatthias Clasen2009-02-281-1/+3
* Don't assume actions and results have equal heightDiego Escalante Urrelo2009-01-151-2/+7
* Bug 408154 – [PATCH] Change GtkEntryCompletion max-items to styleMatthias Clasen2008-09-171-6/+5
* get rid of the deprecated aliases NONE and BOOL.Michael Natterer2008-08-131-1/+1
* gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.cSven Neumann2008-08-111-4/+4
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-10/+11
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* limit the number of displayed items by the actual screen height instead ofMichael Natterer2008-06-121-7/+12
* Bug 536092 – GtkEntryCompletion's popup window should set type hintMatthias Clasen2008-06-031-0/+1
* New function implements GtkCellLayoutClass::get_cells. (#523787)Matthew Barnes2008-03-221-0/+12
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-14/+0
* Update the docs for the ::text-column property. (#352643, JosselinMatthias Clasen2007-10-171-0/+1
* Apply a number of patches by Xan Lopez to improve the interaction betweenMatthias Clasen2007-09-081-6/+0
* Handle keypresses better when there is no completion. (#458298, ChristianMatthias Clasen2007-07-191-1/+2
* Fix some issues with some combinations of inline-selection andMatthias Clasen2007-07-161-26/+14
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+15
* Document new apiMatthias Clasen2007-05-261-2/+23
* Use strstr instead of g_strstr with -1 for length.Xan Lopez2007-04-281-1/+1
* Rember the user input that triggered the completion, add API to theXan Lopez2007-04-281-71/+101
* Support inline-selection in entries (#318459)Xan Lopez2007-04-271-3/+151
* Ensure that the prefix is valid UTF-8. (#419568, Nickolay V. Shmyrev)Matthias Clasen2007-03-191-1/+14
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* only block/unblock completion->priv->insert_text_id if it is actuallyMichael Natterer2007-01-261-4/+8
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-1/+1
* Fix interaction of GtkEntryCompletion with input methods. (#354495, DiegoMatthias Clasen2006-10-041-3/+6
* Export gtk_entry_reset_im_context privately.Matthias Clasen2006-08-061-0/+2
* remove accidential 2nd parameter to g_object_unref().Michael Natterer2006-07-211-1/+1
* Don't leak the action_view. (#348120, Chris Wilson)Matthias Clasen2006-07-211-13/+17
* Fix typos in the docs.Matthias Clasen2006-07-171-1/+1
* Don't call g_str_has_prefix on a NULL strung. (#344897, Tommi Komulainen)Matthias Clasen2006-06-191-1/+1
* Don't leak match data. (#345107, Christian Weiske)Matthias Clasen2006-06-161-0/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-44/+4
* 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