summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Layout/TextNode.cpp
AgeCommit message (Expand)Author
2021-01-06LibWeb: Don't prune whitespace nodes from layout treeAndreas Kling
2021-01-06LibWeb: Rename Layout::Node::style() => computed_values()Andreas Kling
2021-01-06LibWeb: Store the used font in Layout::NodeWithStyleAndreas Kling
2021-01-06LibWeb: Simplify one kind of whitespace collapsingAndreas Kling
2020-12-18LibWeb: Only preserve full whitspace for white-space: pre{,-wrap}Andreas Kling
2020-12-17LibWeb: Whitespace that causes a line to wrap should be hiddenAndreas Kling
2020-12-15LibWeb: Put final foreground/background colors in LayoutStyleAndreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-transform'Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'Andreas Kling
2020-12-10LibWeb: Use the surrounding text color as the caret colorAndreas Kling
2020-12-06LibWeb: Pass current target box to BFC::run()Andreas Kling
2020-12-05LibWeb: Fix off-by-one when computing available space between floatsAndreas Kling
2020-12-05LibWeb: First slightly naive implementation of CSS floats :^)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