summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleProperties.cpp
AgeCommit message (Expand)Author
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
2022-08-07LibWeb: Use rect value in CSS clip propertyTom
2022-07-23LibWeb: Implement `appearance` CSS propertyMacDue
2022-07-21LibWeb: Add proper support for Angle parameters in transform functionsSam Atkins
2022-07-12LibWeb: Honor `align-self` over `align-items` when non-auto on flex itemAndreas Kling
2022-04-14LibWeb: Allow multiple text-decoration-linesSam Atkins
2022-04-14LibWeb: Make StyleProperties::property() always return a valueSam Atkins
2022-04-14LibWeb: Use generated value_id_to_foo() functionsSam Atkins
2022-04-14LibWeb: Return Optional from StyleProperties::box_sizing()Sam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30LibWeb: Use font-derived metrics for "line-height:normal"Andreas Kling