summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
AgeCommit message (Expand)Author
2022-11-15LubWeb: Call before_children_paint for positioned descendantsAliaksandr Kalenik
2022-11-15LibWeb: Clip hidden overflow by absolute rect of containing blockAliaksandr Kalenik
2022-11-07LibWeb: Paint `repeating-conic-gradient()`sMacDue
2022-11-07LibWeb: Skip hit testing a line box fragment if it has no containerLuke Wilde
2022-11-06LibWeb: Fix some `conic-gradient()` painting issuesMacDue
2022-11-05LibWeb: Use relative units for gradients until paintingMacDue
2022-11-04LibWeb: Recurse into block-level children when hit testing a boxAndreas Kling
2022-11-04LibWeb: Make hit testing traverse positioned descendants in right orderAndreas Kling
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik
2022-11-01LibWeb: Paint `conic-gradient()`sMacDue
2022-10-27LibGfx+Everywhere: Make DisjointRectSet work for non-int RectsSam Atkins
2022-10-23LibWeb: Skip positioned children in paint_descendants()Andreas Kling
2022-10-23LibWeb: Paint non-positioned stacking contexts with z-index 0 or autoAndreas Kling
2022-10-23LibWeb: Paint positioned descendants with `z-index: auto`Andreas Kling
2022-10-23LibWeb: Update StackingContext::paint_descendants() for new ruleAndreas Kling
2022-10-23LibWeb: StackingContext::paint_descendants() can take const layout nodeAndreas Kling
2022-10-20LibWeb: Fix pointer-events check in hit_testAliaksandr Kalenik
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-10-20LibWeb: Make BrowsingContext GC-allocatedAndreas Kling
2022-10-19LibWeb: Ignore "pointer-events: none" elements in hit_testAliaksandr Kalenik
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-10-13LibWeb: Fix position: fixed canvases/images disappearing when scrollingMacDue
2022-10-10LibWeb: Fix wrapping glitches on `repeating-linear-gradient()`sMacDue
2022-10-07LibWeb: Add missing `hue-rotate()` filter spec commentMacDue
2022-10-07LibWeb: Support painting the `saturate()` filter effectMacDue
2022-10-07LibWeb: Don't hit test all child stacking contexts twiceAndreas Kling
2022-10-02LibWeb: Support painting the hue-rotate() filter effectMacDue
2022-10-02LibWeb: Reset painter translation when painting fixed-position elementsAndreas Kling
2022-10-01LibWeb: Don't scale by x, x when a scale x, y is provided as a transformHendiadyoin1
2022-10-01LibWeb: Implement matrix3d transform function from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement rotation transform functions from css-transforms-2Luke Wilde
2022-09-29LibWeb: Don't draw only-translated stacking contexts via bitmapAndreas Kling
2022-09-26LibWeb: Fix destination bitmap edge clip case in transform paintingMacDue
2022-09-25LibWeb: Fix shadow painting when the target painter is translatedMacDue
2022-09-25LibWeb: Sample the destination when painting element opacity/transformMacDue
2022-09-25LibWeb: Add PaintableBox::absolute_paint_rect()MacDue
2022-09-24LibWeb: Compute StackingContext transform origin only onceAndreas Kling
2022-09-24LibWeb: Restore clipping of positioned descendantsMacDue
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-16LibWeb: Paint `backdrop-filter` effects!MacDue
2022-09-16LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()MacDue
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-14LibWeb: Don't clip to containing block when painting abspos descendantsAndreas Kling
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