summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/ImagePaintable.h
AgeCommit message (Expand)Author
2023-05-09LibWeb: Move image viewport awareness from ImageBox to ImagePaintableAndreas Kling
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
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