gtk/testsuite/gsk
Jonas Ådahl 2ff74eb667 gdk/toplevel: Negotiate surface size via a compute-size signal
GTK will not up front know how to correctly calculate a size, since it
will not be able to reliably predict the constraints that may exist
where it will be mapped.

Thus, to handle this, calculate the size of the toplevel by having GDK
emitting a signal called 'compute-size' that will contain information
needed for computing a toplevel window size.

This signal may be emitted at any time, e.g. during
gdk_toplevel_present(), or spontaneously if constraints change.

This also drops the max size from the toplevel layout, while moving the
min size from the toplevel layout struct to the struct passed via the
signal,

This needs changes to a test case where we make sure we process
GDK_CONFIGURE etc, which means we also needs to show the window and
process all pending events in the test-focus-chain test case.
2020-08-05 15:49:00 +02:00
..
compare testsuite: Fix test case indentation 2020-07-17 05:49:11 +02:00
nodeparser GskTransform: Ignore identity transforms 2019-06-03 17:03:02 +02:00
compare-render.c gdk/toplevel: Negotiate surface size via a compute-size signal 2020-08-05 15:49:00 +02:00
meson.build Disable a failing test 2020-06-06 15:32:26 -04:00
node-parser.c testsuite: Improve diff_with_file() function 2020-01-28 02:17:03 +01:00
reftest-compare.c reftests: Pass common_cflags 2020-05-19 08:32:33 +02:00
reftest-compare.h Start reftests for gsk 2017-10-02 00:21:56 -04:00
render-nodes-cairo.test.in testsuite: be a bit more verbose 2017-10-18 17:30:20 +02:00
render-nodes-vulkan.test.in testsuite: be a bit more verbose 2017-10-18 17:30:20 +02:00
rounded-rect.c testsuite: Add tests for rounded rect code 2020-02-13 07:36:38 +01:00
transform.c testuite/gsk: Add common_cflags to build 2020-03-06 18:22:01 +01:00