summaryrefslogtreecommitdiff
path: root/tests/testscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-2/+2
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-2/+2
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-31/+31
* Don't use container api on GtkListBoxMatthias Clasen2020-05-111-9/+5
* Use gtk_expander_set_child throughoutMatthias Clasen2020-05-111-1/+1
* tests: Stop explicitly showing widgetsAlexander Mikhaylenko2020-05-111-14/+0
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-2/+2
* Use gtk_popover_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_viewport_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
* popover: Drop ::relative-toMatthias Clasen2020-02-241-1/+1
* 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
* label: Remove "line" from wrap propertiesTimm Bäder2019-09-091-1/+1
* testscrolledwindow: GtkMenuButton != GtkContainerDaniel Boles2019-05-211-1/+1
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-33/+31
* label: Remove angle propertyTimm Bäder2017-04-251-32/+0
* box: Remove fill child propertyTimm Bäder2017-04-251-34/+34
* box: Remove expand child propertyTimm Bäder2017-04-251-60/+56
* Remove gtk_widget_show_allTimm Bäder2017-01-201-3/+0
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-3/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-35/+35
* tests: adapt testscrolledwindow to have max content sizesGeorges Basile Stavracas Neto2016-06-051-2/+145
* tests: Add checkbox to enable kinetic scrolling in scrolled window testCarlos Garcia Campos2012-03-011-0/+17
* tests: missed these two gtk_box_new() which sneaked in by rebasing...Michael Natterer2010-11-021-2/+2
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-6/+6
* Add content size test for scrolled windowMatthias Clasen2010-11-021-0/+51
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-6/+6
* Missed adding the scrolled window test in previous commit, added scrolled win...Tristan Van Berkom2010-10-261-0/+165