summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleValue.h
AgeCommit message (Expand)Author
2022-02-08LibWeb: Parse spread-distance and `inset` parts of box-shadowSam Atkins
2022-02-07LibWeb: Add `pointer-events: all`Sam 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
2022-02-04LibWeb: Implement CalculationResult type for calc() resultsSam Atkins
2022-02-04LibWeb: Resolve type of calc() expressions at parse-timeSam Atkins
2022-02-04LibWeb: Combine the two sets of calc() operator enumsSam Atkins
2022-02-04LibWeb: Move calc()-resolution code from Length to CalculatedStyleValueSam Atkins
2022-02-03LibWeb: Allow comma- or space-separated StyleValueListsSam Atkins
2022-02-03LibWeb: Move non-trivial StyleValue to_string() methods to cpp fileSam Atkins
2022-01-23LibWeb: Add new property 'text-decoration-style'Tobias Christiansen
2022-01-20LibWeb: Remove Length::Type::Percentage :^)Sam Atkins
2022-01-20LibWeb: Convert flex-basis to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert background-position to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert background-size from Length to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert border-radii from Length to LengthPercentage :^)Sam Atkins
2022-01-20LibWeb: Remove BorderRadiusStyleValue::to_length() hackSam Atkins
2022-01-20LibWeb: Add PercentageStyleValue, and parse itSam Atkins
2022-01-20LibWeb: Alphabetize StyleValue classesSam Atkins
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-09LibWeb: Remove now-unused CustomStyleValueSam Atkins
2021-12-09LibWeb: Add new UnresolvedStyleValue classSam Atkins
2021-11-17LibWeb: Store all background properties in BackgroundLayerDataSam Atkins
2021-11-17LibWeb: Bring BackgroundStyleValue::to_string() to specSam Atkins
2021-11-10LibWeb: Parse background-size as part of background shorthandSam Atkins
2021-11-10LibWeb: Add BackgroundSizeStyleValueSam Atkins
2021-11-10LibWeb: Store Repeat values directly in BackgroundRepeatStyleValueSam Atkins
2021-11-10LibWeb: Use BackgroundRepeatStyleValue in `background` shorthandSam Atkins
2021-11-10LibWeb: Parse `background-clip` and `background-origin`Sam Atkins
2021-11-10LibWeb: Parse `background-attachment` as part of `background` propertySam Atkins
2021-11-10LibWeb: Add `background-position` to `background` propertySam Atkins
2021-11-10LibWeb: Parse CSS `background-position` propertySam Atkins
2021-10-23LibWeb: Move image resource request out of ImageStyleValue constructorSam Atkins
2021-10-19LibWeb: Distinguish between integer and float in NumericStyleValueSam Atkins
2021-10-18LibWeb: Make 'auto' LengthStyleValues return 'auto' identifierSam Atkins
2021-10-18LibWeb: Use east const in StyleValue.{h,cpp}Sam Atkins
2021-10-15LibWeb: Use W3C urls for CSS-VALUES-3 spec linksSam Atkins
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-10-06LibWeb: Add missing headersBen Wiederhake
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-05LibWeb: Make things aware of box-sizingSam Atkins
2021-10-03LibWeb: Make ColorStyleValue serialization spec compliantAndreas Kling
2021-09-30LibWeb: Fix null dereference when assigning an ImageStyleValue via JSAndreas Kling
2021-09-24LibWeb: Absolutize internal lengths in all StyleValuesAndreas Kling
2021-09-24LibWeb: Clarify StyleValue API with new naming schemeSam Atkins
2021-09-24LibWeb: Alphabetically sort StyleValuesSam Atkins
2021-09-23LibWeb: Fix `auto` conversion to identifierSam Atkins