Age | Commit message (Expand) | Author |
---|---|---|
2022-10-02 | LibWeb: Reorganize layout algorithms around available space | Andreas Kling |
2022-09-29 | LibWeb: Make FormattingContext::run() take available space as input | Andreas Kling |
2022-09-24 | LibWeb: Add FormattingContext::automatic_content_height() | Andreas Kling |
2022-07-17 | LibWeb: Rename FormattingState to LayoutState | Andreas Kling |
2022-03-29 | LibWeb: Size table cells using a combination of min- and max-widths | Simon Wanner |
2022-03-29 | LibWeb: Only size `width: auto` table-cells by min-content | Simon Wanner |
2022-02-21 | LibWeb: Start making our layout system "transactional" | Andreas Kling |
2022-02-21 | LibWeb: Add Layout::FormattingState | Andreas Kling |
2021-10-06 | LibWeb: Move line boxes from Layout::Box to BlockContainer | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |