Aliaksandr Kalenik 9968c9f7a6 LibWeb: Fix hit-testing by excluding CSS transform from clip rect check 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 6eeda29642 LibWeb: Paint 1x1 backgrounds as color fill instead of tiling bitmap hai 1 ano
BackgroundPainting.h 0233627545 LibWeb: Convert background painting to new pixel units %!s(int64=2) %!d(string=hai) anos
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 d4932196cc LibWeb: Account for all clipped border radii in containing block chain hai 1 ano
Command.cpp 11d746a67f LibWeb+WebContent: Separate painting command list from RecordingPainter hai 1 ano
Command.h 11d746a67f LibWeb+WebContent: Separate painting command list from RecordingPainter hai 1 ano
CommandExecutorCPU.cpp cb97eef2cf LibWeb+WebContent: Remove "Painting" prefix from command executor names hai 1 ano
CommandExecutorCPU.h cb97eef2cf LibWeb+WebContent: Remove "Painting" prefix from command executor names hai 1 ano
CommandExecutorGPU.cpp cb97eef2cf LibWeb+WebContent: Remove "Painting" prefix from command executor names hai 1 ano
CommandExecutorGPU.h cb97eef2cf LibWeb+WebContent: Remove "Painting" prefix from command executor names hai 1 ano
CommandList.cpp cb97eef2cf LibWeb+WebContent: Remove "Painting" prefix from command executor names hai 1 ano
CommandList.h cb97eef2cf LibWeb+WebContent: Remove "Painting" prefix from command executor names 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 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext hai 1 ano
GradientPainting.h 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands hai 1 ano
ImagePaintable.cpp 45a47cb32b LibWeb: Generalize ImageBox and ImagePaintable for any ImageProvider hai 1 ano
ImagePaintable.h 5ff7448fee LibWeb: Move viewport subscriptions from BrowsingContext to Document hai 1 ano
InlinePaintable.cpp 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback hai 1 ano
InlinePaintable.h 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback 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 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback hai 1 ano
Paintable.h 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback hai 1 ano
PaintableBox.cpp 9968c9f7a6 LibWeb: Fix hit-testing by excluding CSS transform from clip rect check hai 1 ano
PaintableBox.h 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback hai 1 ano
PaintableFragment.cpp 8e20a44380 LibWeb: Avoid expensive containing_block lookups in PaintableFragment hai 1 ano
PaintableFragment.h 1af466babf LibWeb: Fix invalidation of CSS properties that do not affect layout 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 11d746a67f LibWeb+WebContent: Separate painting command list from RecordingPainter hai 1 ano
RecordingPainter.h 11d746a67f LibWeb+WebContent: Separate painting command list from RecordingPainter hai 1 ano
SVGGraphicsPaintable.cpp cb97eef2cf LibWeb+WebContent: Remove "Painting" prefix from command executor names hai 1 ano
SVGGraphicsPaintable.h c93d367d95 LibWeb: Layout SVG <text> elements during layout (not while painting) hai 1 ano
SVGPaintable.cpp 909bcfe9a4 LibWeb: Resolve and paint simple SVG masks hai 1 ano
SVGPaintable.h 7d26383426 LibWeb: Remove SVGContext %!s(int64=2) %!d(string=hai) anos
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 f9a7535fb8 LibWeb: Scale font per-glyph in paint_text_shadow() hai 1 ano
ShadowPainting.h de32b77ceb LibWeb: Use separate structure to represent fragments in paintable tree hai 1 ano
StackingContext.cpp 957c20b676 LibWeb: Avoid infinite recursion when hit testing SVGs hai 1 ano
StackingContext.h 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback 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 %!s(int64=2) %!d(string=hai) anos
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 95d91a37d2 LibWeb: Resolve outline CSS property before paint commands recording hai 1 ano
ViewportPaintable.h 76d1536307 LibWeb: Optimize scroll offset and clip state recalculation hai 1 ano