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