Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 years ago |
Sam Atkins
|
13b1952929
LibWeb: Convert AbstractImageStyleValue to new pixel units
|
2 years ago |
Sam Atkins
|
affc8a22ca
LibWeb+WebContent: Convert BrowsingContext to new pixel units
|
2 years ago |
Timothy Flynn
|
88d5fd4b73
LibWeb: Paint repeating background images over entire paint box
|
2 years ago |
Sam Atkins
|
0bf4089af9
LibWeb: Convert border painting to new pixel units
|
2 years ago |
Sam Atkins
|
0233627545
LibWeb: Convert background painting to new pixel units
|
2 years ago |
Sam Atkins
|
4440af0870
LibWeb: Split PaintContext::viewport_rect() into device/css variants
|
2 years ago |
MacDue
|
50ab2de10e
LibWeb: Remove done TODO and fix typo
|
2 years ago |
MacDue
|
40ad8b793d
LibWeb: Avoid infinite loops in background painting
|
2 years ago |
MacDue
|
1473842b56
LibWeb: Follow `image-rendering` when painting image style values
|
2 years ago |
MacDue
|
d0511ec650
LibWeb: Avoid painting background-images under opaque borders
|
3 years ago |
MacDue
|
6a6475673f
LibWeb: Convert images to common AbstractImageStyleValue base
|
3 years ago |
Andreas Kling
|
bd48d9521a
LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()
|
3 years ago |
MacDue
|
0c521381a3
LibWeb: Replace LibGfx gradient painting with new GradientPainting
|
3 years ago |
MacDue
|
4246d04e5a
LibWeb: Calculate to <corner> angles for linear-gradients
|
3 years ago |
MacDue
|
cbc04a6285
LibWeb: Support painting simple linear-gradients
|
3 years ago |
MacDue
|
ee7e9e7c86
LibWeb: Allow having a linear-gradient() as a background-image
|
3 years ago |
MacDue
|
22e2e1dc93
LibWeb: Use ScopedCornerRadiusClip for background painting
|
3 years ago |
MacDue
|
61b447e53f
LibWeb: Shrink border radii for background-clip and support with images
|
3 years ago |
MacDue
|
c9a70ffff5
LibWeb: Fix 'background-repeat: round' calculation
|
3 years ago |
MacDue
|
c491ab7523
LibWeb: Only paint the background image on integer steps
|
3 years ago |
MacDue
|
4e8e1492f9
LibWeb: Support using border-radius with a background-image
|
3 years ago |
MacDue
|
9e71fa9aa7
LibWeb: Bring border painting much closer to the spec/other browsers
|
3 years ago |
MacDue
|
2b40dbfb30
LibWeb: Support elliptical background corners
|
3 years ago |
MacDue
|
28c78b45ca
LibWeb: Keep both horizontal and vertical border radii till painting
|
3 years ago |
MacDue
|
d2f0a1d9b1
LibWeb: Paint background border radius antialiased
|
3 years ago |
Andreas Kling
|
18048efce0
LibWeb: Don't round numbers too early when painting backgrounds
|
3 years ago |
Andreas Kling
|
0de488749f
LibWeb: Use rounding instead of enclosing_int_rect() when painting
|
3 years ago |
Timothy Flynn
|
e5db67d6dd
LibWeb: Attach BackgroundAttachment::Fixed to the window view port
|
3 years ago |
Sam Atkins
|
b715943035
LibWeb: Remove redundant Length::resolved() calls
|
3 years ago |