summaryrefslogtreecommitdiff
path: root/tests/testoutsetshadowdrawing.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-11/+11
| | | | These are all on GtkBox or enumerating children.
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
| | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child.
* Use gtk_widget_add/remove_css_class moreMatthias Clasen2020-04-101-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 propertyMatthias Clasen2020-02-251-1/+4
| | | | Replace it with margin-start, -end, -top, -bottom throughout.
* 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-2/+14
| | | | Replace these calls with direct use of GMainContext api.
* gl renderer: Blur shader improvementsTimm Bäder2019-12-031-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 signalMatthias Clasen2018-01-161-1/+1
| | | | We can use ::destroy in most cases.
* testoutsetshadowdrawing: Add more samplesTimm Bäder2017-12-281-1/+2
|
* testoutsetshadowdrawing: Add adwaita CSD window test caseTimm Bäder2017-12-281-15/+15
|
* tests: Add outset shadow drawing testTimm Bäder2017-12-211-0/+157