summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/TableFormattingContext.h
AgeCommit message (Expand)Author
2022-10-02LibWeb: Reorganize layout algorithms around available spaceAndreas Kling
2022-09-29LibWeb: Make FormattingContext::run() take available space as inputAndreas Kling
2022-09-24LibWeb: Add FormattingContext::automatic_content_height()Andreas Kling
2022-07-17LibWeb: Rename FormattingState to LayoutStateAndreas Kling
2022-03-29LibWeb: Size table cells using a combination of min- and max-widthsSimon Wanner
2022-03-29LibWeb: Only size `width: auto` table-cells by min-contentSimon Wanner
2022-02-21LibWeb: Start making our layout system "transactional"Andreas Kling
2022-02-21LibWeb: Add Layout::FormattingStateAndreas Kling
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling