summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/GradientPainting.cpp
AgeCommit message (Expand)Author
2023-03-30LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split RadialGradientStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split LinearGradientStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ConicGradientStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-01-10LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfxMacDue
2023-01-05LibWeb: Return floats from color stop resolution functionsMacDue
2023-01-05LibWeb: Resolve Lengths to CSSPixelsSam Atkins
2023-01-05LibWeb: Convert AbstractImageStyleValue to new pixel unitsSam Atkins
2022-12-25LibWeb: Remove done gradient painting TODOMacDue
2022-12-25LibWeb: Speed up gradient painting quite a lotMacDue
2022-12-20LibWeb: Fix passing size/position to paint_radial_gradient()MacDue
2022-12-14LibWeb: Convert gradient painting to new pixel unitsSam Atkins
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-03LibWeb: Fix integer overflow in gradient paintingMacDue
2022-12-03LibWeb: Support `repeating-radial-gradient()`sMacDue
2022-11-30LibWeb: Handle degenerate radial gradientsMacDue
2022-11-30LibWeb: Paint `radial-gradient()`sMacDue
2022-11-30LibWeb: Only floor `conic-gradient()` angles for hard-edge gradientsMacDue
2022-11-07LibWeb: Paint `repeating-conic-gradient()`sMacDue
2022-11-06LibWeb: Fix some `conic-gradient()` painting issuesMacDue
2022-11-05LibWeb: Use relative units for gradients until paintingMacDue
2022-11-01LibWeb: Paint `conic-gradient()`sMacDue
2022-10-10LibWeb: Fix wrapping glitches on `repeating-linear-gradient()`sMacDue
2022-09-16LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()MacDue
2022-08-23LibWeb: Resolve double-position `linear-gradient()` color stopsMacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-18LibWeb: Support painting `repeating-linear-gradient()`sMacDue
2022-08-18LibWeb: Avoid NaNs from zero-length gradient color stopsMacDue
2022-08-12LibWeb: Implement `linear-gradient()` transition hintsMacDue
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-07-18LibWeb: Add GradientPainting for painting linear-gradientsMacDue