summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/entry_completion.c
Commit message (Expand)AuthorAgeFilesLines
* gtk-demo: Enable inline completionMatthias Clasen2020-06-241-0/+3
* gtk-demo: Improve the entry completion demoMatthias Clasen2020-06-241-11/+37
* gtk-demo: Cosmetic changesMatthias Clasen2020-06-171-3/+3
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-3/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* demos/gtk-demo: Add common_cflags to buildTimm Bäder2020-03-071-1/+1
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* box: Remove gtk_box_pack_startTimm Bäder2019-01-231-2/+2
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* box: Remove fill child propertyTimm Bäder2017-04-251-2/+2
* box: Remove expand child propertyTimm Bäder2017-04-251-2/+2
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* More gtk-demo spacing fixesMatthias Clasen2016-10-261-0/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-14/+6
* gtk-demo: Many cosmetic fixesMatthias Clasen2015-06-191-1/+1
* Remove usage of stock APIs in demoWilliam Jon McCann2013-06-241-1/+2
* Formatting cleanupsMatthias Clasen2011-09-011-48/+46
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use accessor functions to access GtkDialogJavier Jardón2010-07-131-1/+4
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* End the search if the window is closed.Matthias Clasen2009-01-181-1/+1
* Don't include config.h in the examples.Matthias Clasen2004-11-161-1/+0
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add entry_completion.cMatthias Clasen2004-01-071-0/+97