summaryrefslogtreecommitdiff
path: root/src/exec/context.rs
AgeCommit message (Collapse)Author
2021-03-12Fix pagebreak-in-box bug ✔Laurenz
2021-03-12Refactor execution context 🏗Laurenz
- The execution context is a lot more structured: Instead of a magic stack of arbitrary objects there are static objects for pages, stacks and paragraphs - Page softness/keeping mechanic is now a lot simpler than before
2021-03-12Rename ChildAlign to LayoutAligns ✏Laurenz
2021-03-11Better expansion behaviour 🐪Laurenz
This makes expansion behaviour inheritable by placing it into the area and passing it down during layouting instead of computing some approximation of what we want during execution.
2021-03-10Pad function 🔲Laurenz
2021-03-03Documentation fixes ✔Laurenz
2021-02-21Split pushed text at newlines ✂Laurenz
2021-02-18Show repr in monospace 📏Laurenz
2021-02-11Move span directly into diagnostics 🚚Laurenz
2021-02-09Split evaluation and execution 🔪Laurenz