summaryrefslogtreecommitdiff
path: root/src/geom
AgeCommit message (Expand)Author
2022-02-17Better debug implementations for numeric typesLaurenz
2022-02-10Fix CMYK formattingLaurenz
2022-02-03Refactor flow, stack and grid layouters a bitLaurenz
2022-02-08New color stuffMartin Haug
2022-01-27Add Code Block syntax highlightingMartin Haug
2022-01-24Export into rendered imagesLaurenz
2022-01-08Make all nodes into classesLaurenz
2022-01-05RefactorLaurenz
2021-12-30Make clippy a bit happierLaurenz
2021-12-15Set Rules Episode IV: A New FoldLaurenz
2021-12-02Remove baseline weirdnessLaurenz
2021-11-29Layout bugfixesLaurenz
2021-11-26More independent placed nodeLaurenz
2021-11-26X/Y abstractionsLaurenz
2021-11-25Layout improvementsLaurenz
2021-11-23TransformationsLaurenz
2021-11-23Simpler alignment resolvingLaurenz
2021-11-232d alignments with plus operatorLaurenz
2021-11-23Horizon alignmentLaurenz
2021-11-22Remove decorumLaurenz
2021-11-20StrokesLaurenz
2021-11-18RefactoringLaurenz
2021-11-17Align nodeLaurenz
2021-11-16Image fit modesLaurenz
2021-11-16Abstraction for fr resolvingLaurenz
2021-11-16Introduce `SizedNode`Laurenz
2021-11-24Fix some commentsMartin Haug
2021-11-20Add tracking to font functionMartin Haug
2021-11-08Fine-grained capturingLaurenz
2021-11-05RefactoringLaurenz
2021-10-31More useful `Spec` helpersLaurenz
2021-10-31Fix panic in pad nodeLaurenz
2021-10-26Fr in stack and parLaurenz
2021-10-23Revise block node contractLaurenz
2021-10-10Rename `State` to `Style` and move it into its own moduleLaurenz
2021-10-10Move paint and colors into `geom`Laurenz
2021-08-31Make user-facing "debug" representation use Debug instead of DisplayLaurenz
2021-08-30Add abs() functionLaurenz
2021-08-23Kerned PDF outputLaurenz
2021-08-21Shorter/clearer field name for geometry typesLaurenz
2021-08-21Prune derivesLaurenz
2021-08-21Turn backlog into iteratorLaurenz
2021-08-19Refactor layouting a bitLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-08-13Optimize memory sizesLaurenz
2021-07-29Change derive orderLaurenz
2021-07-29Refactor stateLaurenz
2021-07-29Move font family and refactor alignmentLaurenz
2021-06-27Apply suggestions from code reviewMartin
2021-06-27Testing for incrementalMartin Haug