Age | Commit message (Expand) | Author |
---|---|---|
2020-12-15 | LibWeb: Dimension inline-block and replaced boxes during splitting | Andreas Kling |
2020-12-11 | LibWeb: Move replaced element layout out of Layout::ReplacedBox | Andreas Kling |
2020-12-06 | LibWeb: Pass current target box to BFC::run() | Andreas Kling |
2020-12-05 | LibWeb: Run clang-format on ReplacedBox.cpp | Andreas Kling |
2020-12-05 | LibWeb: Fix off-by-one when computing available space between floats | Andreas Kling |
2020-12-05 | LibWeb: First slightly naive implementation of CSS floats :^) | Andreas Kling |
2020-11-22 | LibWeb: Rename LayoutNode classes and move them into Layout namespace | Andreas Kling |