Age | Commit message (Expand) | Author |
---|---|---|
2023-03-20 | LibWeb: Let FormattingContext decide the automatic width of its root | Andreas Kling |
2023-01-05 | LibWeb: Convert FormattingContext to new pixel units | Sam Atkins |
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-02-21 | LibWeb: Start making our layout system "transactional" | Andreas Kling |
2022-02-21 | LibWeb: Add Layout::FormattingState | Andreas Kling |
2021-09-18 | LibWeb: Add SVGFormattingContext to handle SVG box trees | Andreas Kling |