summaryrefslogtreecommitdiff
path: root/crates/typst-layout
AgeCommit message (Expand)Author
2025-06-28skip layout of redundant gutter at the top of footertable-subfootersPgBiel
2025-06-28fix space calculation of new footersPgBiel
2025-06-28improve check to pull next repeating footerPgBiel
2025-06-28clippy lintsPgBiel
2025-06-28fix footer layout order and consecutive footer pushingPgBiel
2025-06-28fix footer layout rangePgBiel
2025-06-28use footer.range like header.rangePgBiel
2025-06-28resolve multiple footersPgBiel
2025-06-28fix footer widow check and rowspansPgBiel
2025-06-28fix footer progressionPgBiel
2025-06-28support repeated footers in rowspan simulationPgBiel
2025-06-28repeated method fixesPgBiel
2025-06-28temporary workaround for footer linesPgBiel
2025-06-28initial footer simulation and placementPgBiel
2025-06-28move height resets to finish region internalPgBiel
2025-06-28initial footer properties and bumpingPgBiel
2025-06-27Sort line items by logical order when constructing frame (#5887)+merlan #flirora
2025-06-25Minor fixes to doc comments (#6500)+merlan #flirora
2025-06-23Fix stroke cap of shapes with partial stroke (#5688)Wannes Malfait
2025-06-11Do not force `math.mid` elements to have the Large math class (#5980)Malo
2025-06-10Use the shaper in math (#6336)Max
2025-06-10Table multiple headers and subheaders (#6168)PgBiel
2025-06-10Report errors in external files (#6308)Tobias Schmitz
2025-06-04Apply short fall consistently in math when stretching (#6377)Max
2025-06-04Add support for WebP images (#6311)Linus Unnebäck
2025-06-04Apply script-style to numbers consistently in math (#6320)Max
2025-06-03Fix bottom accent positioning in math (#6187)Max
2025-05-28Fix stroking of glyphs in math mode (#6243)Mikołaj
2025-05-28Remove line break opportunity when math operator precededes a closing paren (...Ian Wrzesinski
2025-05-12Expand text link boxes vertically by half the leading spacing (#6252)Tobias Schmitz
2025-05-12Prohibit some line break opportunities between LTR-ISOLATE and OBJECT-REPLACE...Tobias Schmitz
2025-05-06Respect RTL cell layouting order in grid layout (#6232)Tobias Schmitz
2025-04-01Switch PDF backend to `krilla` (#5420)Laurenz Stampfl
2025-03-31Unify layout of `vec` and `cases` with `mat` (#5934)Max
2025-03-31Add dotless parameter to `math.accent` (#5939)Max
2025-03-24Use `u64` instead of `usize` to store counter and enumeration item numbers, s...Eduardo Sánchez Muñoz
2025-03-11Fix `math.root` frame size (#6021)Max
2025-03-11Fix `cargo clippy` warnings (mostly about `.repeat.take` and `.next_back`) (#...evie
2025-02-26Fix curve with multiple non-closed components. (#5963)Emmanuel Lesueur
2025-02-24Fix math accent base height calculation (#5941)Max
2025-02-24Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)Laurenz
2025-02-10Respect `par` constructor arguments (#5842)Laurenz
2025-02-10Don't crash on image with zero DPI (#5835)PgBiel
2025-02-06Documentation fixes and improvements (#5816)Malo
2025-02-05Fix small copy-paste oversight (#5811)Eric Biedert
2025-02-02Revert adding `flatten-text` to `image` (#5789)Laurenz
2025-01-31Change the default math class of U+22A5 ⊥ UP TACK to Normal (#5714)Malo
2025-01-31Include images from raw pixmaps and more (#5632)frozolotl
2025-01-27Support first-line-indent for every paragraph (#5768)Laurenz
2025-01-24Semantic paragraphs (#5746)Laurenz