summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting/BorderPainting.cpp
AgeCommit message (Expand)Author
2022-03-29LibWeb: Use rounding instead of enclosing_int_rect() when paintingAndreas Kling
2022-03-25LibWeb: When painting, reduce computation cost by using the reciprocalJames Bellamy
2022-02-18LibWeb: Remove redundant Length::resolved() callsSam Atkins
2022-02-18LibWeb: Remove fallback value from Length::resolved()Sam Atkins
2022-02-04LibWeb: Allow LengthPercentage to hold a calculated valueSam Atkins
2022-01-24LibWeb: Make sure painted CSS borders are snapped to integer pixelsAndreas Kling
2022-01-20LibWeb: Remove reference_for_percent parameter from Length::resolved()Sam Atkins
2022-01-20LibWeb: Convert border-radii from Length to LengthPercentage :^)Sam Atkins
2021-10-01Libraries: Fix typosNico Weber
2021-09-19LibWeb: Move border-painting code out of BoxSam Atkins
2021-09-19LibWeb: Extract border-radius normalization code from BoxSam Atkins
2021-05-20LibWeb: Take border-radius into account when painting bordersTobias Christiansen
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling