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 |
|
Timm Bäder
|
d1cd6aacba
|
tests: Add common_cflags to build
And fix all the errors and warnings resulting from that
See #2491
|
2020-03-06 18:21:58 +01: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
|
642ced0cfc
|
testblur: Fix default blur radius
sync it up with the adjustment value. also just add the destroyed
handler.
|
2019-12-03 08:40:34 +01:00 |
|
Timm Bäder
|
66b081dc9c
|
glglyphcache: Use stb_rect_pack for better glyph packing
|
2019-06-04 22:42:00 +00:00 |
|
Benjamin Otte
|
73b4a62f51
|
snapshot: Redo debug messages
Instead of every snapshot function having debug messages, have an
explicit gtk_snapshot_push_debug() function that appends a debug node.
|
2018-04-24 04:06:58 +02:00 |
|
Timm Bäder
|
c02090b1f6
|
tests: Add testblur
|
2018-02-27 12:51:07 +01:00 |
|