Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -11/+11 |
| | | | | These are all on GtkBox or enumerating children. | ||||
* | 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_widget_add/remove_css_class more | Matthias Clasen | 2020-04-10 | 1 | -9/+9 |
| | | | | | | Replace most uses of gtk_style_context_add/remove_class by the new APIs. The only remaining uses of the old API are in save/restore situations. | ||||
* | Drop the margin property | Matthias Clasen | 2020-02-25 | 1 | -1/+4 |
| | | | | Replace it with margin-start, -end, -top, -bottom throughout. | ||||
* | 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/+14 |
| | | | | Replace these calls with direct use of GMainContext api. | ||||
* | gl renderer: Blur shader improvements | Timm Bäder | 2019-12-03 | 1 | -4/+2 |
| | | | | | | | Use a two-pass blur shader, fix a few other things and unify the blurring of blur nodes and blurred outset shadow nodes. Related to #1283 | ||||
* | tests: Stop using the delete-event signal | Matthias Clasen | 2018-01-16 | 1 | -1/+1 |
| | | | | We can use ::destroy in most cases. | ||||
* | testoutsetshadowdrawing: Add more samples | Timm Bäder | 2017-12-28 | 1 | -1/+2 |
| | |||||
* | testoutsetshadowdrawing: Add adwaita CSD window test case | Timm Bäder | 2017-12-28 | 1 | -15/+15 |
| | |||||
* | tests: Add outset shadow drawing test | Timm Bäder | 2017-12-21 | 1 | -0/+157 |