summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-11-08Move some things out of `util`Laurenz
2023-11-08Gradient Part 5c: Fix gradient rotation on text & math (#2606)Sébastien d'Herbais de Thun
2023-11-08Change rectangle clip to use the inside of the stroke, not the middle. (#2626)Anton Wetzel
2023-11-08Extract `typst-pdf` crateLaurenz
2023-11-08Extract `typst-svg` crateLaurenz
2023-11-08Extract `typst-render` crateLaurenz
2023-11-08Switch to workspace dependenciesLaurenz
2023-11-08Add constructor for `stroke`. (#2518)Joseph Wilson
2023-11-07Add hints for invalid identifier errors (#2583)tingerrr
2023-11-07Gradient Part 5b: Fix gradients in math (#2604)Sébastien d'Herbais de Thun
2023-11-06Improve reshape condition (#2547)Peng Guanwen
2023-11-06Prevent silent swallowing of return expressions trailing arguments (#2545)Samuel Tardieu
2023-11-02Implement dict key interpolation (#2559)Matt Fellenz
2023-10-31Fix citation grouping bug with spacesLaurenz
2023-10-31CSL supportLaurenz
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-30Say which label occurs never or multiple times in error messageLaurenz
2023-10-30Add missing gradient to stroke cast (#2527)Eric Biedert
2023-10-29Improve "cannot apply '{+,-}'" error messages (#2510)MALO
2023-10-29Linebreaking for linksLaurenz
2023-10-28Add regression test for #80Laurenz
2023-10-28Fix justification with hanging indent and negative spacingLaurenz
2023-10-28Fix justified linebreaking without justifiablesLaurenz
2023-10-27Add IDs and creation date to PDFs (#2374)Martin Haug
2023-10-27Fix error priority for function argumentsLaurenz
2023-10-27Fix argument parsing bugLaurenz
2023-10-27Implement unary `array.zip`, closing #2478 (#2491)Joseph Wilson
2023-10-25Bump dependenciesLaurenz
2023-10-25Fix pagebreak.to check (#2475)Francisco J. Sanchez
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-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-17Cached export for incremental (#2400)Sébastien d'Herbais de Thun
2023-10-17Replace `Vec` with `EcoVec`, removed `Box` (#2420)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"` (#2...Sébastien d'Herbais de Thun
2023-10-12MathAttach::primes: account for possible hash before base (#2363)bluebear94
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-10Adds a default value to `.remove()` on `dict` and `array` (#2346)Sébastien d'Herbais de Thun
2023-10-10Gradient Part 4 - Conic gradients (#2325)Sébastien d'Herbais de Thun
2023-10-09Adjust table inset behavior to the same as container's (#1979) (#2323)HydroH
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-10-09Bump ecowLaurenz
2023-10-09Multinomial coefficients (#2237)TheJosefOlsson
2023-10-06Gradient Part 3 - Radial gradients (#2312)Sébastien d'Herbais de Thun