ladybird/Userland/Libraries/LibWeb/Painting
zhiyuang 97130a4e66 LibWeb: More correctly paint joins between borders
The refactor of the border painting mainly to handle:
1. Single border with minor border radius.
2. Different border widths and border colors joined situations.
This refactor only apply to solid border.

The main differece is to use Path.fill to paint each border,
not fill_rect anymore. There's a special case need to consider.
The Path.fill will leave shared edge blank between two borders.
To handle this, we decide to combine the borders with same color
to paint together.
2023-07-18 14:51:13 +01:00
..
AudioPaintable.cpp LibWeb: Begin implementing the HTMLAudioElement for audio playback 2023-06-13 06:14:01 +02:00
AudioPaintable.h LibWeb: Begin implementing the HTMLAudioElement for audio playback 2023-06-13 06:14:01 +02:00
BackgroundPainting.cpp LibWeb: Prevent double promotion in paint_background 2023-06-27 12:40:38 +02:00
BackgroundPainting.h
BorderPainting.cpp LibWeb: More correctly paint joins between borders 2023-07-18 14:51:13 +01:00
BorderPainting.h LibWeb: More correctly paint joins between borders 2023-07-18 14:51:13 +01:00
BorderRadiusCornerClipper.cpp
BorderRadiusCornerClipper.h
ButtonPaintable.cpp
ButtonPaintable.h
CanvasPaintable.cpp
CanvasPaintable.h
CheckBoxPaintable.cpp
CheckBoxPaintable.h
FilterPainting.cpp
FilterPainting.h
GradientPainting.cpp LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
GradientPainting.h
ImagePaintable.cpp
ImagePaintable.h
InlinePaintable.cpp LibWeb: Add support for inset shadows 2023-06-07 10:14:21 +02:00
InlinePaintable.h
InputColors.h
LabelablePaintable.cpp
LabelablePaintable.h
MarkerPaintable.cpp LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
MarkerPaintable.h
MediaPaintable.cpp LibWeb: Display the media volume in a tooltip while it is changing 2023-07-03 19:07:26 +02:00
MediaPaintable.h LibWeb: Paint the media timeline above the other media controls 2023-06-22 20:05:19 +02:00
NestedBrowsingContextPaintable.cpp
NestedBrowsingContextPaintable.h
Paintable.cpp LibWeb: Add Paintable::stacking_context_rooted_here() 2023-07-15 07:10:34 +02:00
Paintable.h LibWeb: Paint relatively positioned inline-level elements 2023-07-15 07:10:34 +02:00
PaintableBox.cpp LibWeb: Include scrollable overflow in the "absolute paint rect" 2023-07-13 05:09:08 +02:00
PaintableBox.h LibWeb: Bring measuring of scrollable overflow closer to spec 2023-07-13 05:09:08 +02:00
PaintContext.cpp LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
PaintContext.h LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
ProgressPaintable.cpp
ProgressPaintable.h
RadioButtonPaintable.cpp
RadioButtonPaintable.h
ShadowPainting.cpp LibWeb: Fix inset shadow with zero offset and blur 2023-07-01 07:48:33 +02:00
ShadowPainting.h LibWeb: Add support for inset shadows 2023-06-07 10:14:21 +02:00
StackingContext.cpp LibWeb: Fix hit testing for fixed position nodes 2023-07-15 19:57:17 +01:00
StackingContext.h LibWeb: Make StackingContext sorting a lot faster 2023-06-02 15:00:38 +02:00
SVGGeometryPaintable.cpp LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
SVGGeometryPaintable.h
SVGGraphicsPaintable.cpp LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
SVGGraphicsPaintable.h LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
SVGPaintable.cpp LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
SVGPaintable.h LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
SVGSVGPaintable.cpp LibWeb: Remove SVGContext 2023-07-02 01:31:18 +02:00
SVGSVGPaintable.h
SVGTextPaintable.cpp LibWeb: Print FIXME instead of crashing if fill is url() in svg text 2023-07-13 18:43:21 +02:00
SVGTextPaintable.h LibWeb: Implement painting for svg text 2023-06-09 17:20:34 +02:00
TableBordersPainting.cpp LibWeb: Compute border rectangles using CSSPixels 2023-07-13 11:22:45 +01:00
TableBordersPainting.h LibWeb: Some improvements for painting of collapsed table borders 2023-07-06 10:31:51 +02:00
TextPaintable.cpp
TextPaintable.h
VideoPaintable.cpp LibWeb: Extract media element timeline painting to a base class 2023-06-13 06:14:01 +02:00
VideoPaintable.h LibWeb: Extract media element timeline painting to a base class 2023-06-13 06:14:01 +02:00