summaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
AgeCommit message (Expand)Author
2020-08-19Make compute functions possible ๐Ÿ’ปLaurenz
2020-08-16Add Value type and replace dyn-nodes with call-exprs ๐Ÿ—Laurenz
2020-08-04Refactor function parsing โ™ปLaurenz
2020-08-04Par nodes ๐ŸงณLaurenz
2020-08-03Formatting, documentation and small improvements ๐ŸงฝLaurenz
2020-08-02Refactor model into tree ๐Ÿ›’Laurenz
2020-08-02Layout elements and pure rust rendering ๐ŸฅLaurenz
2020-08-02Move binary into separate crate and tidy dependencies ๐ŸŽญLaurenz
2020-08-02Refactor argument parsing ๐Ÿ”ฌLaurenz
2020-08-01Raw lengths ๐ŸšฒLaurenz
2020-08-01Port font handling to fontdock and ttf-parser ๐Ÿ›ณLaurenz
2020-07-29Move, rename and switch some things (boring) ๐ŸššLaurenz
2020-02-04Serialize layouts with serde ๐Ÿ” Laurenz
2020-02-04Merge `Parsed` and `Layouted` types into `Pass` with `Feedback` ๐ŸŒ๐ŸŽข๐ŸŒšLaurenz
2020-02-03Better Debug/Display and Derives ๐ŸงฝLaurenz
2020-01-26Document everything ๐Ÿ“œLaurenz
2020-01-24Reorganize modules ๐ŸงฑLaurenz
2020-01-24Non-fatal argument parsing ๐ŸŒ‹Laurenz
2020-01-21Decoupled function parser ๐Ÿ”— [WIP]Laurenz
2020-01-19Move to non-fatal errors ๐Ÿช‚ [WIP]Laurenz
2020-01-06Formatting ๐Ÿ›€Laurenz
2020-01-04Adopt new font loading engine โš™Laurenz
2019-12-30Simple line layouter ๐ŸงพLaurenz
2019-12-15Fix padding-top bug ๐Ÿ—Laurenz
2019-12-13More consistent library code and functions ๐ŸŽ„Laurenz
2019-12-12Refine and rename layouting types ๐Ÿ›€Laurenz
2019-12-12Tidying up ๐ŸงนLaurenz
2019-12-11Pretty good stack layouter โœˆLaurenz
2019-12-11Not too shabby stack layouter ๐Ÿš†Laurenz
2019-12-10Progressing stack layouter ๐ŸšŠLaurenz
2019-12-09Bad stack layouter ๐Ÿš‘Laurenz
2019-12-08Improve testers โ™ปLaurenz
2019-12-05Rename crate `typst` -> `typstc` โœLaurenz
2019-12-05Move arg parser into `FuncArgs` and create (incomplete) consistent map ๐ŸงญLaurenz
2019-12-04Unify error types โ™พLaurenz
2019-12-04Expand functionality of function! macro ๐Ÿ›ฐLaurenz
2019-12-01First half of stack update ๐ŸŒ“Laurenz
2019-11-30Refactor layouting base โ™ปLaurenz
2019-11-30Better error reporting ๐ŸšจLaurenz
2019-11-22Fix secondary non-origin alignment ๐ŸšงLaurenz
2019-11-22Specify both axis with align function โž•Laurenz
2019-11-21Fix spacing bugs ๐ŸšงLaurenz
2019-11-20Refined expansion model ๐Ÿ”›Laurenz
2019-11-18Refactor stack layouter to layout eagerly ๐Ÿ›ซLaurenz
2019-11-18Page style modification functions ๐Ÿ“œLaurenz
2019-11-17Fix alignment bugs โœ”Laurenz
2019-11-17Update standard library functions ๐ŸŽLaurenz
2019-11-17Axes updating for flex layouter ๐Ÿ“Laurenz
2019-11-17Remove top-level stack layouter from tree layouter ๐Ÿ—‘Laurenz
2019-11-16Move generalization/specialization methods ๐ŸššLaurenz