summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-12-18Cycle list markers by default (#2788)Emmett Rayes
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-12-18Implement CSV file header rows support. (#2619)Niklas Ausborn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-12-18Expand the AttachElement frame so it encompasses its child center_frame (#2968)Leedehai
2023-12-18Switch to `two-face` for extra syntect syntaxes (#2937)CosmicHorror
2023-12-18Fix a parser bug causing `x.)` to be treated as a field access (#2962)Carson McManus
2023-12-18Fix unnamed sinks not capturing named args (#2984)PgBiel
2023-12-18Key/Value data from CLI (#2894)Laurenz
2023-12-18Do not create a block frame for out-of-flow items only (#2517)Malo
2023-12-14Make `World` thread-safeLaurenz
2023-12-14Improve number display (#2936)Malo
2023-12-13Remove HSV and HSL color spaces from PDF export (#2927)Sébastien d'Herbais de Thun
Co-authored-by: EpicEricEE <github@ericbiedert.de>
2023-12-13Adjust color mixing for hue-based spaces (#2931)Eric Biedert
2023-12-13Make layout account for transforms (#2555)Sébastien d'Herbais de Thun
2023-12-12More consistent spelling of "behaviour" (#2923)oliver
2023-12-11Fix #2902 (#2913)Sébastien d'Herbais de Thun
2023-12-11Mention `str(<label>)` feature in documentation for `label` (#2906)Malo
2023-12-07Add regression test for #1597Laurenz
2023-12-07Fix label in `.fields()` accessor (#2884)Sébastien d'Herbais de Thun
2023-12-06Add calc.root function (#2736)Emanuel
Fixes #2522
2023-12-06Let test.rs --exact also accept file path of a typ file (#2817)Leedehai
2023-12-06Use a rotating test progress printer (#2872)Leedehai
2023-12-05 Add simple fuzz testing (#2581)Nathaniel Brough
2023-12-05Implement lexicographic array comparison (#2827)PgBiel
2023-12-05Removed trailing whitespaces (#2852)Andrew Voynov
2023-12-04Enable workspace lints for testsLaurenz
2023-12-04Fix PDF transform (#2850)Sébastien d'Herbais de Thun
2023-12-04Fix zero-sized patternsLaurenz
2023-12-04Fix defaults on `#[synthesized]` fields (#2825)Sébastien d'Herbais de Thun
Fixes #2821
2023-11-29Bump hayagrivaLaurenz
2023-11-29A little less route nestingLaurenz
2023-11-29Update New Computer Modern fonts to version 4.7 (#2764)Leedehai
2023-11-28Better error message for named instead of positional argumentLaurenz
2023-11-27Bump dependenciesLaurenz
2023-11-27Make workspace inheriting consistentLaurenz
2023-11-27Fix trailing comma of function call in math mode (#2772)T0mstone
2023-11-27Implement mid() for middle delimiters in lr() (#2760)Leedehai
2023-11-27Add test cases to verify lexer's identifier validation (#2773)Leedehai
2023-11-27Added vertical number alignment to enum (#2742)Jakob Sachs
Fixes #2441
2023-11-26Rework `Vt` into `Engine`Laurenz
- Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts
2023-11-24Bump HayagrivaMartin Haug
Fix #2572
2023-11-24Gradient Part 6 - Pattern fills (#2740)Sébastien d'Herbais de Thun
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-24Fix `has` on non-inherent fields (#2745)frozolotl
2023-11-21Make `color.components`' alpha parameter named (#2734)frozolotl
2023-11-20Support arbitrary content for document titleLaurenz
For PDF, they will be immediately turned into plain text. However, it's still useful because templates can now accept content titles (with math or such things) instead of forcing strings because of set document. Moreover, it will be useful with "get rules" in the future.
2023-11-19Workaround for show set propagation on citationsLaurenz
Fixes #2531
2023-11-19Rename typeset function to layoutLaurenz
2023-11-19Fix linebreaking at the end of linksLaurenz
Fixes #2689
2023-11-19Watching fixes (#2706)Laurenz
2023-11-17Implement euclidean division and remainder (#2678)frozolotl