typst/crates/typst-layout/src
Tobias Schmitz b322da930f
Respect RTL cell layouting order in grid layout (#6232)
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
2025-05-06 08:26:55 +00:00
..
flow Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) (#6038) 2025-03-11 10:00:53 +00:00
grid Respect RTL cell layouting order in grid layout (#6232) 2025-05-06 08:26:55 +00:00
inline Switch PDF backend to `krilla` (#5420) 2025-04-01 14:42:52 +00:00
math Unify layout of `vec` and `cases` with `mat` (#5934) 2025-03-31 09:38:04 +00:00
pages Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
image.rs Don't crash on image with zero DPI (#5835) 2025-02-10 10:39:04 +00:00
lib.rs Semantic paragraphs (#5746) 2025-01-24 12:11:26 +00:00
lists.rs Use `u64` instead of `usize` to store counter and enumeration item numbers, so behavior does not vary from 64-bit to 32-bit platforms (#6026) 2025-03-24 18:16:33 +00:00
modifiers.rs Don't link items if container is already linked (#5732) 2025-01-22 13:24:14 +00:00
pad.rs Split out four new crates (#5302) 2024-10-27 18:04:55 +00:00
repeat.rs Derivation comment for calculation in `repeat` (#5575) 2024-12-16 12:18:34 +00:00
shapes.rs Fix curve with multiple non-closed components. (#5963) 2025-02-26 18:07:29 +00:00
stack.rs Don't generate accessors for required fields (#5680) 2025-01-10 16:54:11 +00:00
transforms.rs Don't generate accessors for required fields (#5680) 2025-01-10 16:54:11 +00:00