summaryrefslogtreecommitdiff
path: root/src/library/spacing.rs
AgeCommit message (Expand)Author
2022-02-28Reorganize libraryLaurenz
2022-02-23Rework the core contextLaurenz
2022-02-17Merge eval and layout contexts into `Vm`Laurenz
2022-02-09Set rules for everythingLaurenz
2022-02-07Redesigned template layoutLaurenz
2022-02-03Better debug representation for templateLaurenz
2022-02-02Rename `Node` to `Template`Laurenz
2022-01-08Make all nodes into classesLaurenz
2022-01-05Lift styles out of individual nodesLaurenz
2021-12-30Style chainsLaurenz
2021-12-28TidyingLaurenz
2021-12-22Review One: A Set Rules StoryLaurenz
2021-12-15Set Rules Episode IV: A New FoldLaurenz
2021-12-05Set Rules Episode I: The Phantom StyleLaurenz
2021-11-25Layout improvementsLaurenz
2021-11-15Make clippy happier and remove `Str`Laurenz
2021-11-02Smallcaps, sub- and superscript, ligature ctrls...Martin Haug
2021-10-31Reorganize modulesLaurenz
2021-06-26Cleanse libraryLaurenz
2021-06-18Remove eat_ prefixLaurenz
2021-06-11Remove props in favor of using state for everythingLaurenz
2021-05-18Leaner argument parsingLaurenz
2021-03-27Better space coalescing logic ๐ŸŒงLaurenz
2021-03-25Refactor alignments & directions ๐Ÿ“Laurenz
2021-03-24Text shaping ๐Ÿš€Laurenz
2021-03-22More consistent documentation ๐Ÿ“Laurenz
2021-03-21Syntax functions ๐Ÿš€Laurenz
2021-03-20Square, circle and ellipse ๐Ÿ”ตLaurenz
2021-03-19Scheduled maintenance ๐Ÿ”จLaurenz
2021-03-19Configurable font edges โš™Laurenz
2021-03-17Formatting and documentation โœจLaurenz
2021-03-12Refactor execution context ๐Ÿ—Laurenz
2021-03-10Move around library types ๐ŸššLaurenz
2020-11-25Merge some modules ๐ŸฅžLaurenz
2020-10-13BoxAlign and Flow aliases โœLaurenz
2020-10-13Rename geometric eval and apply to resolve โœLaurenz
2020-10-10Refactor text state ๐Ÿ†ŽLaurenz
2020-10-10Switch back to custom geometry types, unified with layout primitives ๐ŸžLaurenz
2020-10-07Evaluation and node-based layouting ๐Ÿš€Laurenz
2020-10-06Typesafe conversions in stack & line layouters ๐ŸฎLaurenz
2020-10-06Rename secondary/primary to main/cross โœLaurenz
2020-10-04Small improvements ๐ŸชLaurenz
2020-10-04Better argument parsing ๐Ÿฅ™Laurenz
2020-10-04Style nits ๐ŸŽˆLaurenz
2020-10-04Separate state and constraints ๐ŸงถLaurenz
2020-10-03Int, Float, Relative and Linear values ๐Ÿ‰Laurenz
2020-10-01Generalize layouting primitives ๐Ÿ›คLaurenz
2020-10-01Rename table to dict โœLaurenz
2020-08-30Format everything with rustfmt! ๐Ÿ’šLaurenz
2020-08-17Tidy up library functions ๐ŸงบLaurenz