summaryrefslogtreecommitdiff
path: root/src/export
AgeCommit message (Collapse)Author
2023-04-05Fixed page numbering (#594)Sébastien d'Herbais de Thun
2023-04-04Format codeLaurenz
2023-04-01Add support for cliping content in `block` and `box` (#431)Birk Tjelmeland
2023-03-31Make `Paint` not implement `Copy`Laurenz
2023-03-27Update changelogLaurenz
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-19Renaming and refactoringLaurenz
2023-03-19Fix font embedding bugsLaurenz
2023-03-17CountersLaurenz
2023-03-17More jump targetsLaurenz
2023-03-15Node linksLaurenz
2023-03-15Simplify stable id handlingLaurenz
2023-03-09Make render background color configurableLaurenz
2023-03-01Bump `ecow`Laurenz
2023-02-24Allow multiple authorsLaurenz
2023-02-23Switch to ecowLaurenz
2023-02-15ChangelogLaurenz
2023-02-13Disable link boxes in PDFLaurenz
2023-02-12Add XMPMartin Haug
2023-02-12Make all nodes block-levelLaurenz
2023-01-31More `PartialEq` impls for `EcoString`Laurenz
2023-01-20Fix a few clippy lintsLaurenz
2022-12-12Faster image renderingLaurenz
2022-12-02IntrospectionLaurenz
2022-11-28FragmentsLaurenz
2022-11-27Switch `StrResult` to `EcoString`Laurenz
2022-11-26Document metadataLaurenz
2022-11-25Tidy upLaurenz
2022-11-04Style changesLaurenz
2022-11-03Split cratesLaurenz
2022-10-28Refactor `geom` moduleLaurenz
2022-10-18Reduce dependencies from compiler on libraryLaurenz
2022-09-30Bump ttf-parserLaurenz
2022-09-25Do not upset AcrobatMartin Haug
2022-09-20Refactor error handlingLaurenz
2022-09-20A New WorldLaurenz
2022-09-19Remove font storeLaurenz
2022-09-19Remove image storeLaurenz
2022-09-19RenamingLaurenz
`Face` -> `Font` `FaceId` -> `FontId` `SourceFile` -> `Source`
2022-09-19Remove pins and memoizationLaurenz
2022-06-14Split up PDF exporterLaurenz
2022-06-14Anti-aliased image renderingLaurenz
2022-06-14Many fixesLaurenz
2022-06-12Move `Arc` into `Frame`Laurenz
2022-06-12Make all fields of `Frame` privateLaurenz
2022-06-10Bump dependenciesLaurenz
2022-06-09Non-outlined headingsLaurenz
2022-06-08CR: Whoever said orange is the new pink was seriously disturbed.Martin Haug
2022-06-08Preallocate Page RefsMartin Haug
2022-06-08Restructure PDF structure writingMartin Haug