summaryrefslogtreecommitdiff
path: root/tests/typ/layout
AgeCommit message (Collapse)Author
2023-11-27Added vertical number alignment to enum (#2742)Jakob Sachs
Fixes #2441
2023-11-24Gradient Part 6 - Pattern fills (#2740)Sébastien d'Herbais de Thun
2023-11-08Change rectangle clip to use the inside of the stroke, not the middle. (#2626)Anton Wetzel
2023-11-06Improve reshape condition (#2547)Peng Guanwen
2023-10-30Fixed typos (#2524)Fritz Rehde
2023-10-25Fix pagebreak.to check (#2475)Francisco J. Sanchez
2023-10-22Support adjustment of more CJK punctuation (#2456)Wenzhuo Liu
2023-10-22Fix compiler panic for float with no vertical alignment (#2437)MALO
2023-10-17Automatically add spacing between CJK and Latin characters (#2334)Peng Guanwen
2023-10-10Fix clipping when a box/block has a `radius` (#2338)Sébastien d'Herbais de Thun
2023-10-09Adjust table inset behavior to the same as container's (#1979) (#2323)HydroH
2023-10-03Gradient Part 2 - Linear gradients (#2279)Sébastien d'Herbais de Thun
2023-09-26Resolve spacing before comparing (#2235)Eric Biedert
2023-09-13Fix floating placement within containersLaurenz
Fixes #1879
2023-09-11Update tests for type system changesLaurenz
2023-09-06Interpret vertical page number alignment differentlyLaurenz
The vertical alignment of `number-align` now selects header or footer instead of aligning within the footer. This is a minor breaking change because - top behaves differently now - horizon is now forbidden - bottom (the new default) behaves differently, too Typical number-align usage will likely not use the vertical component at all, though. Fixes #645
2023-09-04Fix improper line wrapping in the presence of medial newlines (#2056)bluebear94
Fixes #2019.
2023-09-01Rename testLaurenz
The name `empty` shall not appear in any test but `empty.typ`.
2023-08-30Introduce second variant of Ignorant Behaviour and prevent weak page breaks ↵Beiri22
at basically empty pages (#1929)
2023-08-23linebreak_optimized: Handle breakpoints separated only by spaces (#1821)bluebear94
2023-08-08Penalize runts (#1858)Matt Fellenz
2023-08-06Fix incomplete line endings (#1866)Matt Fellenz
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-10Basic floating placementLaurenz
2023-06-28Reintroduce `--root`Laurenz
2023-06-12Clear page to Even Or Odd (#1427)Zachary Capalbo
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-12Support for inside and outside margins (#1308)Luis David Licea Torres
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-01Bugfix of CJK punctuation adjustment (#1384)Peng Guanwen
2023-05-30Add NumberingKind variants for Korean (#1360)Sung Jeon
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Use icu4x for linebreaking algorithm (#1355)Peng Guanwen
2023-05-15Do not hang CJK punctuation (#1211)Peng Guanwen
2023-05-12Support for align parameter in table to take an array (#1087) (#1149)jassler
2023-05-11Default enum number alignment to 'end' (#1042)Pg Biel
2023-05-11Implement sophisticated CJK punctuation adjustment (#954)Peng Guanwen
2023-05-03Function scopes (#1032)Pg Biel
2023-04-27Remove trailing blankspaces (#1001)Leedehai
2023-04-27Correct some typos (#987)Alexander Seiler
2023-04-26Fix alignment of list markers & enum numbers (#988)Pg Biel
2023-04-20Add `quo`, `trunc` and `fract` calculation methods and rename `mod` to `rem` ↵HarmoGlace
(#890)
2023-04-17More Chinese punctuation adjustment (#836)Peng Guanwen
and also general linebreak improvements
2023-04-13Refine linebreak algorithm for better Chinese justification (#701)Peng Guanwen
2023-04-06Add 'layout' function to obtain the size of the outer container (#557)Pg Biel
2023-04-06Unpacking syntax (#532)Marmare314
Closes #341
2023-04-06Fix block child spacingLaurenz
2023-04-06Fix path and polygon strokesLaurenz
2023-04-06Fix box and block sizingLaurenz
2023-04-05Fix first line indent with styled textLaurenz
2023-04-02Fix block spacingLaurenz
2023-04-01Add support for cliping content in `block` and `box` (#431)Birk Tjelmeland