| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-13 | Fix newline in text in math | Laurenz | |
| Fixes #1948 | |||
| 2023-09-13 | Fix box in 100% width block | Laurenz | |
| Fixes #2128 | |||
| 2023-09-12 | Fix newline parsing behaviour in markup | Laurenz | |
| 2023-09-11 | Update tests for type system changes | Laurenz | |
| 2023-09-11 | Wrap into an equation when a Math expr is evaluated (#2081) | LU Jialin | |
| 2023-09-09 | Fix font family mismatch between Typst and usvg | Laurenz | |
| Fixes #2051 | |||
| 2023-09-06 | Fix spacing after number in math | Laurenz | |
| Fixes #1052 | |||
| 2023-08-26 | Fixed numbering hint (#2012) | Sébastien d'Herbais de Thun | |
| 2023-06-28 | Reintroduce `--root` | Laurenz | |
| 2023-06-26 | shape_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-24 | layout::par::collect: Treat linebreak element as whitespace (#1542) | bluebear94 | |
| Fixes #1540. | |||
| 2023-06-12 | Fix bug with extra table lines | Laurenz | |
| Fixes #183 | |||
| 2023-06-12 | Fix bug with missing table row | Laurenz | |
| Fixes #1388 | |||
| 2023-06-12 | Delayed errors | Laurenz | |
| Fixes #785. Thanks to @Dherse for the idea! | |||
| 2023-06-08 | Improve footnote handling for multi-page blocks | Laurenz | |
| 2023-06-08 | Fix 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-08 | Fix a bug in footnote together-keeping logic | Laurenz | |
| 2023-06-08 | Fix line alignment | Laurenz | |
| Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack. | |||
| 2023-05-30 | Fix pagebreak before `place` | Laurenz | |
| Fixes #1368 | |||
| 2023-05-23 | Fix layout panic in rounded rectangle | Laurenz | |
| 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-22 | Don't hide introspection metadata | Laurenz | |
| Fixes #622 | |||
| 2023-05-03 | Parameter pattern bug (#1062) | Marmare314 | |
| 2023-05-01 | Fix smartquotes in outline (#1047) | chris-02 | |
| Fixes #1041. | |||
| 2023-04-29 | Add a test checking equations can embed function-built pieces (#1033) | Leedehai | |
| 2023-04-26 | Touch up docs | Laurenz | |
| 2023-04-26 | Fix 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-19 | Fix argument sinks | Laurenz | |
| Fixes #886. | |||
| 2023-04-19 | Fix math hiding once more | Laurenz | |
| 2023-04-19 | Fix realize in math | Laurenz | |
| 2023-04-05 | Fix hiding of math (#587) | Daniel Csillag | |
| 2023-02-14 | Fix grid sizing | Laurenz | |
| 2023-02-13 | Block sizing | Laurenz | |
| 2023-02-12 | Fix square base | Laurenz | |
| 2023-02-12 | Fix place base | Laurenz | |
| 2023-02-12 | Skip grid region if one cell is empty | Laurenz | |
| 2023-02-12 | Change grid base for auto columns | Laurenz | |
| 2023-02-11 | Fix flow bugs | Laurenz | |
