Emmanuele Bassi
|
1ad4c04b2a
|
Replace deprecated CSS loading API
Use gtk_css_provider_load_from_string() when loading CSS from C
strings.
|
2023-05-16 16:59:05 -04:00 |
|
Matthias Clasen
|
18e0eaa9d6
|
tests: Stop using gtk_widget_show/hide
|
2022-12-13 13:46:02 -05:00 |
|
Timm Bäder
|
7a8d71138f
|
testoutsetshadowdrawing: Make window background white
This makes it easier to compare the rendering with other sources.
|
2020-08-29 16:46:28 +02:00 |
|
Matthias Clasen
|
2a24b8c653
|
Replace most remaining uses of container api
These are all on GtkBox or enumerating children.
|
2020-05-11 22:38:21 -04:00 |
|
Matthias Clasen
|
f59f355190
|
Use gtk_window_set_child throughout
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
2020-05-04 22:53:08 -04:00 |
|
Matthias Clasen
|
394ea32e93
|
Use gtk_widget_add/remove_css_class more
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.
|
2020-04-10 12:09:57 -04:00 |
|
Matthias Clasen
|
b5bacb3be6
|
Drop the margin property
Replace it with margin-start, -end, -top, -bottom throughout.
|
2020-02-25 20:59:04 -05:00 |
|
Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Matthias Clasen
|
a6c5466900
|
Stop using gtk_main and gtk_main_quit
Replace these calls with direct use of GMainContext api.
|
2020-02-09 23:12:32 -05:00 |
|
Timm Bäder
|
8ca46169b1
|
gl renderer: Blur shader improvements
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
|
2019-12-03 08:40:34 +01:00 |
|
Matthias Clasen
|
67649763b6
|
tests: Stop using the delete-event signal
We can use ::destroy in most cases.
|
2018-01-16 14:14:09 -05:00 |
|
Timm Bäder
|
c4d5225aac
|
testoutsetshadowdrawing: Add more samples
|
2017-12-28 16:48:35 +01:00 |
|
Timm Bäder
|
3158b481b7
|
testoutsetshadowdrawing: Add adwaita CSD window test case
|
2017-12-28 16:48:35 +01:00 |
|
Timm Bäder
|
8b880de4a2
|
tests: Add outset shadow drawing test
|
2017-12-21 19:12:33 +01:00 |
|