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.cpp
Age
Commit message (
Expand
)
Author
2022-07-10
LibWeb: Tiebreak corner color on existence of corresponding borders
MacDue
2022-06-18
LibWeb: Use the AA painter for drawing dotted lines
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-29
LibWeb: Use rounding instead of enclosing_int_rect() when painting
Andreas Kling
2022-03-25
LibWeb: When painting, reduce computation cost by using the reciprocal
James Bellamy
2022-02-18
LibWeb: Remove redundant Length::resolved() calls
Sam Atkins
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-01-24
LibWeb: Make sure painted CSS borders are snapped to integer pixels
Andreas Kling
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2022-01-20
LibWeb: Convert border-radii from Length to LengthPercentage :^)
Sam Atkins
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: Extract border-radius normalization code from Box
Sam Atkins
2021-05-20
LibWeb: Take border-radius into account when painting borders
Tobias Christiansen
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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling