Age | Commit message (Expand) | Author |
---|---|---|
2023-05-31 | LibWeb: Change calc node representation from float to double | stelar7 |
2023-05-31 | LibWeb: Serialize Angle according to spec | stelar7 |
2023-03-30 | LibWeb: Remove CalculatedStyleValue from Angle | Sam Atkins |
2023-03-10 | Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case | Andreas Kling |
2023-01-09 | LibWeb+WebContent: Use new String class in CSS::StyleValue | martinfalisse |
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-07-27 | LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T | Sam Atkins |
2022-06-15 | LibWeb: Fix calculation of degrees from radians | Thomas Fach-Pedersen |
2022-02-24 | LibWeb: Implement CSS Angle class | Sam Atkins |