summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/BackgroundPainting.cpp
AgeCommit message (Expand)Author
2022-03-29LibWeb: Don't round numbers too early when painting backgroundsAndreas Kling
2022-03-29LibWeb: Use rounding instead of enclosing_int_rect() when paintingAndreas Kling
2022-03-25LibWeb: Attach BackgroundAttachment::Fixed to the window view portTimothy Flynn
2022-02-18LibWeb: Remove redundant Length::resolved() callsSam Atkins
2022-02-18LibWeb: Remove fallback value from Length::resolved()Sam Atkins
2022-02-04LibWeb: Allow LengthPercentage to hold a calculated valueSam Atkins
2022-01-20LibWeb: Remove reference_for_percent parameter from Length::resolved()Sam Atkins
2022-01-20LibWeb: Convert background-position to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert background-size from Length to LengthPercentageSam Atkins
2021-11-17LibWeb: Implement `background-repeat: round` :^)Sam Atkins
2021-11-17LibWeb: Implement `background-repeat: space`Sam Atkins
2021-11-17LibWeb: Implement background-size :^)Sam Atkins
2021-11-17LibWeb: Implement background-position and background-origin :^)Sam Atkins
2021-11-17LibWeb: Manually tile background imagesSam Atkins
2021-11-17LibWeb: Implement background-clip :^)Sam Atkins
2021-11-17LibWeb: Paint backgrounds with multiple layers :^)Sam Atkins
2021-11-17LibWeb: Stop 'no-repeat' from expanding the background areaSam Atkins
2021-09-19LibWeb: Move background painting from Box to its own fileSam Atkins