| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lay/strain: remove TODO | Sam Anthony | 12 days | 1 | -1/+0 |
| | | | | | | Decided it's better to log an error and continue rather than abort early. | ||||
| * | lay/strain: simplify Solver internal synchronization | Sam Anthony | 13 days | 1 | -114/+83 |
| | | | | | | | | | 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 Anthony | 13 days | 1 | -20/+20 |
| | | |||||
| * | fix compiler errors | Sam Anthony | 13 days | 1 | -4/+4 |
| | | |||||
| * | create lay/strain package | Sam Anthony | 13 days | 1 | -0/+276 |
| The lay/strain package uses the Cassowary algorithm to solve systems of layout constraints. | |||||