summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-23Add `clap::ValueHint` for input & output CLI arguments (#4765)Yip Coekjan
2024-08-22Add Icelandic translation (#4799)Baldur Kristinsson
2024-08-22Fix docstring in package manifest code (#4801)PgBiel
2024-08-20Fixed typo in docs for `ProgressSink` (#4785)Andrew Voynov
2024-08-20Fix typos (#4784)Max
2024-08-20Share allocations for singletons (#4794)Laurenz
2024-08-19Move columns handling directly into `FlowLayouter` (#4792)Laurenz
2024-08-18Split behaved building and StyleVec building (#4782)Laurenz
2024-08-17Fix `lr` docs example (#4777)Max
2024-08-16Move column layout into flow (#4774)Laurenz
2024-08-16Consolidate flow layout (#4772)Laurenz
2024-08-16Fix document set rules (#4768)Laurenz
2024-08-16Move paragraph widow and orphan prevention into flow (#4767)Laurenz
2024-08-15Add `gap` and `justify` parameters to `repeat` (#4644)Eric Biedert
2024-08-15Adjust the baseline of root radicand frame (#4736)Leedehai
2024-08-15Move `calc.nan` to `float.nan` and add `float.inf` (#4733)Malo
2024-08-15Improve `repr` for `type(none)` and `type(auto)` (#4730)Lingkang
2024-08-15Fix lexer on sth followed by comments (#4739)Yip Coekjan
2024-08-15Turn `repeat` into a single layouter (#4758)Laurenz
2024-08-12Document exact sizes of mathematical spaces (#4738)ssotoen
2024-08-12Check cyclic-import when importing package (#4737)Yip Coekjan
2024-08-12Improve documentation for `float` and `int` types (#4725)Malo
2024-08-11Allow the extension tab to refresh test images in background (#4689)Leedehai
2024-08-11Fix `calc.inf`, `-calc.inf`, and `calc.nan` reprs and displays (#4724)Malo
2024-08-11Fix crash when local package is missing and make OpenSSL optional in typst-k...Florent Michel
2024-08-11Implement math mode language for `raw` (#4687)Jakob Peters
2024-08-09Fix system font loading (#4714)Laurenz
2024-08-09Split shorthands into math and markup, add tilde shorthand (#4706)Max
2024-08-09Make under/overlines behave the same as accents in attach base (#4695)Max
2024-08-08Bail out of reparse in `expr_with_paren` if we land on a different char (#4577)+merlan #flirora
2024-08-06Bump bytemuck (#4690)Laurenz
2024-08-06Move roadmap and community pages out of this repository (#4688)Laurenz
2024-08-05Support multiple stylistic sets in text (#4685)+merlan #flirora
2024-08-05Automatically get footnote numbering in counter display (#4686)Eric Biedert
2024-08-05Add typst-kit crate (#4540)tingerrr
2024-08-05Add missing under/over-delimiters (#4637)mkorje
2024-08-05Fixes counter stepping behavior (#4631)Johann Birnick
2024-08-05Bump to Rust 1.80 (#4681)Laurenz
2024-08-05Better document numbering functions (#4648)Malo
2024-08-05Fix alignment of gradients and patterns on strokes in PNG (#4634)Eric Biedert
2024-08-05Remove completed items from roadmap (#4647)Martin Haug
2024-08-05Fixed docs typo (#4628)Johann Birnick
2024-08-05Fix the show rule effect for bibliography heading level (#4622)Leedehai
2024-08-05Export `ty` and `scope` macros before mod decls to sidestep a rust-analyzer i...Leedehai
2024-08-05Add font exceptions for Kaiti SC and Kaiti TC (#4616)Leedehai
2024-08-05Add Latin translation (#4609)ssotoen
2024-08-05Fix historical ligatures for texts (#4603)Leedehai
2024-08-05Bump openssl from 0.10.64 to 0.10.66 (#4599)dependabot[bot]
2024-07-22Adjust the number of color components written to the pdf according to the col...Florent Michel
2024-07-22Add `non-zero` and `even-odd` fill rules to `path` and `polygon` (#4580)HydroH