summaryrefslogtreecommitdiff
path: root/tests/typ/layout/stack.typ
AgeCommit message (Collapse)Author
2021-10-26Fr in stack and parLaurenz
2021-10-23Remove inline alignment from stackLaurenz
The current inline alignment is very broken and leads to lots of subtle weirdness. Getting rid of it simplifies the stack's interface a lot. At a later point either: - inline alignment will be added back in a better way, or - all nodes will be able to expand or align themselves, meaning that the stack's children take care of their alignment
2021-10-05Rename `length` to `size` in `square()`Laurenz
2021-09-27Add spacing capabilities to stack functionLaurenz
- Named argument `spacing` controls spacing between any two template arguments - Arbitrary linears in the list can produce arbitrary spacing
2021-09-27Fix panic due to bad alignments in stack functionLaurenz
2021-07-30Change indent from 4 to 2 spacesLaurenz
2021-07-08Rename Fill to PaintLaurenz
2021-06-30Remove color literals (#39)Laurenz
2021-06-27Adjust commentsMartin
Co-authored-by: Laurenz <laurmaedje@gmail.com> Update tests/typ/layout/stack.typ Co-authored-by: Laurenz <laurmaedje@gmail.com>
2021-06-27Code review, new stack testMartin Haug
2021-06-10Restructure testsLaurenz