summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/NestedBrowsingContextPaintable.cpp
AgeCommit message (Expand)Author
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert border painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Split PaintContext::viewport_rect() into device/css variantsSam Atkins
2022-08-05LibWeb: Don't paint non-visible framesAndreas Kling
2022-07-26LibWeb: Shrink the inner border radii to accommodate the border widthsMacDue
2022-07-04LibWeb: Support adding a border-radius to <iframe> elementsMacDue
2022-03-11LibWeb: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas Kling
2022-03-11LibWeb: Let Paintable perform the paintingAndreas Kling