summaryrefslogtreecommitdiff
path: root/src/export
AgeCommit message (Expand)Author
2021-06-01Refactor path handlingLaurenz
2021-05-28Refactored loading and cache architectureLaurenz
2021-03-24Make pdf module top-level ๐ŸงฑLaurenz
2021-03-24Text shaping ๐Ÿš€Laurenz
2021-03-20Square, circle and ellipse ๐Ÿ”ตLaurenz
2021-03-19Text colors ๐Ÿฆฉ (#18)Martin
2021-03-19Configurable font edges โš™Laurenz
2021-03-19Merge text and shape PDF loops ๐ŸŽกMartin Haug
2021-03-10Better line spacing calculations โ†•Laurenz
2021-02-11Small fixes โ™ปLaurenz
2021-02-07Dry-clean visitor with a macro ๐ŸœLaurenz
2021-02-06Merge `rect` and `box` ๐ŸฆšMartin Haug
2021-02-04Add rectangle function ๐ŸŽ›Martin Haug
2021-01-03Move and rename many things ๐Ÿš›Laurenz
2020-12-17Test [font] ๐ŸงฃLaurenz
2020-12-11Switch to miniz_oxide ๐Ÿ”ผLaurenz
2020-11-30Compress images in PDFs โš™Laurenz
2020-11-28Export alpha channel into PDF ๐ŸงŠLaurenz
2020-11-27Embed each image only once into the PDF ๐Ÿฅ”Laurenz
2020-11-27Basic environment and resource loader ๐ŸžLaurenz
2020-11-27Export images in PDF ๐Ÿ–ผLaurenz
2020-11-24Use newly stabilized intra doc links โ†ฉLaurenz
2020-11-20Basic image support ๐Ÿ–ผLaurenz
2020-11-19Switch to pdf-writer โฌ†๏ธLaurenz
2020-10-11Refactor layouting base ๐ŸชLaurenz
2020-10-10Switch back to custom geometry types, unified with layout primitives ๐ŸžLaurenz
2020-10-07Fix some clippy warnings โœ”Laurenz
2020-10-04Small improvements ๐ŸชLaurenz
2020-10-04Remove unncessary wrappers and typedefs ๐Ÿ›‘Laurenz
2020-10-04Remove Typesetter in favor of typeset function ๐ŸŽฏLaurenz
2020-10-03Port to kurbo ๐ŸŽ‹Laurenz
2020-09-30Streamline font handling a bit ๐Ÿ“œLaurenz
2020-08-30Format everything with rustfmt! ๐Ÿ’šLaurenz
2020-08-27Do as Dolores says โšก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-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-03Better Debug/Display and Derives ๐ŸงฝLaurenz
2020-02-03Upgrade to new toddle interface ๐ŸณLaurenz
2020-01-26Document everything ๐Ÿ“œLaurenz
2020-01-24Reorganize modules ๐ŸงฑLaurenz
2020-01-06Formatting ๐Ÿ›€Laurenz
2020-01-04Adopt new font loading engine โš™Laurenz
2019-12-12Tidying up ๐ŸงนLaurenz
2019-12-09Bad stack layouter ๐Ÿš‘Laurenz
2019-12-05Rename crate `typst` -> `typstc` โœLaurenz
2019-12-05Move arg parser into `FuncArgs` and create (incomplete) consistent map ๐ŸงญLaurenz