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
Age
Commit message (
Expand
)
Author
2022-11-15
LubWeb: Call before_children_paint for positioned descendants
Aliaksandr Kalenik
2022-11-15
LibWeb: Clip hidden overflow by absolute rect of containing block
Aliaksandr Kalenik
2022-11-07
LibWeb: Paint `repeating-conic-gradient()`s
MacDue
2022-11-07
LibWeb: Skip hit testing a line box fragment if it has no container
Luke Wilde
2022-11-06
LibWeb: Fix some `conic-gradient()` painting issues
MacDue
2022-11-05
LibWeb: Use relative units for gradients until painting
MacDue
2022-11-04
LibWeb: Recurse into block-level children when hit testing a box
Andreas Kling
2022-11-04
LibWeb: Make hit testing traverse positioned descendants in right order
Andreas Kling
2022-11-02
LibWeb: Support translate3d
Aliaksandr Kalenik
2022-11-01
LibWeb: Paint `conic-gradient()`s
MacDue
2022-10-27
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
Sam Atkins
2022-10-23
LibWeb: Skip positioned children in paint_descendants()
Andreas Kling
2022-10-23
LibWeb: Paint non-positioned stacking contexts with z-index 0 or auto
Andreas Kling
2022-10-23
LibWeb: Paint positioned descendants with `z-index: auto`
Andreas Kling
2022-10-23
LibWeb: Update StackingContext::paint_descendants() for new rule
Andreas Kling
2022-10-23
LibWeb: StackingContext::paint_descendants() can take const layout node
Andreas Kling
2022-10-20
LibWeb: Fix pointer-events check in hit_test
Aliaksandr Kalenik
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-19
LibWeb: Ignore "pointer-events: none" elements in hit_test
Aliaksandr Kalenik
2022-10-18
LibWeb: Don't attempt to paint text shadows for empty text fragments
MacDue
2022-10-18
LibWeb: Print requested bitmap sizes in shadow painting debug logs
MacDue
2022-10-13
LibWeb: Fix position: fixed canvases/images disappearing when scrolling
MacDue
2022-10-10
LibWeb: Fix wrapping glitches on `repeating-linear-gradient()`s
MacDue
2022-10-07
LibWeb: Add missing `hue-rotate()` filter spec comment
MacDue
2022-10-07
LibWeb: Support painting the `saturate()` filter effect
MacDue
2022-10-07
LibWeb: Don't hit test all child stacking contexts twice
Andreas Kling
2022-10-02
LibWeb: Support painting the hue-rotate() filter effect
MacDue
2022-10-02
LibWeb: Reset painter translation when painting fixed-position elements
Andreas Kling
2022-10-01
LibWeb: Don't scale by x, x when a scale x, y is provided as a transform
Hendiadyoin1
2022-10-01
LibWeb: Implement matrix3d transform function from css-transforms-2
Luke Wilde
2022-10-01
LibWeb: Implement rotation transform functions from css-transforms-2
Luke Wilde
2022-09-29
LibWeb: Don't draw only-translated stacking contexts via bitmap
Andreas Kling
2022-09-26
LibWeb: Fix destination bitmap edge clip case in transform painting
MacDue
2022-09-25
LibWeb: Fix shadow painting when the target painter is translated
MacDue
2022-09-25
LibWeb: Sample the destination when painting element opacity/transform
MacDue
2022-09-25
LibWeb: Add PaintableBox::absolute_paint_rect()
MacDue
2022-09-24
LibWeb: Compute StackingContext transform origin only once
Andreas Kling
2022-09-24
LibWeb: Restore clipping of positioned descendants
MacDue
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-16
LibWeb: Paint `backdrop-filter` effects!
MacDue
2022-09-16
LibWeb+LibGfx: Move premultiplied alpha mixing to color.mixed_with()
MacDue
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-14
LibWeb: Don't clip to containing block when painting abspos descendants
Andreas Kling
2022-08-23
LibWeb: Remove done TODO and fix typo
MacDue
2022-08-23
LibWeb: Avoid infinite loops in background painting
MacDue
2022-08-23
LibWeb: Resolve double-position `linear-gradient()` color stops
MacDue
2022-08-23
LibWeb: Parse double-position `linear-gradient()` color stops
MacDue
2022-08-18
LibWeb: Support painting `repeating-linear-gradient()`s
MacDue
2022-08-18
LibWeb: Avoid NaNs from zero-length gradient color stops
MacDue
[next]