Age | Commit message (Expand) | Author |
---|---|---|
2023-02-25 | Everywhere: Use _{short_,}string to create Strings from literals | Linus Groh |
2023-01-09 | LibWeb+WebContent: Use new String class in CSS::StyleValue | martinfalisse |
2023-01-05 | LibWeb: Create CSS::Sizes from CSSPixels | Sam Atkins |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-29 | LibWeb: Add CSS::Size::to_string() and an AK::Formatter for it | Andreas Kling |
2022-09-29 | LibWeb: Add CSS::Size::make_px(float) convenience helper | Andreas Kling |
2022-09-25 | LibWeb: Add CSS::Size to represent the full range of CSS size values | Andreas Kling |