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
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-19
LibWeb: Move border-painting code out of Box
Sam Atkins
2021-09-19
LibWeb: Move background painting from Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins
2021-09-19
LibWeb: Extract border-radius normalization code from Box
Sam Atkins
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-08-05
LibWeb: Clear SVG context after SVGSVGBox children are painted
K-Adam
2021-08-05
LibWeb: Call before/after children_paint on parent in StackingContext
K-Adam
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-24
LibWeb: Draw elements with opacity in a separate stacking context
Egor Ananyin
2021-07-24
LibWeb: Don't paint children stacking contexts inside the current one
Egor Ananyin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-20
LibWeb: Take border-radius into account when painting borders
Tobias Christiansen
2021-05-11
LibWeb: Paint an element's foreground before painting its children
Timothy Flynn
2021-05-07
LibWeb: Make painting order more spec-compliant
Egor Ananyin
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-31
LibWeb: Don't hit test a stacked child if it is behind its parent
Timothy Flynn
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling