summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/InlineNode.cpp
AgeCommit message (Expand)Author
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2022-10-06LibWeb: Remove Layout::Node::set_inline()Andreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-11LibWeb: Remove a bunch of no-longer needed #includesAndreas Kling
2022-03-11LibWeb: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Port inline elements to the new Paintable systemAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling
2022-03-11LibWeb: Make Painting::Box virtual and add Painting::BoxWithLinesAndreas Kling
2022-03-11LibWeb: Move StackingContext and PaintPhase into the Painting namespaceAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-02-25LibWeb: Paint InlineNode overlay in correct phase, skip pseudo-elementsSam Atkins
2022-02-25LibWeb: Make `display: foo` box constructors take the Element by pointerSam Atkins
2022-02-18LibWeb: Remove redundant Length::resolved() callsSam Atkins
2022-02-18LibWeb: Remove fallback value from Length::resolved()Sam Atkins
2022-02-14LibWeb: Support inline-level padding and border properlyAndreas Kling
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam Atkins
2022-02-06LibWeb: Remove unnecessary check for 0-sized fragments in InlineNodeAndreas Kling
2022-02-06LibWeb: Only compute containing block rect once in InlineNode::paint()Andreas Kling
2022-01-23LibWeb: Remove old Layout::Node::split_into_lines() APIAndreas Kling
2022-01-20LibWeb: Remove reference_for_percent parameter from Length::resolved()Sam Atkins
2022-01-20LibWeb: Convert width/height and min-/max- versions to LengthPercentageSam Atkins
2021-11-17LibWeb: Implement background-clip :^)Sam Atkins
2021-11-17LibWeb: Paint backgrounds with multiple layers :^)Sam Atkins
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-19LibWeb: Give InlineNodes borders :^)Sam Atkins
2021-09-19LibWeb: Give InlineNodes a box-shadow :^)Sam Atkins
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