summaryrefslogtreecommitdiff
path: root/src/library/layout.rs
AgeCommit message (Expand)Author
2021-10-31Reorganize modulesLaurenz
2021-10-28Add `move` functionLaurenz
2021-10-26Simplify node constructionLaurenz
2021-10-26Fr in stack and parLaurenz
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-10-23Introduce page / block / inline levelsLaurenz
2021-10-23Remove directions from gridLaurenz
2021-10-23Revise block node contractLaurenz
2021-10-23New `ShapeNode`Laurenz
2021-10-23Remove inline alignment from stackLaurenz
2021-10-10Rename `State` to `Style` and move it into its own moduleLaurenz
2021-10-05Let `h`, `v` and `pagebreak` return templateLaurenz
2021-10-05Paper longhand for page functionLaurenz
2021-10-02Simpler and more versatile row and column gutter argumentsLaurenz
2021-09-27Add spacing capabilities to stack functionLaurenz
2021-09-27Fix panic due to bad alignments in stack functionLaurenz
2021-09-10Rename `Arguments` to `Args`Laurenz
2021-08-29Allow body for font function once againLaurenz
2021-08-21Shorter/clearer field name for geometry typesLaurenz
2021-08-19Refactor layouting a bitLaurenz
2021-08-17Library functions behave more imperativelyLaurenz
2021-08-17More logical ordering and namingLaurenz
2021-08-17Make percentages for h and v relative to area instead of font sizeLaurenz
2021-08-16Convert single-field structs to tuple structsLaurenz
2021-08-14Separate type for string valuesLaurenz
2021-08-13Add file information to spansLaurenz
2021-08-09New source loading architectureLaurenz
2021-07-30Fatal errorsLaurenz
2021-07-29Refactor stateLaurenz
2021-07-29Move font family and refactor alignmentLaurenz
2021-07-25Merge font and par state into text stateLaurenz
2021-07-11Simpler castingLaurenz
2021-07-10Remove warnings from parsing and castingLaurenz
2021-07-10Reference-count complex valuesLaurenz
2021-07-10Eco string ๐ŸŒฑLaurenz
2021-06-29Make use of wide callsLaurenz
2021-06-27Fix capturing bugLaurenz
2021-06-26Add box and block functionsLaurenz
2021-06-26Remove unused template name fieldLaurenz
2021-06-26Cleanse libraryLaurenz
2021-03-10Move around library types ๐ŸššLaurenz
2021-02-12Cleaning ๐ŸงนLaurenz
2021-02-09Add arguments value ๐Ÿ“Laurenz
2021-02-09Split evaluation and execution ๐Ÿ”ชLaurenz
2021-02-07Dry-clean visitor with a macro ๐ŸœLaurenz
2021-02-06Generalize child of NodeBackground ๐ŸผMartin Haug
2021-02-06Merge `rect` and `box` ๐ŸฆšMartin Haug
2021-01-13Unbounded pages ๐ŸŒŒLaurenz
2021-01-10Braced content -> Bracketed templates โœLaurenz
2021-01-04Better value representations, type function ๐ŸŒLaurenz