Age | Commit message (Expand) | Author |
---|---|---|
2021-01-06 | LibWeb: Don't prune whitespace nodes from layout tree | Andreas Kling |
2021-01-06 | LibWeb: Remove specified style from layout nodes | Andreas Kling |
2021-01-01 | LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes | Andreas Kling |
2021-01-01 | LibWeb: Simplify Layout::Node::class_name() with RTTI | Andreas Kling |
2021-01-01 | AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers | Andreas Kling |
2020-12-05 | LibWeb: First slightly naive implementation of CSS floats :^) | Andreas Kling |
2020-12-03 | LibWeb: Virtualize Layout::Node::paint_fragment() | Andreas Kling |
2020-12-03 | LibWeb: Paint line box fragments during all paint phases | Andreas Kling |
2020-11-22 | LibWeb: Rename LayoutNode classes and move them into Layout namespace | Andreas Kling |