Timm Bäder
|
dc36c21835
|
demos/gtk-demo: Add common_cflags to build
With a few exceptions.
|
2020-03-07 15:30:35 +01:00 |
|
Benjamin Otte
|
a278edab22
|
window: Remove type argument from gtk_window_new()
|
2020-02-14 21:18:49 +01:00 |
|
Matthias Clasen
|
7447abb52b
|
Stop using gtk_widget_get_toplevel
All uses of it can be replaced by gtk_widget_get_root.
|
2019-05-28 20:25:16 +00:00 |
|
Matthias Clasen
|
18788c2a86
|
Remove gtk_widget_get/set_has_surface
These serve no purpose anymore - widgets don't
have surfaces, unless they're a GtkNative.
|
2019-05-28 20:25:15 +00:00 |
|
Matthias Clasen
|
8d93321461
|
gtk-demo: Stop using ::hierarchy-changed
We can use root and unroot instead.
|
2019-02-23 09:43:57 -05:00 |
|
Timm Bäder
|
ade171a2ed
|
widget: Don't pass a position to ->size_allocate
The values have been 0/0 for a long time now, so just drop the
GtkAllocation argument and replace it with width and height.
|
2018-11-13 16:28:54 +01:00 |
|
Carlos Garnacho
|
101c927c40
|
gtk-demo: Add pad controller handling to "Paint" demo
So it's more lifelike.
|
2018-07-30 13:14:12 +02:00 |
|
Carlos Garnacho
|
3675f9ccb2
|
gesturestylus: Port to new API model
|
2018-04-26 17:59:42 +02: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 |
|
Carlos Garnacho
|
b1eaeebe7d
|
demos: Add "Paint" demo
|
2018-04-05 19:26:53 +02:00 |
|