summaryrefslogtreecommitdiff
path: root/crates/typst-library
AgeCommit message (Expand)Author
2025-07-09feat: default to the url if no alt text is specified for a linkTobias Schmitz
2025-07-08Merge branch 'main' into pdf-accessibilityTobias Schmitz
2025-07-08refactor: remove general api to set cell kind and add pdf.(header|data)-cellTobias Schmitz
2025-07-08Rewrite foundations of native elements (#6547)Laurenz
2025-07-07Fix minor typo in function docs (#6542)Robin
2025-07-05Fix nightly warnings (#6558)Laurenz
2025-07-03feat: [WIP] generate alt text for ref elementsTobias Schmitz
2025-07-03docs: fix commentTobias Schmitz
2025-07-03feat: generate headers attribute table cellsTobias Schmitz
2025-07-03feat: tag table headers and footersTobias Schmitz
2025-07-03fix: don't include outline title in TOC hierarchyTobias Schmitz
2025-07-03docs: fixup some commentsTobias Schmitz
2025-07-03feat: mark RepeatElem as artifactTobias Schmitz
2025-07-03refactor: revert some changes to FrameItem::LinkTobias Schmitz
2025-07-03refactor: derive(Cast) for ArtifactKindTobias Schmitz
2025-07-03feat: generate tags for tablesTobias Schmitz
2025-07-03feat: pdf.tag function to manually create pdf tagsTobias Schmitz
2025-07-03feat: write tags for more elementsTobias Schmitz
2025-07-03feat: write tags for links and use quadpoints in link annotationsTobias Schmitz
2025-07-03feat: pdf.artifact elementTobias Schmitz
2025-07-03feat: mark artifactsTobias Schmitz
2025-07-03feat: [WIP] allow specifying alt text for linksTobias Schmitz
2025-07-03feat: [WIP] include links in tag treeTobias Schmitz
2025-07-03feat: [WIP] make more things locatableTobias Schmitz
2025-07-02Use "subs" and "sups" font features for typographic scripts (#5777)Malo
2025-07-01Fix typos in calc module docs (#6535)Robin
2025-07-01Fix minor typo in `array.product` docs (#6532)Robin
2025-06-27Fix panic when sampling across two coincident gradient stops (#6166)+merlan #flirora
2025-06-26Basic support for text decoration functions in HTML (#6510)Laurenz
2025-06-26Disallow empty labels and references (#5776) (#6332)Said A.
2025-06-26Allow deprecating symbol variants (#6441)Malo
2025-06-26Consistent sizing for `html.frame` (#6505)Laurenz
2025-06-26Support `in` operator on strings and modules (#6498)Laurenz
2025-06-25Minor fixes to doc comments (#6500)+merlan #flirora
2025-06-24Add page reference customization example (#6480)Andrew Voynov
2025-06-24Improve equation reference example (#6481)Andrew Voynov
2025-06-24Add docs for `std` module (#6407)Andrew Voynov
2025-06-24Use ICU data to check if accent is bottom (#6393)Max
2025-06-24Rewrite `outline.indent` example (#6383)Andrew Voynov
2025-06-23Adding Croatian translations entries (#6413)Ivica Nakić
2025-06-23Typed HTML API (#6476)Laurenz
2025-06-20Support for generating native functions at runtimeLaurenz
2025-06-20More type-safe color conversionsLaurenz
2025-06-20Generic casting for `Axes<T>`Laurenz
2025-06-20Add `Duration::decompose`Laurenz
2025-06-19Fix align link in layout documentation (#6451)Noam Zaks
2025-06-19Prefer `.yaml` over `.yml` in the docs (#6436)Andrew Voynov
2025-06-19Hint for label in both document and bibliography (#6457)Laurenz
2025-06-19Ensure that label repr is syntactically valid (#6456)Laurenz
2025-06-12Consume `data` argument in `pdf.embed()` (#6435)cAttte