index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Painting
/
GradientPainting.cpp
Age
Commit message (
Expand
)
Author
2023-03-30
LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split RadialGradientStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split LinearGradientStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split ConicGradientStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-01-10
LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfx
MacDue
2023-01-05
LibWeb: Return floats from color stop resolution functions
MacDue
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Convert AbstractImageStyleValue to new pixel units
Sam Atkins
2022-12-25
LibWeb: Remove done gradient painting TODO
MacDue
2022-12-25
LibWeb: Speed up gradient painting quite a lot
MacDue
2022-12-20
LibWeb: Fix passing size/position to paint_radial_gradient()
MacDue
2022-12-14
LibWeb: Convert gradient painting to new pixel units
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-03
LibWeb: Fix integer overflow in gradient painting
MacDue
2022-12-03
LibWeb: Support `repeating-radial-gradient()`s
MacDue
2022-11-30
LibWeb: Handle degenerate radial gradients
MacDue
2022-11-30
LibWeb: Paint `radial-gradient()`s
MacDue
2022-11-30
LibWeb: Only floor `conic-gradient()` angles for hard-edge gradients
MacDue
2022-11-07
LibWeb: Paint `repeating-conic-gradient()`s
MacDue
2022-11-06
LibWeb: Fix some `conic-gradient()` painting issues
MacDue
2022-11-05
LibWeb: Use relative units for gradients until painting
MacDue
2022-11-01
LibWeb: Paint `conic-gradient()`s
MacDue
2022-10-10
LibWeb: Fix wrapping glitches on `repeating-linear-gradient()`s
MacDue
2022-09-16
LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()
MacDue
2022-08-23
LibWeb: Resolve double-position `linear-gradient()` color stops
MacDue
2022-08-23
LibWeb: Parse double-position `linear-gradient()` color stops
MacDue
2022-08-18
LibWeb: Support painting `repeating-linear-gradient()`s
MacDue
2022-08-18
LibWeb: Avoid NaNs from zero-length gradient color stops
MacDue
2022-08-12
LibWeb: Implement `linear-gradient()` transition hints
MacDue
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-07-18
LibWeb: Add GradientPainting for painting linear-gradients
MacDue