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
Age
Commit message (
Expand
)
Author
2022-08-23
LibWeb: Remove done TODO and fix typo
MacDue
2022-08-23
LibWeb: Avoid infinite loops in background painting
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-10
LibWeb: Follow `image-rendering` when painting image style values
MacDue
2022-08-08
LibWeb: Avoid painting background-images under opaque borders
MacDue
2022-08-08
LibWeb: Convert images to common AbstractImageStyleValue base
MacDue
2022-08-08
LibWeb: Enable CSS clip for `position: fixed` elements
MacDue
2022-08-07
LibWeb: Implement clip property
Tom
2022-08-05
LibWeb: Don't paint non-visible frames
Andreas Kling
2022-07-26
LibWeb: Shrink the inner border radii to accommodate the border widths
MacDue
2022-07-26
LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()
Andreas Kling
2022-07-24
LibWeb: Paint a frame around (system) <progress> elements
MacDue
2022-07-21
LibWeb: Store calculated transformation matrix on the StackingContext
Sam Atkins
2022-07-21
LibWeb: Make PaintableBox private members private
Sam Atkins
2022-07-21
LibWeb: Produce a transformation matrix for TransformFunction::Rotate
Sam Atkins
2022-07-21
LibWeb: Add proper support for Angle parameters in transform functions
Sam Atkins
2022-07-21
LibWeb: Snap transformed stacking contexts to pixel grid
Andreas Kling
2022-07-19
LibWeb: Fix overflow: hidden not applying to positioned descendants
MacDue
2022-07-19
LibWeb: Apply overflow: hidden to all (relevant) child paint phases
MacDue
2022-07-18
LibWeb: Replace LibGfx gradient painting with new GradientPainting
MacDue
2022-07-18
LibWeb: Add GradientPainting for painting linear-gradients
MacDue
2022-07-18
LibWeb: Calculate to <corner> angles for linear-gradients
MacDue
2022-07-17
LibWeb: Support painting simple linear-gradients
MacDue
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-10
LibWeb: Tiebreak corner color on existence of corresponding borders
MacDue
2022-07-04
LibWeb: Support adding a border-radius to <iframe> elements
MacDue
2022-07-04
LibWeb: Support adding a border-radius to <canvas> elements
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for image painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for shadow painting
MacDue
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for background painting
MacDue
2022-07-04
LibWeb: Add ScopedCornerRadiusClip
MacDue
2022-07-04
LibWeb: Support overflow: hidden with a border-radius
MacDue
2022-07-04
LibWeb: Use padding box for clipping overflow
MacDue
2022-07-04
LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipper
MacDue
2022-07-04
LibWeb: Shrink border radii for background-clip and support with images
MacDue
2022-07-04
LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData
MacDue
2022-07-04
LibWeb: Make hit testing respect hidden overflow
Igor Pissolati
2022-06-30
LibWeb: Fix box-shadows on elements smaller than the blur diameter
MacDue
2022-06-30
LibWeb: Fix off-by-one shadow position on non-integer positioned boxes
MacDue
2022-06-30
LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadows
MacDue
2022-06-30
LibWeb: Switch to using StackBlurFilter for shadow painting
MacDue
2022-06-23
LibWeb: Support using a border-radius with a box-shadow
MacDue
2022-06-23
LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipper
MacDue
2022-06-23
LibWeb: Pass border radii data to shadow painting
MacDue
2022-06-18
LibWeb: Use the AA painter for drawing dotted lines
MacDue
[next]