summaryrefslogtreecommitdiff
path: root/crates/typst-library/src
AgeCommit message (Collapse)Author
2023-08-30Fix typo in docs of `decode` method for image (#2046)Kevin K
2023-08-30Fix data loading display namesLaurenz
2023-08-30Support CBOR binary serialization / deserialization (#2000)Beiri22
2023-08-30Introduce second variant of Ignorant Behaviour and prevent weak page breaks ↵Beiri22
at basically empty pages (#1929)
2023-08-30Duration type, simple date-duration-calculations and comparisons (#1843)Beiri22
2023-08-30Add tau (#2033)Matt Fellenz
2023-08-29More type safety for spansLaurenz
2023-08-26Fix weak spacing broken in math (#1966)sitandr
2023-08-26Fixed numbering hint (#2012)Sébastien d'Herbais de Thun
2023-08-25Fixed counter's "Time travel" doc example (#2002)Andrew Voynov
2023-08-25Add Finnish translations (#1996)Kivi Kaitaniemi
2023-08-25separate decode from string/bytes for all data functions; and encode for ↵Beiri22
json, toml, yaml via serde (#1935)
2023-08-25calm down clippy even more (#1997)Beiri22
2023-08-25Initial support for augmented matrices (#1679)lolstork
2023-08-23Render opening smart quote after another opening quote of a different type ↵bluebear94
(#1559)
2023-08-23linebreak_optimized: Handle breakpoints separated only by spaces (#1821)bluebear94
2023-08-21Improve clarity regarding location parameter in counter.final() (#1962)Lukas Löring
2023-08-21Fix documentation on when raw text is a block. (#1953)Clemens Koza
2023-08-21Fix a few typosLaurenz
2023-08-21Wasm plugin system (#1555)astrale-sharp
2023-08-20Local names for Chinese and Traditional Chinese (#1919)Kingfree
2023-08-08Penalize runts (#1858)Matt Fellenz
2023-08-07Add hint for "access denied" messageLaurenz
2023-08-07Touch up docsLaurenz
2023-08-07Remove outdated docs about toml() not supporting datetimes (#1874)Gokul Soumya
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-08-05Decode image (#1810)Beiri22
2023-08-05Add support for opacities (#1844)Laurenz Stampfl
2023-08-05Period and slash are ordinary characters in math (#1855)damaxwell
2023-08-05Correct spacing between closing delimiter and large operators (#1857)damaxwell
2023-08-04Bytes typeLaurenz
- 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-03layout::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-03Ensure normal weight math font face is consistent (#1774)damaxwell
2023-08-03large operators have limits in displays; relations have limits always (#1748)damaxwell
2023-07-26Cleanup docs (#1797)Adrián Delgado
2023-07-26Add Listing's Spanish translation (#1798)Adrián Delgado
2023-07-25Gardening. (#1789)damaxwell
2023-07-20Improved #box baselines in math (#1755)damaxwell
* Improved #box baselines in math * add a test
2023-07-20Center delimiters vertically about the axis (#1756)damaxwell
2023-07-20Center large operators on axis (#1735)damaxwell
2023-07-19Move `perp` symbol into correct category (#1741)DVDTSB
2023-07-19Identify state by key onlyLaurenz
2023-07-19Resolve `place` deltas relative to real container sizeLaurenz
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-19Support OpenType writing script (#1697)damaxwell
2023-07-18Support `scope` argument for `eval`Laurenz
2023-07-18Support different modes for `eval`Laurenz
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-18Improved math root layout (#1743)damaxwell
2023-07-17Support for bounding box text edges (#1626)damaxwell