summaryrefslogtreecommitdiff
path: root/tests/teststack.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-6/+6
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-4/+4
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-18/+18
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
* tests: Fix teststack "add icon" buttonAlexander Mikhaylenko2020-05-111-1/+1
* 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-10/+10
* 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
* Fix teststackMatthias Clasen2019-04-031-13/+9
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-3/+3
* box: Remove fill child propertyTimm Bäder2017-04-251-3/+3
* box: Remove expand child propertyTimm Bäder2017-04-251-3/+4
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-3/+3
* tests: Make stack expandBenjamin Otte2015-11-041-0/+1
* Rename GtkSidebar to GtkStackSidebarLars Uebernickel2015-02-131-2/+2
* Test h/vhomogenenous in teststackMatthias Clasen2014-10-261-4/+17
* Add GtkSidebarIkey Doherty2014-10-011-2/+11
* teststack: don't enumerate transitions manuallyMatthias Clasen2014-05-021-21/+6
* stack: Add counterparts of OVER_UP_DOWN transitionPhilip Chimento2014-05-021-0/+3
* Test new transition typesMatthias Clasen2013-09-251-1/+10
* Add a needs-attention child property to GtkStackPaolo Borelli2013-09-251-0/+1
* GtkStack: Add position-dependent slide transitionsErick Pérez Castellanos2013-06-131-0/+2
* GtkStack: add vertical slide transitionsMatthias Clasen2013-04-211-12/+10
* Add a way to specify transition types on the flyMatthias Clasen2013-04-211-4/+2
* Add GtkStackMatthias Clasen2013-04-211-0/+249