summaryrefslogtreecommitdiff
path: root/tests/ref/bugs
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-04-06Deformed stroke for some length values fix (#3860)Tomás Cruz
2024-04-02Fix tab rendering for raw block with lang "typ(c)" (#3847)Leedehai
2024-03-25Fix smart quotes in PDF outline (#3790)Ana Gelez
2024-03-14Fix sizing of nested equations (#3664)Laurenz
2024-03-13Fix non-terminating loop in flow layout (#3652)Laurenz
2024-03-13Fix `italic` function in math (#3651)Laurenz
2024-03-12Fix `Behaviour` of spacing (#3634)Laurenz
2024-03-11Fix paragraph layouting index out of bounds bug (#3607)frozolotl
2024-03-07Bump our crates (#3573)Laurenz
2024-03-06Bump assets (#3560)Laurenz
2024-03-03Merging cells: Rowspans [More Flexible Tables Pt.3b] (#3501)PgBiel
2024-02-27Fix float overlap (#3507)Laurenz
2024-02-27Fix out-of-order floats (#3506)Laurenz
2024-02-26Fix fold order for vectors (#3496)Laurenz
2024-02-15Fix `h` and `v` in stack (#3423)Laurenz
2024-02-14Read EXIF data and apply image rotation (#3413)Laurenz
2024-02-12Add color-managed CMYK to RGB conversion (#3288)Martin Haug
2024-02-04Fix terms show rule (#3325)Laurenz
2024-01-08Fix CMYK on gradients (#3142)Sébastien d'Herbais de Thun
2024-01-04Bump New Computer Modern fonts to version 5.02 (#3072)Pol Dellaiera
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-01-03Fix linebreak fallback tofu (#3123)Wenzhuo Liu
2023-12-18Cycle list markers by default (#2788)Emmett Rayes
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-12-18Fix a parser bug causing `x.)` to be treated as a field access (#2962)Carson McManus
2023-12-07Add regression test for #1597Laurenz
2023-11-29Bump hayagrivaLaurenz
2023-11-29Update New Computer Modern fonts to version 4.7 (#2764)Leedehai
2023-11-19Workaround for show set propagation on citationsLaurenz
Fixes #2531
2023-11-13Filter out meta items when adding CJK-Latin (#2655)Wenzhuo Liu
spacing.
2023-10-31CSL supportLaurenz
2023-10-28Add regression test for #80Laurenz
2023-10-28Fix justification with hanging indent and negative spacingLaurenz
Fixes #2419
2023-10-28Fix justified linebreaking without justifiablesLaurenz
2023-10-02Passing color to the augment line in matrix (#2281)LU Jialin
2023-09-29Color fixes (#2262)Sébastien d'Herbais de Thun
2023-09-26Prevent block spacing with placed elements (#2244)Eric Biedert
2023-09-25Fixing the styling issues of the empty pages caused by pagebreak (#2182)LU Jialin
2023-09-25Fixing the baseline in math content (#2220)LU Jialin
2023-09-19Allow multiple fallback fonts in SVGs (#2122)Eric Biedert
2023-09-14Fix invisibles on final page (#2141)Laurenz
2023-09-13Update to usvg 0.35 (#2113)Laurenz Stampfl
2023-09-13Fix newline in text in mathLaurenz
Fixes #1948
2023-09-13Fix box in 100% width blockLaurenz
Fixes #2128
2023-09-12Fix newline parsing behaviour in markupLaurenz
2023-09-11Update tests for type system changesLaurenz
2023-09-11Wrap into an equation when a Math expr is evaluated (#2081)LU Jialin
2023-09-09Fix font family mismatch between Typst and usvgLaurenz
Fixes #2051
2023-09-06Fix spacing after number in mathLaurenz
Fixes #1052
2023-07-19Positions placed elements relative to real container size (#1745)Laurenz
This positions placed elements relative to the real container size instead of relative to the base size of the region. This makes its usage more versatile. Fixes #82 Fixes #685 Fixes #1705
2023-07-18Improved math root layout (#1743)damaxwell