ladybird/Userland/Libraries/LibWeb/Painting
MacDue c3841e1667 LibWeb: Restore clipping of positioned descendants
63c727a was meant to stop clipping absolutely positioned descendants,
but used `is_positioned()` rather than `is_absolutely_positioned()`,
which meant it disabled clipping in many more cases that it should
have.
2022-09-24 19:06:57 +02:00
..
BackgroundPainting.cpp LibWeb: Remove done TODO and fix typo 2022-08-23 13:27:02 +01:00
BackgroundPainting.h LibWeb: Follow image-rendering when painting image style values 2022-08-10 19:39:07 +02:00
BorderPainting.cpp LibWeb: Tiebreak corner color on existence of corresponding borders 2022-07-10 12:46:57 +02:00
BorderPainting.h LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData 2022-07-04 11:12:44 +02:00
BorderRadiusCornerClipper.cpp LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipper 2022-07-04 23:09:06 +02:00
BorderRadiusCornerClipper.h LibWeb: Add ScopedCornerRadiusClip 2022-07-04 23:09:06 +02:00
ButtonPaintable.cpp
ButtonPaintable.h
CanvasPaintable.cpp LibWeb: Shrink the inner border radii to accommodate the border widths 2022-07-26 23:56:29 +01:00
CanvasPaintable.h
CheckBoxPaintable.cpp
CheckBoxPaintable.h
FilterPainting.cpp LibWeb: Paint backdrop-filter effects! 2022-09-16 10:50:48 +01:00
FilterPainting.h LibWeb: Paint backdrop-filter effects! 2022-09-16 10:50:48 +01:00
GradientPainting.cpp LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with() 2022-09-16 10:50:48 +01:00
GradientPainting.h LibWeb: Resolve double-position linear-gradient() color stops 2022-08-23 01:02:49 +02:00
ImagePaintable.cpp LibWeb: Get default fonts via Platform::FontPlugin 2022-09-17 21:27:32 +02:00
ImagePaintable.h
InlinePaintable.cpp LibWeb: Follow image-rendering when painting image style values 2022-08-10 19:39:07 +02:00
InlinePaintable.h
LabelablePaintable.cpp
LabelablePaintable.h
MarkerPaintable.cpp LibWeb: Follow image-rendering when painting image style values 2022-08-10 19:39:07 +02:00
MarkerPaintable.h
NestedBrowsingContextPaintable.cpp LibWeb: Don't paint non-visible frames 2022-08-05 12:46:42 +02:00
NestedBrowsingContextPaintable.h
Paintable.cpp LibWeb: Add some basic paint tree traversal helpers 2022-04-08 20:58:42 +02:00
Paintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
PaintableBox.cpp LibWeb: Get default fonts via Platform::FontPlugin 2022-09-17 21:27:32 +02:00
PaintableBox.h LibWeb: Paint backdrop-filter effects! 2022-09-16 10:50:48 +01:00
PaintContext.cpp
PaintContext.h
ProgressPaintable.cpp LibWeb: Paint a frame around (system) <progress> elements 2022-07-24 13:31:01 +01:00
ProgressPaintable.h
RadioButtonPaintable.cpp
RadioButtonPaintable.h
ShadowPainting.cpp LibWeb: Use ScopedCornerRadiusClip for shadow painting 2022-07-04 23:09:06 +02:00
ShadowPainting.h LibWeb: Pass border radii data to shadow painting 2022-06-23 19:13:24 +01:00
StackingContext.cpp LibWeb: Restore clipping of positioned descendants 2022-09-24 19:06:57 +02:00
StackingContext.h LibWeb: Store calculated transformation matrix on the StackingContext 2022-07-21 16:36:08 +02:00
SVGGeometryPaintable.cpp
SVGGeometryPaintable.h
SVGGraphicsPaintable.cpp LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGGraphicsPaintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGPaintable.cpp LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGPaintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGSVGPaintable.cpp LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
SVGSVGPaintable.h LibWeb: Don't clip to containing block when painting abspos descendants 2022-09-14 00:09:49 +02:00
TextPaintable.cpp
TextPaintable.h