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
/
ShadowPainting.cpp
Age
Commit message (
Expand
)
Author
2022-07-04
LibWeb: Use ScopedCornerRadiusClip for shadow painting
MacDue
2022-06-30
LibWeb: Fix box-shadows on elements smaller than the blur diameter
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: Pass border radii data to shadow painting
MacDue
2022-03-30
LibWeb: Use the new Gfx::Painter::draw_text_run() API for drawing text
Andreas Kling
2022-03-24
LibWeb: Align text shadows the same way we align text
Sam Atkins
2022-03-24
LibWeb: Implement text-shadow painting
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-02-09
LibWeb: Paint box-shadows more efficiently
Sam Atkins
2022-02-08
LibWeb: Incorporate spread-distance into box-shadow rendering
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins