gtk2/testsuite
Benjamin Otte 5c9ae28937 boxlayout: Compute opposite size properly
For size -1 in the opposite orientation, GtkBoxLayout used to measure
the children based on their min size in the box's orientation instead of
-1. That wasn't really intended, but was a side effect of how the sizing
code did (not) distribute extra size above the minimum size.

This is clearly not what we want.
What we want is measuring the orientation as is for size -1. Then we
want to just take the maximum of all children and use that.

A reftest is incldued that ensures a vbox wraps a label just like an
hbox does.
2021-11-05 20:30:49 +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: Compute opposite size properly 2021-11-05 20:30:49 +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