summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* GtkEntryCompletion: add a sanity checkMatthias Clasen2011-05-311-0/+1
* Added documentation to "cell-area" construct-only properties.Tristan Van Berkom2011-02-241-0/+3
* Clarify models vs callbacks in entry completion docsMatthias Clasen2011-01-311-0/+19
* Bandaid fix for icon view subclassingMatthias Clasen2011-01-311-5/+19
* Move GtkEntryCompletion docs inlineMatthias Clasen2011-01-041-265/+299
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Make GtkEntryCompletion use GtkStyleContextCarlos Garnacho2011-01-041-3/+8
* Added gtk_entry_completion_new_with_area()Tristan Van Berkom2010-12-131-0/+22
* Adding gtk_tree_view_column_new_with_area().Tristan Van Berkom2010-12-061-1/+1
* Fixing GtkTreeViewColumn to use the new _gtk_cell_layout_buildable_custom_tag...Tristan Van Berkom2010-12-041-2/+2
* Added GtkEntryCompletion:cell-area construct property.Tristan Van Berkom2010-12-041-132/+121
* Fix entry completion window sizingMatthias Clasen2010-11-091-1/+3
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Make GtkEntry a no-window widgetMatthias Clasen2010-10-211-3/+7
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-4/+4
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-3/+8
* gtk/gtkentrycompletion.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-8/+12
* gtkentrycompletion: check return value because It can be non-UTF8Javier Jardón2010-07-191-7/+11
* Use accessor functions to access GtkScrolledWindowJavier Jardón2010-07-131-1/+2
* gtkentrycompletion: Do not use GET_PRIV() macro all the timeJavier Jardón2010-07-131-10/+12
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-1/+1
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-1/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-11/+23
* Fix signal parameters in GtkEntryCompletionMatthias Clasen2010-05-211-23/+28
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-7/+7
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-1/+1
* More instances of those deprecated functionsMatthias Clasen2009-06-161-1/+1
* Don't use deprecated api internallyMatthias Clasen2009-06-161-1/+1
* Don't unselect when resizingMatthias Clasen2009-06-051-3/+3
* 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