summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/ShadowPainting.cpp
AgeCommit message (Expand)Author
2022-07-04LibWeb: Use ScopedCornerRadiusClip for shadow paintingMacDue
2022-06-30LibWeb: Fix box-shadows on elements smaller than the blur diameterMacDue
2022-06-30LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadowsMacDue
2022-06-30LibWeb: Switch to using StackBlurFilter for shadow paintingMacDue
2022-06-23LibWeb: Support using a border-radius with a box-shadowMacDue
2022-06-23LibWeb: Pass border radii data to shadow paintingMacDue
2022-03-30LibWeb: Use the new Gfx::Painter::draw_text_run() API for drawing textAndreas Kling
2022-03-24LibWeb: Align text shadows the same way we align textSam Atkins
2022-03-24LibWeb: Implement text-shadow paintingSam Atkins
2022-03-24LbWeb: Rename BoxShadowFoo => ShadowFooSam Atkins
2022-02-09LibWeb: Paint box-shadows more efficientlySam Atkins
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam Atkins
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-09-19LibWeb: Move box-shadow painting out of Box to its own fileSam Atkins