summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2023-04-19LibWeb: Simplify StyleValue API now that `auto` isn't a lengthSam Atkins
2023-04-19LibWeb: Verify we don't accidentally create an `auto` LengthStyleValueSam Atkins
2023-04-19LibWeb: Stop creating `auto` LengthStyleValue for resolved styleSam Atkins
2023-04-19LibWeb: Stop parsing `auto` as a LengthSam Atkins
2023-04-19LibWeb: Check flex longhands first when parsing flex shorthandSam Atkins
2023-04-19LibWeb: Properly handle `auto` in StyleProperties::length_percentage()Sam Atkins
2023-04-19LibWeb: Properly handle `auto` when parsing `background-size`Sam Atkins
2023-04-19LibWeb: Fix broken handling of `flex: <flex-grow>` shorthandAndreas Kling
2023-04-14LibWeb: Resolve more background-related propertiesKarol Kosek
2023-04-13LibWeb: Reimplement CalculatedStyleValue as a calculation node treeSam Atkins
2023-04-13LibWeb: Expose type and raw values of basic CSS typesSam Atkins
2023-04-13LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)Sam Atkins
2023-04-13LibWeb: Move StyleValue::absolutized() back where it belongsSam Atkins
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-09LibWeb: Port EventTarget to new {Fly}StringKenneth Myhra
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-04-06LibWeb: Implement the `:defined` pseudo classLuke Wilde
2023-04-03LibWeb: Expand background-position layers into x/y position listsMacDue
2023-04-03LibWeb: Add getter for separator to StyleValueListMacDue
2023-04-03LibWeb: Parse and plumb background-position-x/yMacDue
2023-04-03LibWeb: Add EdgeStyleValueMacDue
2023-04-03LibWeb: Add longhand properties for background-positionMacDue
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-03-30LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-30LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}Sam Atkins
2023-03-30LibWeb: Make `absolutized_length()` helper a Length methodSam Atkins
2023-03-30LibWeb: Move to_gfx_scaling_mode() helperSam Atkins
2023-03-30LibWeb: Move PositionValue into its own filesSam Atkins
2023-03-30LibWeb: Move CSS::EdgeRect into its own filesSam Atkins
2023-03-30LibWeb: Move BackgroundSize enum to ComputedValues.hSam Atkins
2023-03-30LibWeb: Move FlexBasis enum to ComputedValues.hSam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from LengthSam Atkins
2023-03-30LibWeb: Let CSS::Size contain a CalculatedStyleValueSam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from TimeSam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from FrequencySam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from AngleSam Atkins
2023-03-30LibWeb: Introduce CalculatedOr typeSam Atkins
2023-03-30LibWeb: Actually visit rules and media queries in imported style sheetsAndreas Kling
2023-03-30LibWeb: Don't re-sort StyleSheetList on every new sheet insertionAndreas Kling
2023-03-29LibWeb: Parse Element.style url functions relative to the documentLuke Wilde
2023-03-28LibWeb: Declare defaulted style value comparision operators inlineAndrew Kaster
2023-03-27LibWeb: Stop returning the left padding for resolved padding-bottomSam Atkins
2023-03-25LibWeb: Remove now-unused includes from StyleValue.cppSam Atkins
2023-03-25LibWeb: Split StyleValueList out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split RectStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split UnsetStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split UnresolvedStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split TimeStyleValue out of StyleValue.{h,cpp}Sam Atkins