summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/InlineNode.h
AgeCommit message (Expand)Author
2022-03-11LibWeb: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Port inline elements to the new Paintable systemAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling
2022-03-11LibWeb: Move StackingContext and PaintPhase into the Painting namespaceAndreas Kling
2022-02-25LibWeb: Make `display: foo` box constructors take the Element by pointerSam Atkins
2022-01-23LibWeb: Remove old Layout::Node::split_into_lines() APIAndreas Kling
2021-09-19LibWeb: Give InlineNodes a backgroundSam Atkins
2021-09-19LibWeb: Move InlineNode background code from `paint_fragment` -> `paint`Sam Atkins
2021-08-23LibWeb: Paint inspection outline for InlineNodes :^)Sam Atkins
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling