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
/
BorderPainting.h
Age
Commit message (
Expand
)
Author
2023-03-25
LibWeb: Remove now-unused includes from StyleValue.cpp
Sam Atkins
2022-12-14
LibWeb: Convert border painting to new pixel units
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-07-04
LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData
MacDue
2022-06-16
LibWeb: Move border corner bitmap getter/cache to function
MacDue
2022-06-14
LibWeb: Fix regression in painting the 'caret' icon on GitHub
MacDue
2022-06-14
LibWeb: Bring border painting much closer to the spec/other browsers
MacDue
2022-06-13
LibWeb: Add flag to normalize border radii to width only
MacDue
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-01-20
LibWeb: Convert border-radii from Length to LengthPercentage :^)
Sam Atkins
2021-09-19
LibWeb: Move border-painting code out of Box
Sam Atkins
2021-09-19
LibWeb: Extract border-radius normalization code from Box
Sam Atkins
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling