summaryrefslogtreecommitdiff
path: root/src/exec/context.rs
AgeCommit message (Expand)Author
2021-06-30No more collisions between syntax::Tree and layout::TreeLaurenz
2021-06-11Push some nodes directly into the stackLaurenz
2021-06-11Remove props in favor of using state for everythingLaurenz
2021-06-09Lists with indent-based parsingLaurenz
2021-05-28Refactored loading and cache architectureLaurenz
2021-05-23Stack functionLaurenz
2021-05-17Tidy up layouting codeLaurenz
2021-05-17Move aspect ratio into stackLaurenz
2021-04-03New paragraph layout 🚀Laurenz
2021-03-29Write spaces and linebreaks into text runs ✒Laurenz
2021-03-27Better space coalescing logic 🌧Laurenz
2021-03-25Refactor alignments & directions 📐Laurenz
2021-03-24Text shaping 🚀Laurenz
2021-03-22Better font family definitions ✒Laurenz
2021-03-21Syntax functions 🚀Laurenz
2021-03-19Text colors 🦩 (#18)Martin
2021-03-19Scheduled maintenance 🔨Laurenz
2021-03-19Configurable font edges ⚙Laurenz
2021-03-12Fix pagebreak-in-box bug ✔Laurenz
2021-03-12Refactor execution context 🏗Laurenz
2021-03-12Rename ChildAlign to LayoutAligns ✏Laurenz
2021-03-11Better expansion behaviour 🐪Laurenz
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