summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/BorderPainting.h
AgeCommit message (Expand)Author
2022-07-04LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiDataMacDue
2022-06-16LibWeb: Move border corner bitmap getter/cache to functionMacDue
2022-06-14LibWeb: Fix regression in painting the 'caret' icon on GitHubMacDue
2022-06-14LibWeb: Bring border painting much closer to the spec/other browsersMacDue
2022-06-13LibWeb: Add flag to normalize border radii to width onlyMacDue
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-01-20LibWeb: Convert border-radii from Length to LengthPercentage :^)Sam Atkins
2021-09-19LibWeb: Move border-painting code out of BoxSam Atkins
2021-09-19LibWeb: Extract border-radius normalization code from BoxSam Atkins
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling