summaryrefslogtreecommitdiff
path: root/crates/typst-library
AgeCommit message (Collapse)Author
2024-11-29Fix paragraph spacing in Rust 1.82+0.9Laurenz
2023-10-31CSL supportLaurenz
2023-10-31Documentation improvements (#2492)Joseph Wilson
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-30Add a bit more detail to `font` parameter docsLaurenz
2023-10-29Remove duplicated lookupLaurenz
2023-10-29Linebreaking for linksLaurenz
2023-10-28Simplify linebreakingLaurenz
Switches from an iterator to callback style, which significantly increases the clarity of the whole thing.
2023-10-28Bump ICU dataLaurenz
2023-10-28Fix justification with hanging indent and negative spacingLaurenz
Fixes #2419
2023-10-28Fix justified linebreaking without justifiablesLaurenz
2023-10-27Add IDs and creation date to PDFs (#2374)Martin Haug
2023-10-27Fix trailing mandatory breaks being swallowed (#2502)tingerrr
2023-10-25Bump dependenciesLaurenz
2023-10-25Fix pagebreak.to check (#2475)Francisco J. Sanchez
2023-10-25Add `csch` and `sech` operators (#2378)Thomas Aldrian
2023-10-22Remove unnecessary backticksLaurenz
Fixes #2447
2023-10-22Refactor `cancel`, now able to take absolute angle or functions (#2466)LU Jialin
2023-10-22Support adjustment of more CJK punctuation (#2456)Wenzhuo Liu
2023-10-22Fix compiler panic for float with no vertical alignment (#2437)MALO
2023-10-22Don't hyphenate on no-break characters (#2396)Eric Biedert
2023-10-22Adapt default figure separator to the current locale (#2390)MALO
2023-10-22Add date to document (#2371)SekoiaTree
2023-10-22Add support for negative augment indexes (#2372)SekoiaTree
2023-10-19Clarified docs for `calc.perm,rem,quo` (#2408)Joseph Wilson
2023-10-18removed `update_justifiable` (#2426)Sébastien d'Herbais de Thun
2023-10-17Cache `is_justifiable` (#2399)Sébastien d'Herbais de Thun
2023-10-17Add `reverse` parameter to `cases` (#2370)tingerrr
2023-10-17Filter out prohibited line breaks in `par` (#2376)tingerrr
2023-10-17Add some integral symbols (#2413)Oscar
2023-10-17Replaced `into_iter` to `iter` (#2398)Sébastien d'Herbais de Thun
2023-10-17Automatically add spacing between CJK and Latin characters (#2334)Peng Guanwen
2023-10-12 Part 5a: Gradients on text with `relative: auto` or `relative: "parent"` ↵Sébastien d'Herbais de Thun
(#2364)
2023-10-10Add `quote` element (#2252)tingerrr
2023-10-10Add `raw.line` (#2341)Sébastien d'Herbais de Thun
2023-10-10Fix clipping when a box/block has a `radius` (#2338)Sébastien d'Herbais de Thun
2023-10-09Adjust table inset behavior to the same as container's (#1979) (#2323)HydroH
2023-10-09Bump ecowLaurenz
2023-10-09Multinomial coefficients (#2237)TheJosefOlsson
2023-10-08Bump hypherLaurenz
2023-10-06Add `size:` argument for `abs`, `norm`, `floor`, `ceil` and `round` (#2292) ↵HydroH
(#2322)
2023-10-05Fix crashes with infinite lengths (part 2) (#2298)bluebear94
2023-10-04Add `Repr` trait (#2269)MALO
2023-10-04Fix `extent` for text decoration (#2308)Eric Biedert
2023-10-03Gradient Part 2 - Linear gradients (#2279)Sébastien d'Herbais de Thun
2023-10-03Fix test failureLaurenz
Before we tested with an unavailable font, but the hyphens were still visible. But now the hyphens respect fallback too, so it's really hard to test it. I am removing the test for now.
2023-10-03Honor text’s fallback option for hyphenation (#2301)bluebear94
2023-10-03ShapedText::push_hyphen: Use self.base for default hyphen range (#2299)bluebear94
In the unlikely chance that we hyphenate after an empty line, we set the glyph range to self.base..self.base so that subtracting Fixes #2283.
2023-10-02Add capability to get current compiler version (#2016)T0mstone
2023-10-02Passing color to the augment line in matrix (#2281)LU Jialin