summaryrefslogtreecommitdiff
path: root/tests/testlist.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* tests: Ignore deprecationsMatthias Clasen2022-10-111-0/+2
* Clean up uses of gtk_toggle_button_get/set_activeMatthias Clasen2020-08-301-3/+3
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-25/+22
* Don't use container api on GtkListBoxMatthias Clasen2020-05-111-7/+7
* tests: Stop explicitly showing widgetsAlexander Mikhaylenko2020-05-111-3/+0
* listboxrow: Derive from GtkWidgetMatthias Clasen2020-05-041-3/+3
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* tests: Add common_cflags to buildTimm Bäder2020-03-061-1/+2
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-3/+3
* testlist: Fix custom cssTimm Bäder2017-05-251-3/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
* testlist: Test double click modeAlexander Larsson2013-06-171-0/+13
* GtkListBox: Rename separators to headersAlexander Larsson2013-06-131-10/+10
* testgtk: Add ListBox testAlexander Larsson2013-06-131-3/+6
* tests: Add testlist testing GtkListBoxAlexander Larsson2013-06-131-0/+358