summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Size.h
AgeCommit message (Expand)Author
2023-01-05LibWeb: Create CSS::Sizes from CSSPixelsSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-29LibWeb: Add CSS::Size::to_string() and an AK::Formatter for itAndreas Kling
2022-09-29LibWeb: Add CSS::Size::make_px(float) convenience helperAndreas Kling
2022-09-25LibWeb: Add CSS::Size to represent the full range of CSS size valuesAndreas Kling