summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/CheckBoxPaintable.h
AgeCommit message (Expand)Author
2023-03-23LibWeb: Add scaleable checkboxes (with theme/accent-color support)MacDue
2023-02-12LibWeb: Re-implement checkbox painting using the UA stylesheetLinus Groh
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas 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