Matthias Clasen
|
18e0eaa9d6
|
tests: Stop using gtk_widget_show/hide
|
2022-12-13 13:46:02 -05: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 |
|
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 |
|
Matthias Clasen
|
f3927f1155
|
Drop GtkGLArea::has-alpha
We now always behave as if has-alpha is TRUE.
Update all callers.
|
2018-01-17 12:01:25 -05:00 |
|
Timm Bäder
|
ea897c6df4
|
Remove gtk_widget_show_all
|
2017-01-20 21:37:04 +01:00 |
|
Matthias Clasen
|
2c7e567f05
|
Update callers
Adapt all our tests and examples to the new initialization api.
|
2017-01-19 13:50:17 -05:00 |
|
Benjamin Otte
|
4df6ddad54
|
API: container: Remove gtk_container_set_border_width()
|
2016-10-16 18:18:58 +02:00 |
|
Alexander Larsson
|
5d7e268aac
|
Add tests/testglblending
This test stacks GL and cairo rendering in various
orders to test the layer handling.
|
2014-10-13 10:43:31 -04:00 |
|