summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-2/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-1/+1
* GtkBuildable: Fix the type of the user_data in GtkBuildable.custom_tag_endRobert Ancell2018-10-081-1/+1
* entry completion: Avoid critical warningsMatthias Clasen2018-08-201-8/+10
* entry completion: stop using subsurfacesMatthias Clasen2018-08-181-4/+9
* gtkentrycompletion: Properly remove controller from entryCarlos Garnacho2018-06-211-1/+5
* gtkentrycompletion: Move focus out handling to key controllerCarlos Garnacho2018-06-211-17/+3
* gtkentrycompletion: Perform event handling on popup through controllersCarlos Garnacho2018-06-211-37/+27
* eventcontrollerkey: Port to new API modelCarlos Garnacho2018-04-261-5/+5
* gtkentrycompletion: Stop using ::key-press-eventCarlos Garnacho2018-04-051-10/+14
* Continue renaming window to surfaceAlexander Larsson2018-03-211-6/+6
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-3/+3
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-4/+4
* entrycompletion: Realize popup after setting screenJonas Ådahl2018-03-141-2/+2
* The big versioning cleanupMatthias Clasen2018-02-061-78/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-1/+1
* entry completion: Stop using key-press/release-eventMatthias Clasen2018-01-241-25/+12
* entrycompletion: Realize toplevel before attempting a grabTimm Bäder2018-01-191-0/+1
* entry completion: Drop another ::button-press-event handlerMatthias Clasen2018-01-161-9/+12
* entry completion: Stop using ::button-press-eventMatthias Clasen2018-01-161-66/+41
* entry completion: Stop using ::focus-out-eventMatthias Clasen2018-01-161-2/+17
* entry completion: Drop initial selection avoidanceMatthias Clasen2018-01-161-45/+0
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* entrycompletion: Update to using GdkEvent APICarlos Garnacho2017-09-191-31/+35
* Add names to more sourcesMatthias Clasen2017-08-131-0/+1
* Fix a few allocation coordinates & sizesTimm Bäder2017-07-191-1/+2
* box: Remove fill child propertyTimm Bäder2017-04-251-1/+1
* box: Remove expand child propertyTimm Bäder2017-04-251-3/+4
* entrycompletion: Remove unnecessary NULL checkTimm Bäder2017-03-181-1/+1
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-1/+0
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* 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