Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrolledwindow: Don't take adjustments in new() | Matthias Clasen | 2020-06-24 | 1 | -1/+1 |
| | | | | | | | In 99.9% of all cases, these are just NULL, NULL. So just do away with these arguments, people can use the setters for the rare cases where they want the scrolled window to use a different adjustment. | ||||
* | 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 | -1/+1 |
| | | | | | 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 | -2/+15 |
| | | | | Replace these calls with direct use of GMainContext api. | ||||
* | Replace all remaining uses of delete-event | Matthias Clasen | 2018-01-16 | 1 | -2/+1 |
| | |||||
* | 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. | ||||
* | (broken pipe) | Kristian Rietveld | 2006-04-26 | 1 | -0/+155 |