Tim Ledbetter b61aab66d9 LibWeb: Don't crash CPU painter if BorderRadiusSamplingConfig is invalid hai 1 ano
..
AudioPaintable.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
AudioPaintable.h ac2238ee70 LibWeb: Begin implementing the HTMLAudioElement for audio playback %!s(int64=2) %!d(string=hai) anos
BackgroundPainting.cpp 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
BackgroundPainting.h 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
BorderPainting.cpp d1d6da6ab6 LibWeb: Resolve border radius during layout and save it in paintables hai 1 ano
BorderPainting.h d1d6da6ab6 LibWeb: Resolve border radius during layout and save it in paintables hai 1 ano
BorderRadiiData.cpp 0bf82f748f LibWeb: Move clip rect calculation to happen before painting hai 1 ano
BorderRadiiData.h d4932196cc LibWeb: Account for all clipped border radii in containing block chain hai 1 ano
BorderRadiusCornerClipper.cpp 64a48065b0 LibWeb: Check if corners have radius after converting to device pixels hai 1 ano
BorderRadiusCornerClipper.h 177e7df1c5 LibWeb: Move border radius sampling config preparation into a function hai 1 ano
BordersData.cpp 70353b79af LibWeb: Change paint_all_borders() to accept only device pixel values hai 1 ano
BordersData.h 70353b79af LibWeb: Change paint_all_borders() to accept only device pixel values hai 1 ano
ButtonPaintable.cpp 4a41a65ec5 LibWeb: Shift button paintable clip rectangle by scroll offset hai 1 ano
ButtonPaintable.h 4d401bf796 LibWeb: Make the paint tree GC-allocated %!s(int64=2) %!d(string=hai) anos
CanvasPaintable.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
CanvasPaintable.h 4d401bf796 LibWeb: Make the paint tree GC-allocated %!s(int64=2) %!d(string=hai) anos
CheckBoxPaintable.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
CheckBoxPaintable.h cfc9966654 LibWeb: Add scaleable checkboxes (with theme/accent-color support) %!s(int64=2) %!d(string=hai) anos
ClipFrame.h c74fc4c171 LibWeb: Clean previous border radii clips in refresh_clip_state() hai 1 ano
Command.cpp cf6999f5f3 LibWeb: Remove glyph run allocation in paint_text_fragment() hai 1 ano
Command.h 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
CommandExecutorCPU.cpp b61aab66d9 LibWeb: Don't crash CPU painter if BorderRadiusSamplingConfig is invalid hai 1 ano
CommandExecutorCPU.h 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
CommandExecutorGPU.cpp 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
CommandExecutorGPU.h 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
CommandList.cpp 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
CommandList.h 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
FilterPainting.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
FilterPainting.h 7803dcfcf9 LibWeb: Resolve backdrop filter length in apply_style() hai 1 ano
GradientData.h 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands hai 1 ano
GradientPainting.cpp ee1d8a534d LibWeb: Remove wrappers for gradient painting command recording hai 1 ano
GradientPainting.h ee1d8a534d LibWeb: Remove wrappers for gradient painting command recording hai 1 ano
ImagePaintable.cpp a0dc9584de LibWeb: Add "object-position" CSS property into ComputedValues hai 1 ano
ImagePaintable.h 6f5a0bd5de LibWeb: Save image provider in ImagePaintable hai 1 ano
InlinePaintable.cpp d1b5f55f91 LibWeb: Make Paintable::containing_block() return a PaintableBox* hai 1 ano
InlinePaintable.h 20ff69cd41 LibWeb: Add fast_is<T>() for InlinePaintable hai 1 ano
InputColors.h 56bc653e72 LibWeb: Move checkbox color palette computation to helper header %!s(int64=2) %!d(string=hai) anos
LabelablePaintable.cpp 31e5b5f5de LibWeb: Use paintable to represent event tracking node hai 1 ano
LabelablePaintable.h 4d401bf796 LibWeb: Make the paint tree GC-allocated %!s(int64=2) %!d(string=hai) anos
LinearGradientData.h 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands hai 1 ano
MarkerPaintable.cpp bd9989b08a LibWeb: Don't pass StringView to RecordingPainter, to avoid copy hai 1 ano
MarkerPaintable.h 4d401bf796 LibWeb: Make the paint tree GC-allocated %!s(int64=2) %!d(string=hai) anos
MediaPaintable.cpp 31e5b5f5de LibWeb: Use paintable to represent event tracking node hai 1 ano
MediaPaintable.h 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands hai 1 ano
NestedBrowsingContextPaintable.cpp cc447c9c80 LibWeb+WebContent: Move paint recording init into Navigable hai 1 ano
NestedBrowsingContextPaintable.h 4d401bf796 LibWeb: Make the paint tree GC-allocated %!s(int64=2) %!d(string=hai) anos
PaintContext.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
PaintContext.h 0bf82f748f LibWeb: Move clip rect calculation to happen before painting hai 1 ano
PaintOuterBoxShadowParams.h 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands hai 1 ano
Paintable.cpp 881e7fcee1 LibWeb: Copy various flags from layout node to paintable hai 1 ano
Paintable.h 3ff5beb229 LibWeb: Add fast_is<T>() for SVGPaintable hai 1 ano
PaintableBox.cpp a40c14462d LibWeb: Avoid division by zero when calculating scrollbar rect hai 1 ano
PaintableBox.h 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
PaintableFragment.cpp d1b5f55f91 LibWeb: Make Paintable::containing_block() return a PaintableBox* hai 1 ano
PaintableFragment.h 06c176bbfb LibGfx+LibWeb: Use ref-counted object to store glyph run hai 1 ano
RadioButtonPaintable.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
RadioButtonPaintable.h 4d401bf796 LibWeb: Make the paint tree GC-allocated %!s(int64=2) %!d(string=hai) anos
RecordingPainter.cpp 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
RecordingPainter.h 9165faca5e LibWeb: Support CSS property `background-clip: text` hai 1 ano
SVGGraphicsPaintable.cpp 163b6bb401 LibWeb: Special case SVG masks during layout hai 1 ano
SVGGraphicsPaintable.h 163b6bb401 LibWeb: Special case SVG masks during layout hai 1 ano
SVGMaskPaintable.cpp 163b6bb401 LibWeb: Special case SVG masks during layout hai 1 ano
SVGMaskPaintable.h 163b6bb401 LibWeb: Special case SVG masks during layout hai 1 ano
SVGPaintable.cpp d1b5f55f91 LibWeb: Make Paintable::containing_block() return a PaintableBox* hai 1 ano
SVGPaintable.h 3ff5beb229 LibWeb: Add fast_is<T>() for SVGPaintable hai 1 ano
SVGPathPaintable.cpp 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback hai 1 ano
SVGPathPaintable.h 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback hai 1 ano
SVGSVGPaintable.cpp d43dbe2842 LibWeb: Shift SVG paintable clip rectangle by scroll offset hai 1 ano
SVGSVGPaintable.h 6b4062ab61 LibWeb: Make a handful of paintable leaf classes `final` %!s(int64=2) %!d(string=hai) anos
ShadowData.h 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands hai 1 ano
ShadowPainting.cpp 06c176bbfb LibGfx+LibWeb: Use ref-counted object to store glyph run hai 1 ano
ShadowPainting.h de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree hai 1 ano
StackingContext.cpp d5e74b1bdc LibWeb: Use a precalculated list of positioned descendants for painting hai 1 ano
StackingContext.h 2764966ccc LibWeb: Reduce paintable tree traversals during hit-testing hai 1 ano
TableBordersPainting.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
TableBordersPainting.h d296992fb3 LibWeb: Make StackingContext point to paint tree instead of layout tree hai 1 ano
TextPaintable.cpp 31e5b5f5de LibWeb: Use paintable to represent event tracking node hai 1 ano
TextPaintable.h 0d76a9da17 LibWeb: Resolve `text-decoration-thickness` during layout commit hai 1 ano
VideoPaintable.cpp 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
VideoPaintable.h ee48d7514f LibWeb: Extract media element timeline painting to a base class %!s(int64=2) %!d(string=hai) anos
ViewportPaintable.cpp 1e14264d13 LibWeb: Avoid repeated layout lookups in resolve_paint_only_properties() hai 1 ano
ViewportPaintable.h 76d1536307 LibWeb: Optimize scroll offset and clip state recalculation hai 1 ano