.. |
BackgroundPainting.cpp
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 years ago |
BackgroundPainting.h
|
0233627545
LibWeb: Convert background painting to new pixel units
|
2 years ago |
BorderPainting.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
BorderPainting.h
|
7d08d5ad6f
LibWeb: Remove now-unused includes from StyleValue.cpp
|
2 years ago |
BorderRadiusCornerClipper.cpp
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
BorderRadiusCornerClipper.h
|
0bf4089af9
LibWeb: Convert border painting to new pixel units
|
2 years ago |
ButtonPaintable.cpp
|
5146b9b35e
LibWeb: Scale the font when painting the text on buttons
|
2 years ago |
ButtonPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
CanvasPaintable.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
CanvasPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
CheckBoxPaintable.cpp
|
56bc653e72
LibWeb: Move checkbox color palette computation to helper header
|
2 years ago |
CheckBoxPaintable.h
|
cfc9966654
LibWeb: Add scaleable checkboxes (with theme/accent-color support)
|
2 years ago |
FilterPainting.cpp
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
FilterPainting.h
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 years ago |
GradientPainting.cpp
|
0c14103025
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
|
2 years ago |
GradientPainting.h
|
bab883bf8e
LibJS+LibWeb: Add a bunch of missing includes
|
2 years ago |
ImagePaintable.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
ImagePaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
InlinePaintable.cpp
|
51555dea7c
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
|
2 years ago |
InlinePaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
InputColors.h
|
56bc653e72
LibWeb: Move checkbox color palette computation to helper header
|
2 years ago |
LabelablePaintable.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
LabelablePaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
MarkerPaintable.cpp
|
f409f68a9a
LibWeb: Use scaled font when painting list item markers
|
2 years ago |
MarkerPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
NestedBrowsingContextPaintable.cpp
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 years ago |
NestedBrowsingContextPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
PaintContext.cpp
|
c4e3ba2dfb
LibWeb: Implement converting a DevicePixelRect to a CSSPixelRect
|
2 years ago |
PaintContext.h
|
c4e3ba2dfb
LibWeb: Implement converting a DevicePixelRect to a CSSPixelRect
|
2 years ago |
Paintable.cpp
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 years ago |
Paintable.h
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 years ago |
PaintableBox.cpp
|
7061a3d8e6
LibWeb: Add .scaled_font() helper to Layout::Node
|
2 years ago |
PaintableBox.h
|
dcc4868a3c
LibWeb: Rename `PaintableBox::clip_rect()`
|
2 years ago |
ProgressPaintable.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
ProgressPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
RadioButtonPaintable.cpp
|
dd77b878b3
LibWeb: Add scalable radio buttons (with theme/accent-color support)
|
2 years ago |
RadioButtonPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
SVGGeometryPaintable.cpp
|
f9c61e3ba7
LibWeb: Scale SVG stroke-width based on viewbox
|
2 years ago |
SVGGeometryPaintable.h
|
809c15d1ee
LibWeb: Use (transformed) path bounding quad for SVG path hit testing
|
2 years ago |
SVGGraphicsPaintable.cpp
|
f3d57e1157
LibWeb: Clip hidden overflow by absolute rect of containing block
|
2 years ago |
SVGGraphicsPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
SVGPaintable.cpp
|
ab49dbf137
LibWeb: Convert Paintable coordinates to new pixel units
|
2 years ago |
SVGPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
SVGSVGPaintable.cpp
|
5a12e9f222
LibWeb: Clip SVG content to parent <svg> element bounding box
|
2 years ago |
SVGSVGPaintable.h
|
6b4062ab61
LibWeb: Make a handful of paintable leaf classes `final`
|
2 years ago |
ShadowPainting.cpp
|
14f937b292
LibWeb: Use scaled font when painting text shadows
|
2 years ago |
ShadowPainting.h
|
fb43a71981
LibWeb: Convert shadow painting to new pixel units
|
2 years ago |
StackingContext.cpp
|
d2fc8efd9e
LibWeb: Make SC hit testing more closely follow reverse paint order
|
2 years ago |
StackingContext.h
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 years ago |
TextPaintable.cpp
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 years ago |
TextPaintable.h
|
6b4062ab61
LibWeb: Make a handful of paintable leaf classes `final`
|
2 years ago |
VideoPaintable.cpp
|
c403f8e92c
LibWeb: Update the media playback time for clicks on the media timeline
|
2 years ago |
VideoPaintable.h
|
fe66490399
LibWeb: Paint a media timeline on HTMLVideoElement layout nodes
|
2 years ago |