summaryrefslogtreecommitdiff
path: root/library/src/layout/grid.rs
AgeCommit message (Collapse)Author
2023-04-26Fix grid-cell misalignment bug (#963) (#978)jdierkes
Having a table span multiple pages can cause an alignment bug in the table itself. If the first region in a cell in a grid row is empty, all other cells in this row will skip the first region. A misalignment bug can occur, since the calculation of all region sizes happen before the skip. The overall size allocated for the content of a cell with multiple regions and content in the first region thus is too little. Fixes #963
2023-04-23Add instrumentation (Part 1) (#761)Sébastien d'Herbais de Thun
2023-04-01Needless clone, borrows, casts and lifetimes (#504)Marek Barvíř
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-19Renaming and refactoringLaurenz
2023-03-17CountersLaurenz
2023-03-10New #[func] macroLaurenz
2023-03-09Make all optional fields settableLaurenz
2023-03-08Rework style chain accessLaurenz
2023-03-08Streamline field namesLaurenz
2023-03-07Fully untyped modelLaurenz
2023-02-24Allow multiple authorsLaurenz
2023-02-14Fix grid sizingLaurenz
2023-02-14Better table linesLaurenz
2023-02-13Block sizingLaurenz
2023-02-13Remove dumb `field` functionsLaurenz
2023-02-12Support fractional width for `box`Laurenz
2023-02-12Remove base widthLaurenz
2023-02-12Fix square baseLaurenz
2023-02-12Fast path for gutter-less gridLaurenz
2023-02-12Make grid RTL awareLaurenz
2023-02-12Skip grid region if one cell is emptyLaurenz
2023-02-12Change grid base for auto columnsLaurenz
2023-02-06Make Rust happier about the inline documentationLaurenz
2022-12-21Split up and document shapesLaurenz
2022-12-21Page function docs and moreMartin Haug
2022-12-21Document text categoryLaurenz
2022-12-20Some layout documentationMartin Haug
2022-12-20DocumentationLaurenz
2022-12-19Syntax and example sectionsLaurenz
2022-12-17Document parameters in commentLaurenz
2022-12-15Reflection for castablesLaurenz
2022-12-14New macro setupLaurenz
2022-12-08Copyable regionsLaurenz
2022-12-02Introduce virtual typesetterLaurenz
2022-11-30Fix auto column shrinking behaviourLaurenz
2022-11-28FragmentsLaurenz
2022-11-25Tidy upLaurenz
2022-11-24Protect VmLaurenz
2022-11-09Remove role applicationsLaurenz
2022-11-09New block spacing modelLaurenz
2022-11-04Style changesLaurenz
2022-11-03Tidy up libraryLaurenz
2022-11-03Split cratesLaurenz