ladybird/Userland/Libraries/LibWeb/Painting
Linus Groh 2ad9c1fd6c LibWeb: Re-implement checkbox painting using the UA stylesheet
The checkbox provided by ClassicStylePainter is not scaling-aware and
generally unflexible, instead use the UA default stylesheet with a
handful of properties, the same way we already style buttons and text
inputs.

Thanks to Xexxa for the nice checkmark image!

Co-Authored-By: Xexxa <93391300+Xexxa@users.noreply.github.com>
2023-02-12 00:15:52 +00:00
..
BackgroundPainting.cpp
BackgroundPainting.h
BorderPainting.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
BorderPainting.h
BorderRadiusCornerClipper.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
BorderRadiusCornerClipper.h
ButtonPaintable.cpp
ButtonPaintable.h
CanvasPaintable.cpp
CanvasPaintable.h
CheckBoxPaintable.cpp LibWeb: Re-implement checkbox painting using the UA stylesheet 2023-02-12 00:15:52 +00:00
CheckBoxPaintable.h LibWeb: Re-implement checkbox painting using the UA stylesheet 2023-02-12 00:15:52 +00:00
FilterPainting.cpp Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
FilterPainting.h Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
GradientPainting.cpp
GradientPainting.h
ImagePaintable.cpp
ImagePaintable.h
InlinePaintable.cpp
InlinePaintable.h
LabelablePaintable.cpp
LabelablePaintable.h
MarkerPaintable.cpp
MarkerPaintable.h
NestedBrowsingContextPaintable.cpp
NestedBrowsingContextPaintable.h
Paintable.cpp LibWeb: Move scroll state from Layout::BlockContainer to Layout::Box 2023-01-24 11:44:03 +01:00
Paintable.h LibWeb: Use rect of containing block instead of parent to clip overflow 2023-01-25 10:44:58 +01:00
PaintableBox.cpp LibWeb: Scale font size to device pixels 2023-02-11 20:59:13 +00:00
PaintableBox.h LibWeb: Use rect of containing block instead of parent to clip overflow 2023-01-25 10:44:58 +01:00
PaintContext.cpp
PaintContext.h
ProgressPaintable.cpp
ProgressPaintable.h
RadioButtonPaintable.cpp
RadioButtonPaintable.h
ShadowPainting.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
ShadowPainting.h
StackingContext.cpp LibWeb: Use device pixels for transform rect of stacking context 2023-02-10 15:38:54 +01:00
StackingContext.h
SVGGeometryPaintable.cpp LibGfx+LibWeb: Store radii as FloatSize rather than FloatPoint 2023-02-10 23:33:16 +01:00
SVGGeometryPaintable.h
SVGGraphicsPaintable.cpp
SVGGraphicsPaintable.h
SVGPaintable.cpp
SVGPaintable.h
SVGSVGPaintable.cpp
SVGSVGPaintable.h
TextPaintable.cpp
TextPaintable.h