summaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Expand)Author
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-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-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-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-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
2024-07-22Raise error when failing to load & parse the specified certificate (#4554)Yip Coekjan
2024-07-22Explanation of void return in the functions documentation (#4590)Jiří Cihelka
2024-07-22Conversion from int to bytes and back (#4490)chico ferreira
2024-07-20Use texts of the first occurrences for `/ToUnicode` CMap (#4585)Y.D.X.
2024-07-20Deprecate some things (#4562)Laurenz
2024-07-20Move matrix layout logic's early exit upward (#4583)Leedehai
2024-07-20Support transparent page fill (#4586)Laurenz
2024-07-20Fix approximated size of `reflow: true` transformations (#4462)shinyfelix
2024-07-19Tune hyphenation (#4584)Laurenz
2024-07-18Fix panic in link linebreaking (#4579)Laurenz
2024-07-17Allow absolute lengths in `scale` (#4271)+merlan #flirora
2024-07-17Move the early exit inside `stretch_glyph()` upward (#4570)Leedehai
2024-07-15Fix duplicate completions (#4563)Laurenz
2024-07-15Remove an unnecessary mutable specifier (#4557)Leedehai
2024-07-15Wrapping with parens should not push superscripts higher (#4545)Leedehai
2024-07-14Save and restore graphics state for every frame (#4496)Eric Biedert
2024-07-14Wrap outline entry body in LRE/RLE + make smart quotes ignore directional con...+merlan #flirora
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
2024-07-14Fix lexer behavior on non-whitespace before ref (#4553)Yip Coekjan