gtk2/testsuite
Emmanuele Bassi 6b308cd71e Add constraint solver
GtkConstraintSolver is an implementation of the Cassowary constraint
solving algorithm:

  http://constraints.cs.washington.edu/cassowary/

The Cassowary method allows to incrementally solve a tableau of linear
equations, in the form of:

  x = y × coefficient + constant

with different weights, or strengths, applied to each one.

These equations can be used to describe constraints applied to a layout
of UI elements, which allows layout managers using the Cassowary method
to quickly, and efficiently, lay out widgets in complex relations
between themselves and their parent container.
2019-06-30 23:42:44 +01:00
..
a11y testsuite/a11y/about: Fix exp. output per 31066a69 2019-06-14 18:05:06 +01:00
css Update css node results 2019-06-01 03:47:19 +00:00
gdk testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
gsk testsuite: Make creating the output dir not racy 2019-06-09 23:17:10 +02:00
gtk Add constraint solver 2019-06-30 23:42:44 +01:00
reftests testsuite: Make creating the output dir not racy 2019-06-09 23:17:10 +02:00
tools simplify: Add a testcase for templates 2019-05-31 19:42:18 +00:00
meson.build testsuite: Make reftests work again 2019-03-29 09:56:52 +01:00