Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -4/+4 |
| | | | | These are all on GtkBox or enumerating children. | ||||
* | tests: Fix syncscroll | Alexander Mikhaylenko | 2020-05-11 | 1 | -0/+3 |
| | | | | Set expand for the scrolled windows. | ||||
* | Use gtk_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -1/+1 |
| | | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child. | ||||
* | Use gtk_scrolled_window_set_child throughout | Matthias Clasen | 2020-05-04 | 1 | -3/+3 |
| | | | | | Replace all uses of gtk_container_add on popovers by gtk_scrolled_window_set_child. | ||||
* | window: Remove type argument from gtk_window_new() | Benjamin Otte | 2020-02-14 | 1 | -1/+1 |
| | |||||
* | Stop using gtk_main and gtk_main_quit | Matthias Clasen | 2020-02-09 | 1 | -1/+2 |
| | | | | Replace these calls with direct use of GMainContext api. | ||||
* | Stop using gtk_box_pack_end | Timm Bäder | 2019-01-23 | 1 | -3/+3 |
| | | | | It might soon go away! | ||||
* | box: Remove fill child property | Timm Bäder | 2017-04-25 | 1 | -3/+3 |
| | | | | GtkWidget:halign and GtkWidget:valign are sufficient | ||||
* | box: Remove expand child property | Timm Bäder | 2017-04-25 | 1 | -3/+3 |
| | | | | GtkWidget already has hexpand/vexpand properties. | ||||
* | Remove gtk_widget_show_all | Timm Bäder | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | Update callers | Matthias Clasen | 2017-01-19 | 1 | -1/+1 |
| | | | | Adapt all our tests and examples to the new initialization api. | ||||
* | box: Remove 'padding' child property | Timm Bäder | 2016-10-16 | 1 | -3/+3 |
| | |||||
* | Add an example for synchronized scrolling | Matthias Clasen | 2014-10-09 | 1 | -0/+69 |
This example uses GTK_POLICY_EXTERNAL to share a scrollbar among multiple scrolled windows. |