summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/ShadowPainting.cpp
AgeCommit message (Expand)Author
2023-04-01LibWeb: Use scaled font when painting text shadowsMacDue
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert shadow painting to new pixel unitsSam Atkins
2022-12-14LibWeb: Convert border painting to new pixel unitsSam Atkins
2022-12-05LibWeb: Fix box-shadows where the border-radius is < the blur-radiusMacDue
2022-10-27LibGfx+Everywhere: Make DisjointRectSet work for non-int RectsSam Atkins
2022-10-18LibWeb: Don't attempt to paint text shadows for empty text fragmentsMacDue
2022-10-18LibWeb: Print requested bitmap sizes in shadow painting debug logsMacDue
2022-09-25LibWeb: Fix shadow painting when the target painter is translatedMacDue
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