summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleValue.cpp
AgeCommit message (Expand)Author
2022-08-25LibWeb: Add GridTrackPlacementShorthandStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackPlacementStyleValuemartinfalisse
2022-08-25LibWeb: Add GridTrackSizeStyleValuemartinfalisse
2022-08-23LibWeb: Don't regenerate linear gradient data unless size changesMacDue
2022-08-23LibWeb: Add missing checks to LinearGradientStyleValue::equals()MacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-18LibWeb: Parse `repeating-linear-gradient()`MacDue
2022-08-10LibWeb: Follow `image-rendering` when painting image style valuesMacDue
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-08LibWeb: Fix resolution of CSS clip rectMacDue
2022-08-08LibWeb: Fix RectStyleValue to_string() implementationTom
2022-08-07LibWeb: Implement clip propertyTom
2022-08-07LibWeb: Parse rect style valueTom
2022-08-07LibWeb: Support `-webkit-linear-gradient()` correctlyMacDue
2022-07-27LibWeb: Resolve calc() FooPercentages that only contained percentagesSam Atkins
2022-07-21LibWeb: Stop handling impossible Percentage return valuesSam Atkins
2022-07-18LibWeb: Calculate to <corner> angles for linear-gradientsMacDue
2022-07-17LibWeb: Add LinearGradientStyleValueMacDue
2022-07-17LibWeb: Add serialize_a_srgb_value()MacDue
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-30LibWeb: Fix background images not showing till scrolling/repaintMacDue
2022-06-30LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computationsLinus Groh
2022-05-08LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_stringstelar7
2022-04-18LibWeb: Add missing StyleValue::equals() methodsSam Atkins
2022-04-18LibWeb: Add missing [as/is]_border_radius_shorthand() methodsSam Atkins
2022-04-18LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSVSam Atkins
2022-04-18LibWeb: Use generated TransformFunction enum and functionsSam Atkins
2022-04-04LibWeb: Bring BorderRadiusStyleValue::to_string() closer to specIgor Pissolati
2022-03-30LibGfx: Rename FontMetrics => FontPixelMetricsAndreas Kling
2022-03-24LbWeb: Rename BoxShadowFoo => ShadowFooSam Atkins
2022-03-22LibWeb: Use CSS::Number for CalculatedStyleValue numbersSam Atkins
2022-03-19LibWeb: Don't crash when detached document tries to use system paletteAndreas Kling
2022-03-18LibWeb: Add parsing support for the remaining transform functionsSimon Wanner
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-06LibWeb: Parse CSS `text-decoration-thickness` propertyKarol Kosek
2022-02-26LibWeb: Make StyleValue absolutization non-destructiveAndreas Kling
2022-02-25LibWeb: Parse the `content` propertySam Atkins
2022-02-24LibWeb: Implement CSS Time classSam Atkins
2022-02-24LibWeb: Implement CSS Resolution classSam Atkins
2022-02-24LibWeb: Implement CSS Frequency classSam Atkins
2022-02-24LibWeb: Implement CSS Angle classSam Atkins
2022-02-19LibWeb: Cache and reuse some very common StyleValue objectsAndreas Kling
2022-02-18LibWeb: Remove Length::Type::Undefined! :^)Sam Atkins
2022-02-18LibWeb: Use a Variant for calc() percentage_basisSam Atkins
2022-02-08LibWeb: Parse spread-distance and `inset` parts of box-shadowSam Atkins
2022-02-04LibWeb: Implement CalculatedStyleValue::to_string()Sam Atkins
2022-02-04LibWeb: Distinguish between Integer and Number calc() valuesSam Atkins
2022-02-04LibWeb: Add resolving calc() to a number/integer/percentageSam Atkins
2022-02-04LibWeb: Allow percentage tokens again when parsing calc()Sam Atkins
2022-02-04LibWeb: Refactor calc() resolution logic using CalculationResultSam Atkins