summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/TextNode.h
AgeCommit message (Expand)Author
2021-01-06LibWeb: Don't prune whitespace nodes from layout treeAndreas Kling
2021-01-06LibWeb: Remove specified style from layout nodesAndreas Kling
2021-01-01LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classesAndreas Kling
2021-01-01LibWeb: Simplify Layout::Node::class_name() with RTTIAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2020-12-05LibWeb: First slightly naive implementation of CSS floats :^)Andreas Kling
2020-12-03LibWeb: Virtualize Layout::Node::paint_fragment()Andreas Kling
2020-12-03LibWeb: Paint line box fragments during all paint phasesAndreas Kling
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling