summaryrefslogtreecommitdiff
path: root/tests/typ/bugs
AgeCommit message (Collapse)Author
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-08-26Fixed numbering hint (#2012)Sébastien d'Herbais de Thun
2023-06-28Reintroduce `--root`Laurenz
2023-06-26shape_tofus: respect text direction when inserting tofus (#1519)bluebear94
This ensures that the ranges of the shaped glyphs are monotonically decreasing in right-to-left-text, thus avoiding nonsensical results in find_safe_to_break that later causes a panic (see #1373). Additionally, debug assertions have been added to catch non-monotonic glyph ranges.
2023-06-24layout::par::collect: Treat linebreak element as whitespace (#1542)bluebear94
Fixes #1540.
2023-06-12Fix bug with extra table linesLaurenz
Fixes #183
2023-06-12Fix bug with missing table rowLaurenz
Fixes #1388
2023-06-12Delayed errorsLaurenz
Fixes #785. Thanks to @Dherse for the idea!
2023-06-08Improve footnote handling for multi-page blocksLaurenz
2023-06-08Fix a bug with footnotes in blocks/lists/etc.Laurenz
This still not gives the "footnote and entry" are on same page invariant for blocks, but at least we do not get random extraneous page breaks anymore. Relevant issues: #1275, #1433
2023-06-08Fix a bug in footnote together-keeping logicLaurenz
2023-06-08Fix line alignmentLaurenz
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
2023-05-30Fix pagebreak before `place`Laurenz
Fixes #1368
2023-05-23Fix layout panic in rounded rectangleLaurenz
Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case.
2023-05-22Don't hide introspection metadataLaurenz
Fixes #622
2023-05-03Parameter pattern bug (#1062)Marmare314
2023-05-01Fix smartquotes in outline (#1047)chris-02
Fixes #1041.
2023-04-29Add a test checking equations can embed function-built pieces (#1033)Leedehai
2023-04-26Touch up docsLaurenz
2023-04-26Fix grid-cell misalignment bug (#963) (#978)jdierkes
Having a table span multiple pages can cause an alignment bug in the table itself. If the first region in a cell in a grid row is empty, all other cells in this row will skip the first region. A misalignment bug can occur, since the calculation of all region sizes happen before the skip. The overall size allocated for the content of a cell with multiple regions and content in the first region thus is too little. Fixes #963
2023-04-19Fix argument sinksLaurenz
Fixes #886.
2023-04-19Fix math hiding once moreLaurenz
2023-04-19Fix realize in mathLaurenz
2023-04-05Fix hiding of math (#587)Daniel Csillag
2023-02-14Fix grid sizingLaurenz
2023-02-13Block sizingLaurenz
2023-02-12Fix square baseLaurenz
2023-02-12Fix place baseLaurenz
2023-02-12Skip grid region if one cell is emptyLaurenz
2023-02-12Change grid base for auto columnsLaurenz
2023-02-11Fix flow bugsLaurenz