summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleProperties.cpp
AgeCommit message (Expand)Author
2023-05-22LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rowsAliaksandr Kalenik
2023-05-20LibWeb: Implement SVG opacity propertiesMacDue
2023-05-17LibWeb: Support flex-basis: calc(...)Andreas Kling
2023-05-03LibWeb: Don't crash on unresolvable line-height: calc() valueAndreas Kling
2023-05-02LibWeb: Support multi-keyword syntax for CSS display propertyEmil Militzer
2023-04-30LibWeb: Change name of GridTrackSizeListStyleValuemartinfalisse
2023-04-29LibWeb: Wrap font metrics into a structSam Atkins
2023-04-28LibWeb: Add stop-color as a CSS propertyMacDue
2023-04-26LibWeb: Clamp CSS z-index to the range of a 32-bit integerAndreas Kling
2023-04-19LibWeb: Properly handle `auto` in StyleProperties::length_percentage()Sam Atkins
2023-03-30LibWeb: Remove CalculatedStyleValue from LengthSam Atkins
2023-03-30LibWeb: Let CSS::Size contain a CalculatedStyleValueSam 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 TransformationStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split StringStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split GridTrackSizeStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split GridTrackPlacementStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split GridTemplateAreaStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ContentStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split AngleStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-23LibWeb: Parse and plumb the `accent-color` CSS propertyMacDue
2023-03-18LibWeb: Add temporary hack for `line-height: calc(...)`Andreas Kling
2023-03-18LibWeb: Add support for the lh and rlh length unitsSimon Wanner
2023-03-06LibWeb: Stop using NonnullRefPtrVector for StyleValueVectorAndreas Kling
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-15LibWeb: Port ComputedValues to new StringsSam Atkins
2023-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
2023-01-17LibWeb: Support display inline-tableAliaksandr Kalenik
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-05LibWeb: Convert Layout::Node to new pixel unitsSam Atkins
2023-01-03LibWeb: Parse `border-collapse` property for HTML tablemartinfalisse
2023-01-01LibWeb: Allow use of calculated property for line-heightmartinfalisse
2022-12-10LibWeb: Remove unused StyleProperties::length_or_fallback functionKarol Kosek
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-11-02LibWeb: Don't panic on unsupported text-decoration-line valuesAndreas Kling
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-10-28LibWeb: Return empty Optional<StyleProperty> for shorthand propertiesLuke Wilde
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-09-25LibWeb: Teach CSS::StyleProperties to create CSS::Size valuesAndreas Kling
2022-09-17LibWeb: Get default fonts via Platform::FontPluginAndreas Kling
2022-09-16LibWeb: Plumb style/computed values for `backdrop-filter`MacDue
2022-09-15LibWeb: Resolve cyclic declaration/definitions involving LengthBen Wiederhake
2022-08-25LibWeb: Parse grid-column-start and related CSS propertiesmartinfalisse
2022-08-25LibWeb: Parse grid-template-columns and grid-template-rowsmartinfalisse
2022-08-25LibWeb: Parse grid display valuemartinfalisse