Age | Commit message (Expand) | Author |
---|---|---|
2022-03-18 | LibWeb: Make LineBuilder aware of the current LayoutMode | Andreas Kling |
2022-03-09 | LibWeb: Respect inline-axis margins between line box fragments :^) | Andreas Kling |
2022-02-21 | LibWeb: Start making our layout system "transactional" | Andreas Kling |
2022-02-14 | LibWeb: Support inline-level padding and border properly | Andreas Kling |
2022-01-23 | LibWeb: Make LineBuilder assign height to empty line boxes | Andreas Kling |
2022-01-23 | LibWeb: Don't do horizontal inline line layout twice for last line | Andreas Kling |
2022-01-23 | LibWeb: Make LineBuilder respect LayoutMode::OnlyRequiredLineBreaks | Andreas Kling |
2022-01-23 | LibWeb: Dimension inline-block boxes before deciding about line breaks | Andreas Kling |
2022-01-23 | LibWeb: Add Layout::LineBuilder class for incremental line box layout | Andreas Kling |