gtk/testsuite
Benjamin Otte 76c4673944 boxlayout: Fix broken min-size-for-opposite-size
Assume a vbox with 2 wrapping labels saying
  Hello World
  Hi Ho
being measured for their minimum width for 3 rows of text.
This should be layouted like
  Hello
  World
  Hi Ho
and measured accordingly.

However, previously this was layouted as
  Hello World
  Hi Ho
with 1.5 lines being assigned to both labels.
That will obviously not compute the above wrapping which clearly
results in a smaller min width.

A reftest testing exactly this was included.
2021-11-09 03:41:43 +01:00
..
a11y build: Use a consistent style for Meson files 2020-12-15 12:46:59 +00:00
css cssparser: Remove unused argument 2021-10-28 03:19:08 +02:00
gdk testsuite: Create GL renderers without surfaces 2021-10-20 21:49:32 +02:00
gsk Rename ngl to gl 2021-10-07 13:05:53 -04:00
gtk texthistory: add barriers after final grouping 2021-09-23 13:25:35 -07:00
introspection build: Get typelib dir dynamically using gobject-introspection dependency 2021-07-08 04:59:10 +02:00
performance build: Use a consistent style for Meson files 2020-12-15 12:46:59 +00:00
reftests boxlayout: Fix broken min-size-for-opposite-size 2021-11-09 03:41:43 +01:00
tools gtk-builder-tool: Simplify more 2021-09-29 10:58:21 -04:00
meson.build testsuite: Set GDK_DEBUG unconditionally 2021-11-03 20:39:33 -04:00
testutils.c testsuite/testutils.c: Fix build on Visual Studio 2021-01-29 17:59:10 +08:00
testutils.h testsuite: Stop requiring diff 2021-01-21 23:57:24 -05:00