aboutsummaryrefslogtreecommitdiffstats
path: root/lay/strain
Commit message (Collapse)AuthorAgeFilesLines
* lay/strain: add default constraints to SolverSam Anthony13 days2-27/+80
|
* lay/strain: use synctestSam Anthony13 days1-33/+37
|
* lay/strain: remove TODOSam Anthony13 days1-1/+0
| | | | | Decided it's better to log an error and continue rather than abort early.
* lay/strain: simplify Solver internal synchronizationSam Anthony13 days3-124/+135
| | | | | | | | Replaced the AddConstraint() and Solve() methods' request/reply channels, used a mutex instread. Solver now closes the fieldConstrs channel automatically; removed the Close() method. Generally tidied up.
* lay/strain: represent rectangles as (origin, size)Sam Anthony13 days3-25/+131
|
* fix compiler errorsSam Anthony13 days1-4/+4
|
* create lay/strain packageSam Anthony14 days5-0/+408
The lay/strain package uses the Cassowary algorithm to solve systems of layout constraints.