summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Angle.cpp
AgeCommit message (Expand)Author
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-31LibWeb: Serialize Angle according to specstelar7
2023-03-30LibWeb: Remove CalculatedStyleValue from AngleSam Atkins
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-27LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete TSam Atkins
2022-06-15LibWeb: Fix calculation of degrees from radiansThomas Fach-Pedersen
2022-02-24LibWeb: Implement CSS Angle classSam Atkins