ladybird/Userland/Libraries/LibWeb/Painting
Andreas Kling 5146b9b35e LibWeb: Scale the font when painting the text on buttons
Button text was staying the same size at all zoom levels. :^)
2023-03-15 23:29:00 +01:00
..
BackgroundPainting.cpp LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2023-02-28 12:21:56 +01:00
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 LibWeb: Scale the font when painting the text on buttons 2023-03-15 23:29:00 +01:00
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 LibJS+LibWeb: Add a bunch of missing includes 2023-03-06 13:05:43 +00:00
ImagePaintable.cpp
ImagePaintable.h
InlinePaintable.cpp
InlinePaintable.h
LabelablePaintable.cpp
LabelablePaintable.h
MarkerPaintable.cpp
MarkerPaintable.h
NestedBrowsingContextPaintable.cpp LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2023-02-28 12:21:56 +01:00
NestedBrowsingContextPaintable.h
Paintable.cpp LibWeb: Fix a few const-ness issues 2023-03-06 13:05:43 +00:00
Paintable.h LibWeb: Fix a few const-ness issues 2023-03-06 13:05:43 +00:00
PaintableBox.cpp LibWeb: Scale the font when painting the text on buttons 2023-03-15 23:29:00 +01:00
PaintableBox.h Revert "LibWeb: Fix clip of hidden overflow..." 2023-02-24 20:55:40 +01:00
PaintContext.cpp
PaintContext.h LibWeb: Don't truncate font sizes before scaling them to device pixels 2023-03-15 11:43:54 +01:00
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 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
StackingContext.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
SVGGeometryPaintable.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
SVGGeometryPaintable.h
SVGGraphicsPaintable.cpp
SVGGraphicsPaintable.h
SVGPaintable.cpp
SVGPaintable.h
SVGSVGPaintable.cpp
SVGSVGPaintable.h
TextPaintable.cpp
TextPaintable.h