.. |
AudioPaintable.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
AudioPaintable.h
|
ac2238ee70
LibWeb: Begin implementing the HTMLAudioElement for audio playback
|
2 anni fa |
BackgroundPainting.cpp
|
6eeda29642
LibWeb: Paint 1x1 backgrounds as color fill instead of tiling bitmap
|
1 anno fa |
BackgroundPainting.h
|
0233627545
LibWeb: Convert background painting to new pixel units
|
2 anni fa |
BorderPainting.cpp
|
d1d6da6ab6
LibWeb: Resolve border radius during layout and save it in paintables
|
1 anno fa |
BorderPainting.h
|
d1d6da6ab6
LibWeb: Resolve border radius during layout and save it in paintables
|
1 anno fa |
BorderRadiiData.cpp
|
0bf82f748f
LibWeb: Move clip rect calculation to happen before painting
|
1 anno fa |
BorderRadiiData.h
|
d4932196cc
LibWeb: Account for all clipped border radii in containing block chain
|
1 anno fa |
BorderRadiusCornerClipper.cpp
|
64a48065b0
LibWeb: Check if corners have radius after converting to device pixels
|
1 anno fa |
BorderRadiusCornerClipper.h
|
177e7df1c5
LibWeb: Move border radius sampling config preparation into a function
|
1 anno fa |
BordersData.cpp
|
70353b79af
LibWeb: Change paint_all_borders() to accept only device pixel values
|
1 anno fa |
BordersData.h
|
70353b79af
LibWeb: Change paint_all_borders() to accept only device pixel values
|
1 anno fa |
ButtonPaintable.cpp
|
4a41a65ec5
LibWeb: Shift button paintable clip rectangle by scroll offset
|
1 anno fa |
ButtonPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 anni fa |
CanvasPaintable.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
CanvasPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 anni fa |
CheckBoxPaintable.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
CheckBoxPaintable.h
|
cfc9966654
LibWeb: Add scaleable checkboxes (with theme/accent-color support)
|
2 anni fa |
ClipFrame.h
|
d4932196cc
LibWeb: Account for all clipped border radii in containing block chain
|
1 anno fa |
FilterPainting.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
FilterPainting.h
|
7803dcfcf9
LibWeb: Resolve backdrop filter length in apply_style()
|
1 anno fa |
GradientData.h
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 anno fa |
GradientPainting.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
GradientPainting.h
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 anno fa |
ImagePaintable.cpp
|
a319037706
LibWeb: Remove SetFont painting command
|
1 anno fa |
ImagePaintable.h
|
5ff7448fee
LibWeb: Move viewport subscriptions from BrowsingContext to Document
|
1 anno fa |
InlinePaintable.cpp
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
InlinePaintable.h
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
InputColors.h
|
56bc653e72
LibWeb: Move checkbox color palette computation to helper header
|
2 anni fa |
LabelablePaintable.cpp
|
31e5b5f5de
LibWeb: Use paintable to represent event tracking node
|
1 anno fa |
LabelablePaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 anni fa |
LinearGradientData.h
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 anno fa |
MarkerPaintable.cpp
|
bd9989b08a
LibWeb: Don't pass StringView to RecordingPainter, to avoid copy
|
1 anno fa |
MarkerPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 anni fa |
MediaPaintable.cpp
|
31e5b5f5de
LibWeb: Use paintable to represent event tracking node
|
1 anno fa |
MediaPaintable.h
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 anno fa |
NestedBrowsingContextPaintable.cpp
|
cc447c9c80
LibWeb+WebContent: Move paint recording init into Navigable
|
1 anno fa |
NestedBrowsingContextPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 anni fa |
PaintContext.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
PaintContext.h
|
0bf82f748f
LibWeb: Move clip rect calculation to happen before painting
|
1 anno fa |
PaintOuterBoxShadowParams.h
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 anno fa |
Paintable.cpp
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
Paintable.h
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
PaintableBox.cpp
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
PaintableBox.h
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
PaintableFragment.cpp
|
8e20a44380
LibWeb: Avoid expensive containing_block lookups in PaintableFragment
|
1 anno fa |
PaintableFragment.h
|
1af466babf
LibWeb: Fix invalidation of CSS properties that do not affect layout
|
1 anno fa |
PaintingCommandExecutorCPU.cpp
|
a319037706
LibWeb: Remove SetFont painting command
|
1 anno fa |
PaintingCommandExecutorCPU.h
|
a319037706
LibWeb: Remove SetFont painting command
|
1 anno fa |
PaintingCommandExecutorGPU.cpp
|
a319037706
LibWeb: Remove SetFont painting command
|
1 anno fa |
PaintingCommandExecutorGPU.h
|
a319037706
LibWeb: Remove SetFont painting command
|
1 anno fa |
RadioButtonPaintable.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
RadioButtonPaintable.h
|
4d401bf796
LibWeb: Make the paint tree GC-allocated
|
2 anni fa |
RecordingPainter.cpp
|
a319037706
LibWeb: Remove SetFont painting command
|
1 anno fa |
RecordingPainter.h
|
5484062095
LibWeb: Apply scroll offset to PushStackingContext command
|
1 anno fa |
SVGGraphicsPaintable.cpp
|
f915aa70cd
LibWeb/Painting: Introduce PaintingCommandExecutor
|
1 anno fa |
SVGGraphicsPaintable.h
|
c93d367d95
LibWeb: Layout SVG <text> elements during layout (not while painting)
|
1 anno fa |
SVGPaintable.cpp
|
909bcfe9a4
LibWeb: Resolve and paint simple SVG masks
|
1 anno fa |
SVGPaintable.h
|
7d26383426
LibWeb: Remove SVGContext
|
2 anni fa |
SVGPathPaintable.cpp
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
SVGPathPaintable.h
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
SVGSVGPaintable.cpp
|
d43dbe2842
LibWeb: Shift SVG paintable clip rectangle by scroll offset
|
1 anno fa |
SVGSVGPaintable.h
|
6b4062ab61
LibWeb: Make a handful of paintable leaf classes `final`
|
2 anni fa |
ShadowData.h
|
063e66cae9
LibWeb: Introduce RecordingPainter to serialize painting commands
|
1 anno fa |
ShadowPainting.cpp
|
f9a7535fb8
LibWeb: Scale font per-glyph in paint_text_shadow()
|
1 anno fa |
ShadowPainting.h
|
de32b77ceb
LibWeb: Use separate structure to represent fragments in paintable tree
|
1 anno fa |
StackingContext.cpp
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
StackingContext.h
|
9c99182b1e
LibWeb: Change StackingContext::hit_test() to accept callback
|
1 anno fa |
TableBordersPainting.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
TableBordersPainting.h
|
d296992fb3
LibWeb: Make StackingContext point to paint tree instead of layout tree
|
1 anno fa |
TextPaintable.cpp
|
31e5b5f5de
LibWeb: Use paintable to represent event tracking node
|
1 anno fa |
TextPaintable.h
|
0d76a9da17
LibWeb: Resolve `text-decoration-thickness` during layout commit
|
1 anno fa |
VideoPaintable.cpp
|
1b3223dd9e
LibWeb: Rename painter() to recording_painter() in PaintContext
|
1 anno fa |
VideoPaintable.h
|
ee48d7514f
LibWeb: Extract media element timeline painting to a base class
|
2 anni fa |
ViewportPaintable.cpp
|
95d91a37d2
LibWeb: Resolve outline CSS property before paint commands recording
|
1 anno fa |
ViewportPaintable.h
|
76d1536307
LibWeb: Optimize scroll offset and clip state recalculation
|
1 anno fa |