summaryrefslogtreecommitdiff
path: root/crates/typst-render
AgeCommit message (Collapse)Author
2025-07-03feat: [WIP] allow specifying alt text for linksTobias Schmitz
skip-checks:true # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Wed May 28 17:47:35 2025 +0200 # # On branch pdf-accessibility # Your branch and 'origin/pdf-accessibility' have diverged, # and have 11 and 5 different commits each, respectively. # # Changes to be committed: # modified: crates/typst-ide/src/jump.rs # modified: crates/typst-layout/src/flow/distribute.rs # modified: crates/typst-layout/src/modifiers.rs # modified: crates/typst-library/src/foundations/content.rs # modified: crates/typst-library/src/layout/frame.rs # modified: crates/typst-library/src/model/bibliography.rs # modified: crates/typst-library/src/model/footnote.rs # modified: crates/typst-library/src/model/link.rs # modified: crates/typst-library/src/model/outline.rs # modified: crates/typst-library/src/model/reference.rs # modified: crates/typst-pdf/src/convert.rs # modified: crates/typst-pdf/src/link.rs # modified: crates/typst-render/src/lib.rs # modified: crates/typst-svg/src/lib.rs # modified: tests/src/run.rs #
2025-06-20More type-safe color conversionsLaurenz
2025-06-10Use the shaper in math (#6336)Max
2025-03-11Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) ↵evie
(#6038)
2025-01-31Include images from raw pixmaps and more (#5632)frozolotl
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-18New `curve` element that supersedes `path` (#5323)Emmanuel Lesueur
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-17Rename `pattern` to `tiling` (#5590)Laurenz
2024-12-05Bump Rust to 1.83 (#5534)Laurenz
2024-12-04Fix text fill within `clip: true` blocks in PNG export (#5502)PgBiel
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-10Fix scales for unit conversion (#5169)Laurenz
2024-10-10More robust glyph drawing (#5159)Laurenz
2024-08-05Fix alignment of gradients and patterns on strokes in PNG (#4634)Eric Biedert
2024-07-22Add `non-zero` and `even-odd` fill rules to `path` and `polygon` (#4580)HydroH
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-20Support transparent page fill (#4586)Laurenz
Co-authored-by: Martin Haug <mhaug@live.de>
2024-06-06Bump SVG & PDF cinematic universe (#4316)Laurenz
2024-05-22Refactor frame metadata into tags (#4212)Laurenz
2024-05-07Refactor typst-render (#4068)LuizAugustoPapa
2024-04-17Emojis in PDF (#3853)Ana Gelez
2024-04-13Better test runner (#3922)Laurenz
2024-04-02A few CI and crate config changes (#3852)Laurenz
2024-04-02Support negative dimensions in rectangles (#3807)Ana Gelez
2024-03-16Fix all cargo doc warnings (#3684)A-Walrus
2024-03-15Final touches (#3678)Laurenz
2024-03-09Update changelog and roadmap (#3594)Laurenz
2024-02-20Fix color conversions (#3445)frozolotl
2024-02-20Fix transparent text in PNG export (#3444)frozolotl
2024-02-14Don't round SVG size (#3415)Laurenz
2024-01-25Bump resvg + svg2pdf and add support for filters (#3254)Laurenz Stampfl
2024-01-17Add `Page` structLaurenz
To get rid of the Meta hack where numbering and things like that are stored in the frame.
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-12-28Fix naming inconsistency for strokesLaurenz
2023-12-19Add stroke for text (#2970)Wenzhuo Liu
2023-12-18Bump svg2pdf and related crates (#2992)Laurenz
2023-11-29Pattern improvementsLaurenz
2023-11-27Make workspace inheriting consistentLaurenz
2023-11-27Use clippy workspace lints and inline format args (#2771)danieleades
2023-11-24Gradient Part 6 - Pattern fills (#2740)Sébastien d'Herbais de Thun
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-15Remove `a` suffix from Rgba and LinearRgba (#2691)frozolotl
2023-11-08Extract `typst-render` crateLaurenz