summaryrefslogtreecommitdiff
path: root/src/layout/tree.rs
AgeCommit message (Expand)Author
2021-10-23Introduce page / block / inline levelsLaurenz
2021-10-23Revise block node contractLaurenz
2021-10-23New `ShapeNode`Laurenz
2021-09-27More useful incremental checksLaurenz
2021-09-26More useful `Debug` implsLaurenz
2021-09-15Bugfix and tidyingLaurenz
2021-09-10Reimplement `Debug` for layout nodesLaurenz
2021-08-21Shorter/clearer field name for geometry typesLaurenz
2021-08-21Prune derivesLaurenz
2021-08-19Refactor layouting a bitLaurenz
2021-07-26No more excessive region cloningLaurenz
2021-07-26Move incremental test into separate functionLaurenz
2021-07-25Move and refactorLaurenz
2020-10-07Evaluation and node-based layouting ๐Ÿš€Laurenz
2020-10-06Rename secondary/primary to main/cross โœLaurenz
2020-10-05Remove @ syntax in diagnostics macros ๐Ÿ—‘Laurenz
2020-10-05Simplify shaping ๐ŸŒฑLaurenz
2020-10-05Move align out of BoxLayout ๐ŸซLaurenz
2020-10-04Small improvements ๐ŸชLaurenz
2020-10-04Shorten some names โ†”Laurenz
2020-10-04Expression evaluation with Eval trait ๐ŸงฎLaurenz
2020-10-04Remove unncessary wrappers and typedefs ๐Ÿ›‘Laurenz
2020-10-04Separate state and constraints ๐ŸงถLaurenz
2020-10-04Remove Typesetter in favor of typeset function ๐ŸŽฏLaurenz
2020-10-04Refactor and move shaping out of the layout module โ›ณLaurenz
2020-10-03Int, Float, Relative and Linear values ๐Ÿ‰Laurenz
2020-10-03Port to kurbo ๐ŸŽ‹Laurenz
2020-10-03Rename bold/italic to strong/emph โœLaurenz
2020-10-03Rename text layouting to shaping โœLaurenz
2020-10-02Refactor parser ๐ŸžLaurenz
2020-10-01Generalize layouting primitives ๐Ÿ›คLaurenz
2020-10-01Reorganize ast types ๐Ÿ•Laurenz
2020-09-30Refactor raw blocks ๐Ÿ’ฑLaurenz
2020-09-30SpanWith trait โ†”Laurenz
2020-09-30Streamline font handling a bit ๐Ÿ“œLaurenz
2020-09-30Reorganize syntax types into two modules ๐Ÿ“ฆLaurenz
2020-09-27Fix for updated fontdock โœ”Laurenz
2020-09-01Add section headings ๐Ÿ‘จโ€๐ŸฆฒMartin Haug
2020-08-30Format everything with rustfmt! ๐Ÿ’šLaurenz
2020-08-29Newlines are complicated, y'all ๐Ÿ˜ฑMartin Haug
2020-08-29Merge branch 'master' into code-blocksMartin
2020-08-29Added code blocks ๐ŸšŸMartin Haug
2020-08-29Remove par nodes in favor of parbreaks ๐Ÿ”„Laurenz
2020-08-19Make compute functions possible ๐Ÿ’ปLaurenz
2020-08-17Tidy up library functions ๐ŸงบLaurenz
2020-08-17Parse braced expressions and bracketed calls in headers ๐Ÿ—ณLaurenz
2020-08-16Add Value type and replace dyn-nodes with call-exprs ๐Ÿ—Laurenz
2020-08-04Par nodes ๐ŸงณLaurenz
2020-08-03Formatting, documentation and small improvements ๐ŸงฝLaurenz
2020-08-02Refactor model into tree ๐Ÿ›’Laurenz