summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleProperties.cpp
AgeCommit message (Expand)Author
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
2022-03-24LibWeb: Parse and compute text-shadow propertySam Atkins
2022-03-24LbWeb: Rename BoxShadowFoo => ShadowFooSam Atkins
2022-03-23LibWeb: Parse CSS "font-variant" as part of "font"Andreas Kling
2022-03-22LibWeb: Support `transform: translate(...)` by percentageSimon Wanner
2022-03-22LibWeb: Apply the CSS transform-origin propertySimon Wanner
2022-03-21LibWeb: Pick up the CSS "visibility" property an honor it when paintingAndreas 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-13LibWeb: Make StyleProperties::operator==(StyleProperties) actually workAndreas Kling
2022-03-12LibWeb: Add support for the text-justify propertysin-ack
2022-03-07LibWeb: Support more CSS image-rendering valuesAndreas Kling
2022-03-04LibWeb: Preserve z-index:auto in CSS::ComputedValuesAndreas Kling
2022-02-26LibWeb: Add vertical-align to ComputedValuesAndreas Kling
2022-02-25LibWeb: Compute value for `content` propertySam Atkins
2022-02-19LibWeb: Turn StyleProperties::m_property_values into an ArrayAndreas Kling
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej