summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* GtkEntryCompletion: fix warningLars Uebernickel2013-11-031-1/+1
* gtk_entry_completion_get_cells: revert returning NULLLars Uebernickel2013-11-031-10/+14
* GtkEntryCompletion: call cell_area()->clear()Lars Uebernickel2013-11-031-1/+5
* gtk_entry_completion_set_text_column: reuse old rendererLars Uebernickel2013-11-021-12/+116
* GtkEntryCompletion: call setter for "text-column"Lars Uebernickel2013-11-011-1/+2
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* entrycompletion: set the GtkWindow as attached to the GtkEntryCosimo Cecchi2013-09-251-0/+4
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* entrycompletion: Don't reconnect signals all the timeBenjamin Otte2013-03-051-38/+33
* a11y: Set up popup-for relation between entry and completionMatthias Clasen2013-02-031-0/+36
* Fix duplicate columns in filechooser entry completionMatthias Clasen2012-10-171-2/+1
* gtk: Make functions static that don't need to be non-staticBenjamin Otte2012-10-021-3/+3
* Move entry completion code where it belongsMatthias Clasen2012-08-311-11/+553
* entry-completion: set size request on the toplevel windowCosimo Cecchi2012-05-041-5/+2
* entry-completion: don't subtract entry borders from popup allocationCosimo Cecchi2012-05-041-4/+1
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* entrycompletion: set_property() should call property settersPavel Holejsovsky2012-04-081-6/+12
* Fix for bug 672961 - Custom theme can crash apps with GtkEntryCompletionBenjamin Otte2012-03-271-1/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* entry: change _gtk_entry_get_borders() to return a GtkBorderCosimo Cecchi2012-01-311-3/+4
* Use the workarea when placing popupsMatthias Clasen2011-12-181-3/+1
* entrycompletion: Export gtk_entry_completion_compute_prefix()Benjamin Otte2011-12-161-6/+21
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+1
* Clean up unneeded includesMatthias Clasen2011-08-281-1/+1
* 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