summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
AgeCommit message (Expand)Author
2025-06-10Report errors in external files (#6308)Tobias Schmitz
2025-06-09Update docs for gradient.repeat (#6385)Andrew Voynov
2025-06-09Pin colspan and rowspan for blank cells (#6401)PgBiel
2025-06-04Numbering implementation refactor (#6122)Sam Ireson
2025-06-04Add support for WebP images (#6311)Linus Unnebäck
2025-06-04Fix Ukrainian secondary smart quotes (#6372)Nazar Serhiichuk
2025-06-03Change Russian secondary smart quotes & remove alternatives (#6331)Andrew Voynov
2025-06-03Fix bottom accent positioning in math (#6187)Max
2025-06-03Add Latvian translations (#6348)Kristofers Solo
2025-06-02Bump Rust to 1.87 in CI (#6367)Laurenz
2025-06-02Fix typo in layout docs, change "size" to "height" (#6344)Andrew Voynov
2025-06-02Improve `calc.round` documentation (#6345)Malo
2025-06-02Fix Greek numbering docs (#6360)Andrew Voynov
2025-06-02Add an example of show-set `place.clearance` for figures in the doc (#6208)Malo
2025-05-28Add remaining height example for layout (#6266)Andrew Voynov
2025-05-28Clarify localization of reference labels based on lang setting (#6249)Shunsuke KIMURA
2025-05-28More precise math font autocomplete suggestions (#6316)Igor Khanin
2025-05-23Remove unused Marginal type (#6321)Tobias Schmitz
2025-05-20Removing unused warnings in nightly (#6169)Patrik Simic
2025-05-20Fix text overhang example in docs (#6223)Max
2025-05-06Use list spacing for attach spacing in tight lists (#6242)Tobias Schmitz
2025-05-01Use the right field name for `figure.caption.position` (#6226)Malo
2025-04-18Fix frac syntax section typo (#6193)Andrew Voynov
2025-04-10Use `measure` `width` argument in `layout` doc (#6160)Malo
2025-04-07Document exceptions and alternatives to using `type` (#6027)alluring-mushroom
2025-04-07Improved ratio and relative length docs (#5750)Andrew Voynov
2025-04-07Show warnings from eval (#6100)+merlan #flirora
2025-04-07Fix typo in module docs (#6146)Andrew Voynov
2025-04-04Add Indonesian translation (#6108)Markus Langgeng Iman Saputra
2025-04-04Display color spaces in the order in which they are presented in the doc (#6140)Malo
2025-04-02Disallow empty font lists (#6049)Malo
2025-04-02Support comparison functions in `array.sorted` (#5627)Malo
2025-04-01Switch PDF backend to `krilla` (#5420)Laurenz Stampfl
2025-03-31Add dotless parameter to `math.accent` (#5939)Max
2025-03-31Add default parameter for array.{first, last} (#5970)+merlan #flirora
2025-03-31Improve french smartquotes (#5976)Malo
2025-03-28IDE: complete jump-to-cursor impl (#6037)Matt Fellenz
2025-03-28Fix descriptions of color maps (#6096)frozolotl
2025-03-28Fix typo (#6104)Philipp Niedermayer
2025-03-27Test all exif rotation types and fix two of them (#6102)Laurenz Stampfl
2025-03-24Refactor grid header and footer resolving (#5919)PgBiel
2025-03-24Use `u64` instead of `usize` to store counter and enumeration item numbers, s...Eduardo Sánchez Muñoz
2025-03-24Expand page breaks' triggers for page(height: auto) in docs (#6081)Andrew Voynov
2025-03-24Use `std::ops::ControlFlow` in `Content::traverse` (#6053)Ian Wrzesinski
2025-03-12Fix missing words and paren in docs (#6046)Kevin K.
2025-03-11Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) (#...evie
2025-03-10Fix typo in docs (#6034)Ludovico Gerardi
2025-03-04Fix debug implementation of Recipe (#5997)Andrew Voynov
2025-03-03Respect `quotes: false` in inline quote (#5991)3w36zj6
2025-03-03Make `array.chunks` example more readable (#5975)Andrew Voynov