summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Size.cpp
AgeCommit message (Expand)Author
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
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