summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
AgeCommit message (Expand)Author
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
2025-03-03Fix docs example with type/string comparison (#5987)Tijme
2025-02-25Add more methods to `direction` (#5893)Malo
2025-02-25Improve hints for show rule recursion depth (#5856)Malo
2025-02-25Add `#str.normalize(form)` (#5631)evie
2025-02-25Fix introspection of HTML root sibling metadata (#5953)Laurenz
2025-02-24Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)Laurenz
2025-02-24Fix comparison of `Func` and `NativeFuncData` (#5943)Laurenz
2025-02-23Documentation improvements (#5888)Malo
2025-02-23Fix HTML export of table with gutter (#5920)PgBiel
2025-02-18HTML export: Use `<code>` for inline `RawElem` (#5884)ᡥᠠᡳᡤᡳᠶᠠ ᡥᠠᠯᠠ·ᠨᡝᡴᠣ 猫
2025-02-17More robust SVG auto-detection (#5878)Laurenz
2025-02-16Remove Linux Libertine warning (#5876)Laurenz
2025-02-12`Gradient::repeat`: Fix floating-point error in stop calculation (#5837)+merlan #flirora