aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/fragment_tree/box_fragment.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: use `Au` in `BoxFragment` (#31794)atbrakhi2024-03-221-16/+20
* layout: Properly parent table-row and table-row-group (#31619)Martin Robinson2024-03-141-3/+23
* clippy: Fix warnings in `components/layout_2020` (#31611)eri2024-03-111-0/+2
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-0/+14
* layout: Start work on table row height and vertical-align (#31246)Martin Robinson2024-02-101-0/+2
* layout: Collect both start and end baselines for fragments (#31230)Martin Robinson2024-02-051-11/+27
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-6/+3
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* layout: Implement support for `line-height` and `vertical-align` (#30902)Martin Robinson2024-01-081-3/+22
* Add initial support for sticky positioning for non-legacy layout (#30686)Martin Robinson2023-11-291-9/+27
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-4/+5
* Layout 2020: Rename `flow_relative` types to `Logical...` (#30324)Martin Robinson2023-09-121-16/+17
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Split line layout into two phases (#30089)Martin Robinson2023-08-111-0/+2
* Layout 2020: implement clearance as Option<Length>Oriol Brufau2023-06-291-3/+9
* Layout 2020: Move all Fragment code to the `fragment_tree` directoryMartin Robinson2023-06-041-0/+280