summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/BackgroundPainting.h
AgeCommit message (Expand)Author
2022-12-14LibWeb: Convert background painting to new pixel unitsSam Atkins
2022-08-10LibWeb: Follow `image-rendering` when painting image style valuesMacDue
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-04-14LibWeb: Stop including StyleValue.h in a few placesSam Atkins
2022-03-29LibWeb: Use rounding instead of enclosing_int_rect() when paintingAndreas Kling
2021-11-17LibWeb: Implement background-clip :^)Sam Atkins
2021-11-17LibWeb: Paint backgrounds with multiple layers :^)Sam Atkins
2021-09-19LibWeb: Move background painting from Box to its own fileSam Atkins