summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* treeview: Remove style propertiesTimm Bäder2016-11-121-7/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-16/+16
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-3/+3
* GtkEntryCompletion: Use gdk_seat_grab()Carlos Garnacho2015-12-151-18/+24
* entry completion: Reduce the timeoutMatthias Clasen2015-12-051-1/+1
* entry completion: Only grab the device if we have oneMatthias Clasen2015-10-151-9/+12
* entry completion: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-79/+75
* entry completion: Clarify index in documentationChristian Dywan2015-07-311-0/+6
* entrycompletion: no need to return booleanGeorges Basile Stavracas Neto2015-07-031-5/+3
* Formatting fixMatthias Clasen2015-04-051-4/+4
* entrycompletion: Ensure transient_for is set before showing windowCarlos Garnacho2015-03-101-11/+6
* GtkEntryCompletion: fix sizing bug with multiple cellsMatt Watson2014-12-101-0/+6
* entrycompletion: Remove outdated codeBenjamin Otte2014-10-031-15/+0
* GtkEntryCompletion: Treat ::text-column speciallyMatthias Clasen2014-09-031-2/+2
* entrycompletion: Mark popup window as subsurface on waylandCarlos Garnacho2014-08-261-0/+14
* Adding 'no-matches' signal support to gtkentrycompletionSaurabh2014-06-281-0/+26
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-18/+7
* GtkEntryCompletion: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-8/+12
* Split GtkWindowGroup into its own fileMatthias Clasen2014-06-041-0/+1
* gtkentrycompletion: fix a critical warningClaudio Saavedra2014-03-061-0/+3
* Revert "GtkEntryCompletion: call setter for "text-column""Matthias Clasen2014-03-031-2/+1
* Revert "gtk_entry_completion_set_text_column: reuse old renderer"Matthias Clasen2014-03-031-116/+12
* Revert "GtkEntryCompletion: call cell_area()->clear()"Matthias Clasen2014-03-031-5/+1
* Revert "gtk_entry_completion_get_cells: revert returning NULL"Matthias Clasen2014-03-031-14/+10
* Revert "GtkEntryCompletion: fix warning"Matthias Clasen2014-03-031-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-13/+13
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-4/+4
* docs: Use markup for linksWilliam Jon McCann2014-02-071-4/+2
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* 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