summaryrefslogtreecommitdiff
path: root/src/paper.rs
AgeCommit message (Collapse)Author
2021-10-10Rename `State` to `Style` and move it into its own moduleLaurenz
2021-10-07Slim down and organize paper sizesLaurenz
Co-Authored-By: Martin <mhaug@live.de>
2021-08-21Prune derivesLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-07-08Add lots of Eq implsLaurenz
2021-06-11Remove props in favor of using state for everythingLaurenz
2021-03-17Fixes in TextMate grammar ✅Laurenz
2021-01-03Move and rename many things 🚛Laurenz
2020-10-10Switch back to custom geometry types, unified with layout primitives 🏞Laurenz
2020-10-05Streamline generic layouting primitives 🛫Laurenz
2020-10-04Small improvements 🍪Laurenz
2020-10-03Int, Float, Relative and Linear values 🍉Laurenz
2020-10-03Port to kurbo 🎋Laurenz
2020-08-30Format everything with rustfmt! 💚Laurenz
2020-08-03Formatting, documentation and small improvements 🧽Laurenz
2020-08-02Refactor argument parsing 🔬Laurenz
2020-08-01Raw lengths 🚲Laurenz
Replace unitless length with raw f64 and introduce length type with unit.
2020-07-29Move, rename and switch some things (boring) 🚚Laurenz
- Problems -> Diagnostics - Position -> Pos - offset_spans -> Offset trait - Size -> Length (and some more size types renamed) - Paper into its own module - scope::Parser -> parsing::CallParser - Create `Decorations` alias - Remove lots of double newlines - Switch from f32 to f64