| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-29 | Fix paragraph spacing in Rust 1.82+0.7 | Laurenz | |
| 2023-08-07 | Add hint for "access denied" message | Laurenz | |
| 2023-08-07 | Touch up docs | Laurenz | |
| 2023-08-07 | Remove outdated docs about toml() not supporting datetimes (#1874) | Gokul Soumya | |
| 2023-08-06 | Query-System for metadata (#1812) | Beiri22 | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-08-05 | Decode image (#1810) | Beiri22 | |
| 2023-08-05 | Add support for opacities (#1844) | Laurenz Stampfl | |
| 2023-08-05 | Period and slash are ordinary characters in math (#1855) | damaxwell | |
| 2023-08-05 | Correct spacing between closing delimiter and large operators (#1857) | damaxwell | |
| 2023-08-04 | Bytes type | Laurenz | |
| - Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function | |||
| 2023-08-03 | Bump hypher | Laurenz | |
| 2023-08-03 | layout::par::finalize: Bound allotted width when fitting to width (#1828) | bluebear94 | |
| Sometimes, optimized line breaking outputs lines that are wider than the allotted width so that spacing between words can be narrowed to fit. However, the width calculation for the fit-to-width case does not account for this, causing the resulting width to exceed the width of the region. This commit takes the minimum of the calculated width with the width of the region. Fixes #1825. | |||
| 2023-08-03 | Ensure normal weight math font face is consistent (#1774) | damaxwell | |
| 2023-08-03 | large operators have limits in displays; relations have limits always (#1748) | damaxwell | |
| 2023-07-26 | Cleanup docs (#1797) | Adrián Delgado | |
| 2023-07-26 | Add Listing's Spanish translation (#1798) | Adrián Delgado | |
| 2023-07-25 | Gardening. (#1789) | damaxwell | |
| 2023-07-20 | Improved #box baselines in math (#1755) | damaxwell | |
| * Improved #box baselines in math * add a test | |||
| 2023-07-20 | Center delimiters vertically about the axis (#1756) | damaxwell | |
| 2023-07-20 | Center large operators on axis (#1735) | damaxwell | |
| 2023-07-19 | Move `perp` symbol into correct category (#1741) | DVDTSB | |
| 2023-07-19 | Identify state by key only | Laurenz | |
| 2023-07-19 | Resolve `place` deltas relative to real container size | Laurenz | |
| 2023-07-19 | Positions 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-19 | Support OpenType writing script (#1697) | damaxwell | |
| 2023-07-18 | Support `scope` argument for `eval` | Laurenz | |
| 2023-07-18 | Support different modes for `eval` | Laurenz | |
| 2023-07-18 | Extract syntax module into typst-syntax crate | Laurenz | |
| 2023-07-18 | Improved math root layout (#1743) | damaxwell | |
| 2023-07-17 | Support for bounding box text edges (#1626) | damaxwell | |
| 2023-07-17 | Load theme for raw code (#1675) | Myriad-Dreamin | |
| 2023-07-17 | Classify `dots.c`, `dots.down`, `dots.up` and `dots.v` as normal (#1726) | Liam Murphy | |
| Fixes #713. They were previously classified by Unicode as relations, which caused a '+' sign after one of them to be treated as a unary operator rather than a binary operator. This PR overrides the Unicode classification and classifies them as normal instead, which causes a '+' sign after one of them to be properly treated as a binary operator. | |||
| 2023-07-17 | Rename math symbols (#1124) | KG | |
| Co-authored-by: Ryan Pitasky <111201305+rpitasky@users.noreply.github.com> Co-authored-by: Daniel Csillag <15617291+dccsillag@users.noreply.github.com> | |||
| 2023-07-11 | Add fields and methods to several primitives (#790) | Pg Biel | |
| 2023-07-10 | Basic floating placement | Laurenz | |
| 2023-07-10 | Better primes in math (#1614) | sitandr | |
| 2023-07-10 | Customizable math classes (#1681) | Eric Biedert | |
| 2023-07-08 | Add more math operators (#1090) | Murphy Sünnenwold | |
| 2023-07-06 | Add alternative smartquotes (#1631) | T0mstone | |
| 2023-07-06 | Raw syntax definition loading (#1655) | Sébastien d'Herbais de Thun | |
| 2023-07-06 | Handle single and alternate substs for single glyphs in math mode (#1592) | bluebear94 | |
| 2023-07-06 | Caption position (#1495) (#1496) | Erik Bünnig | |
| 2023-07-06 | Add Japanese translation for LocalName (#1662) | Shogo Takata | |
| 2023-07-06 | Make default margin behavior more precise (#1666) | lolstork | |
| 2023-07-06 | Add support for weak elements in math (#1633) | bluebear94 | |
| 2023-07-05 | Add heading `bookmarked` toggle (#1566) | Pg Biel | |
| 2023-07-05 | Clarify docs: Weak spacings eat markup space (#1648) | raphCode | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-07-05 | Color mixing function (#1332) | Lynn | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
