Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines 3 years ago
..
BackgroundPainting.cpp 18048efce0 LibWeb: Don't round numbers too early when painting backgrounds 3 years ago
BackgroundPainting.h a797a92990 LibWeb: Stop including StyleValue.h in a few places 3 years ago
BorderPainting.cpp 086969277e Everywhere: Run clang-format 3 years ago
BorderPainting.h f75e796909 LibWeb: Convert border-radii from Length to LengthPercentage :^) 3 years ago
ButtonPaintable.cpp 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
ButtonPaintable.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
CanvasPaintable.cpp ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` 3 years ago
CanvasPaintable.h ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 years ago
CheckBoxPaintable.cpp 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
CheckBoxPaintable.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
ImagePaintable.cpp ab19b092ed LibGfx: Implement `Rect::to_rounded<U>()` 3 years ago
ImagePaintable.h ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 years ago
InlinePaintable.cpp 0de488749f LibWeb: Use rounding instead of enclosing_int_rect() when painting 3 years ago
InlinePaintable.h ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 years ago
LabelablePaintable.cpp 086969277e Everywhere: Run clang-format 3 years ago
LabelablePaintable.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
MarkerPaintable.cpp ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
MarkerPaintable.h ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 years ago
NestedBrowsingContextPaintable.cpp ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
NestedBrowsingContextPaintable.h ba606d9057 LibWeb: Move PaintingBox to its own .cpp and .h files 3 years ago
PaintContext.cpp 0a533da22f LibWeb: Don't crash on content with SVG elements outside of <svg> 3 years ago
PaintContext.h a2d89f11d1 LibWeb: Use the correct painter for painting stacking contexts 3 years ago
Paintable.cpp dcbb83a33e LibWeb: Add some basic paint tree traversal helpers 3 years ago
Paintable.h dcbb83a33e LibWeb: Add some basic paint tree traversal helpers 3 years ago
PaintableBox.cpp 7c91fda088 LibWeb: Allow multiple text-decoration-lines 3 years ago
PaintableBox.h 086969277e Everywhere: Run clang-format 3 years ago
ProgressPaintable.cpp ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
ProgressPaintable.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
RadioButtonPaintable.cpp 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
RadioButtonPaintable.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
SVGGeometryPaintable.cpp f0a1ab6f84 LibWeb: Keep SVG elliptical arc shape when applying viewbox 3 years ago
SVGGeometryPaintable.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
SVGGraphicsPaintable.cpp 053766d79c LibWeb: Split Paintable into Paintable and PaintableBox 3 years ago
SVGGraphicsPaintable.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
SVGPaintable.cpp d5aca1c6c4 LibWeb: Treate SVG paintable coordinates as relative to <svg> element 3 years ago
SVGPaintable.h d5aca1c6c4 LibWeb: Treate SVG paintable coordinates as relative to <svg> element 3 years ago
SVGSVGPaintable.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 years ago
SVGSVGPaintable.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 years ago
ShadowPainting.cpp 1c88536298 LibWeb: Use the new Gfx::Painter::draw_text_run() API for drawing text 3 years ago
ShadowPainting.h 5aad32b504 LibWeb: Implement text-shadow painting 3 years ago
StackingContext.cpp 5b72a9cb11 LibWeb: Use paint tree traversal helpers in StackingContext 3 years ago
StackingContext.h 5b72a9cb11 LibWeb: Use paint tree traversal helpers in StackingContext 3 years ago
TextPaintable.cpp 086969277e Everywhere: Run clang-format 3 years ago
TextPaintable.h 086969277e Everywhere: Run clang-format 3 years ago