summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/ProgressPaintable.cpp
AgeCommit message (Expand)Author
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-07-24LibWeb: Paint a frame around (system) <progress> elementsMacDue
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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