summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
AgeCommit message (Expand)Author
2022-08-23LibWeb: Remove done TODO and fix typoMacDue
2022-08-23LibWeb: Avoid infinite loops in background paintingMacDue
2022-08-23LibWeb: Resolve double-position `linear-gradient()` color stopsMacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-18LibWeb: Support painting `repeating-linear-gradient()`sMacDue
2022-08-18LibWeb: Avoid NaNs from zero-length gradient color stopsMacDue
2022-08-12LibWeb: Implement `linear-gradient()` transition hintsMacDue
2022-08-10LibWeb: Follow `image-rendering` when painting image style valuesMacDue
2022-08-08LibWeb: Avoid painting background-images under opaque bordersMacDue
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-08LibWeb: Enable CSS clip for `position: fixed` elementsMacDue
2022-08-07LibWeb: Implement clip propertyTom
2022-08-05LibWeb: Don't paint non-visible framesAndreas Kling
2022-07-26LibWeb: Shrink the inner border radii to accommodate the border widthsMacDue
2022-07-26LibWeb: Simplify more code with CSS::LengthPercentage::is_auto()Andreas Kling
2022-07-24LibWeb: Paint a frame around (system) <progress> elementsMacDue
2022-07-21LibWeb: Store calculated transformation matrix on the StackingContextSam Atkins
2022-07-21LibWeb: Make PaintableBox private members privateSam Atkins
2022-07-21LibWeb: Produce a transformation matrix for TransformFunction::RotateSam Atkins
2022-07-21LibWeb: Add proper support for Angle parameters in transform functionsSam Atkins
2022-07-21LibWeb: Snap transformed stacking contexts to pixel gridAndreas Kling
2022-07-19LibWeb: Fix overflow: hidden not applying to positioned descendantsMacDue
2022-07-19LibWeb: Apply overflow: hidden to all (relevant) child paint phasesMacDue
2022-07-18LibWeb: Replace LibGfx gradient painting with new GradientPaintingMacDue
2022-07-18LibWeb: Add GradientPainting for painting linear-gradientsMacDue
2022-07-18LibWeb: Calculate to <corner> angles for linear-gradientsMacDue
2022-07-17LibWeb: Support painting simple linear-gradientsMacDue
2022-07-17LibWeb: Allow having a linear-gradient() as a background-imageMacDue
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-10LibWeb: Tiebreak corner color on existence of corresponding bordersMacDue
2022-07-04LibWeb: Support adding a border-radius to <iframe> elementsMacDue
2022-07-04LibWeb: Support adding a border-radius to <canvas> elementsMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for image paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for shadow paintingMacDue
2022-07-04LibWeb: Use ScopedCornerRadiusClip for background paintingMacDue
2022-07-04LibWeb: Add ScopedCornerRadiusClipMacDue
2022-07-04LibWeb: Support overflow: hidden with a border-radiusMacDue
2022-07-04LibWeb: Use padding box for clipping overflowMacDue
2022-07-04LibWeb: Add option to allocate new bitmap for BorderRadiusCornerClipperMacDue
2022-07-04LibWeb: Shrink border radii for background-clip and support with imagesMacDue
2022-07-04LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiDataMacDue
2022-07-04LibWeb: Make hit testing respect hidden overflowIgor Pissolati
2022-06-30LibWeb: Fix box-shadows on elements smaller than the blur diameterMacDue
2022-06-30LibWeb: Fix off-by-one shadow position on non-integer positioned boxesMacDue
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: Add 'inside' clip mode to BorderRadiusCornerClipperMacDue
2022-06-23LibWeb: Pass border radii data to shadow paintingMacDue
2022-06-18LibWeb: Use the AA painter for drawing dotted linesMacDue