summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2024-08-27Update all tests to see how it behavesbetter-listsLaurenz
2024-08-27Refactor depth checks and apply them in math (#4845)Laurenz
2024-08-26Improve realization and page layout (#4840)Laurenz
2024-08-26Implement math kerning and fix various `math.attach` bugs (#4762)Max
2024-08-26Don't number empty regions of broken block equations (#4836)Eric Biedert
2024-08-26Fix nested attachments when the base in `math.attach` has attachments (#4832)Max
2024-08-26Small improvements to the test runner (#4838)Laurenz
2024-08-20Fix typos (#4784)Max
2024-08-20Share allocations for singletons (#4794)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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-15Fix lexer on sth followed by comments (#4739)Yip Coekjan
2024-08-11Fix `calc.inf`, `-calc.inf`, and `calc.nan` reprs and displays (#4724)Malo
2024-08-11Implement math mode language for `raw` (#4687)Jakob Peters
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-05Support multiple stylistic sets in text (#4685)+merlan #flirora
2024-08-05Add missing under/over-delimiters (#4637)mkorje
2024-08-05Fixes counter stepping behavior (#4631)Johann Birnick
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-05Fix alignment of gradients and patterns on strokes in PNG (#4634)Eric Biedert
2024-08-05Fix the show rule effect for bibliography heading level (#4622)Leedehai
2024-08-05Add Latin translation (#4609)ssotoen
2024-08-05Fix historical ligatures for texts (#4603)Leedehai
2024-07-22Add `non-zero` and `even-odd` fill rules to `path` and `polygon` (#4580)HydroH
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-22Conversion from int to bytes and back (#4490)chico ferreira
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-20Deprecate some things (#4562)Laurenz
2024-07-20Support transparent page fill (#4586)Laurenz
Co-authored-by: Martin Haug <mhaug@live.de>
2024-07-20Fix approximated size of `reflow: true` transformations (#4462)shinyfelix
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-15Wrapping with parens should not push superscripts higher (#4545)Leedehai
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-14Save and restore graphics state for every frame (#4496)Eric Biedert
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-14Wrap outline entry body in LRE/RLE + make smart quotes ignore directional ↵+merlan #flirora
control characters (#4491) Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-07-14Fix lexer behavior on non-whitespace before ref (#4553)Yip Coekjan
2024-07-11Let test error hide line number if it's zero (#4535)Leedehai
2024-07-08Bump dependencies (#4523)Laurenz
2024-07-08Primes should not further raise next superscript's position (#4492)Leedehai
Co-authored-by: Ian Wrzesinski <133046678+wrzian@users.noreply.github.com>
2024-07-06Avoid spaces around ignorant and invisible elements in math (#4348)Eric Biedert
2024-07-04Add regression test for #3355 (#4499)Laurenz
2024-07-04Fix hyphenation outside of words (#4498)Laurenz
2024-07-04Refactor line building (#4497)Laurenz
2024-07-02Fix footnote-reference numbering (#4456)Yip Coekjan
2024-06-22Fix luma to CMYK conversion (#4425)Eric Biedert