summaryrefslogtreecommitdiff
path: root/demos/gtk-demo/flowbox.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* gtk-demo: CosmeticsMatthias Clasen2020-06-061-3/+2
* gtk-demo: Cosmetic improvements to the listview demosMatthias Clasen2020-05-301-0/+2
* Stop using container api on GtkFlowBoxMatthias Clasen2020-05-111-1/+1
* 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
* Use gtk_button_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-2/+2
* Remove gtk_widget_show_allTimm Bäder2017-01-201-3/+0
* gtk-demo: Update drawing area usage to new APIsBenjamin Otte2016-11-181-8/+10
* gtk-demo: Cosmetic changesMatthias Clasen2015-06-281-7/+3
* gtk-demo: Improve flowbox demo codeBenjamin Otte2014-10-031-4/+17
* Add a flow box example to gtk-demoMatthias Clasen2013-10-071-0/+743