summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleProperties.cpp
AgeCommit message (Expand)Author
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
2022-02-18LibWeb: Remove Length::Type::Undefined! :^)Sam Atkins
2022-02-18LibWeb: Use Optional instead of undefined-lengths for widths/heightsSam Atkins
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam Atkins
2022-02-07LibWeb: Parse `display: inline-flex`Sam Atkins
2022-02-07LibWeb: Add `pointer-events: all`Sam Atkins
2022-02-04LibWeb: Allow calc() in opacitySam Atkins
2022-02-04LibWeb: Allow LengthPercentage to hold a calculated valueSam Atkins
2022-02-04LibWeb: Replace Length::set_calculated_style() with ::make_calculated()Sam Atkins
2022-01-23LibWeb: Add new property 'text-decoration-style'Tobias Christiansen
2022-01-20LibWeb: Convert opacity property from Length to PercentageSam Atkins
2022-01-20LibWeb: Convert width/height and min-/max- versions to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert flex-basis to LengthPercentageSam Atkins
2022-01-20LibWeb: Handle percentage and number line-heightsSam Atkins
2022-01-20LibWeb: Remove unused StyleProperties::background_repeat()Sam Atkins
2021-11-10LibWeb: Store Repeat values directly in BackgroundRepeatStyleValueSam Atkins
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-10-28LibWeb: Make non-absolute values for line-height fall back to font-sizeAndreas Kling
2021-10-28LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)Andreas Kling
2021-10-19LibWeb: Make computed opacity always availableAndreas Kling
2021-10-19LibWeb: Make computed flex-grow and flex-shrink always availableAndreas Kling
2021-10-19LibWeb: Distinguish between integer and float in NumericStyleValueSam Atkins
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-05LibWeb: Make things aware of box-sizingSam Atkins
2021-09-24LibWeb: Remove on-demand font resolutionAndreas Kling
2021-09-24LibWeb: Start absolutizing lengths after performing the CSS cascadeAndreas Kling
2021-09-24LibWeb: Use new StyleValue API in StyleProperties.cppSam Atkins
2021-09-24LibWeb: Clarify StyleValue API with new naming schemeSam Atkins
2021-09-21LibWeb: Start implementing the CSS cascadeAndreas Kling
2021-09-18LibWeb: Add transform property to the systemTobias Christiansen
2021-09-17LibWeb: Make StyleValue::to_color() take a Node instead of the DocumentSam Atkins
2021-09-16LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unrefBrian Gianforcaro
2021-09-15LibWeb: Add proper parsing of the AlignItems propertyTobias Christiansen
2021-09-12LibWeb: Correctly parse numeric and 'auto' z-index valuesSam Atkins
2021-09-12LibWeb: Fix CSS opacity parsingSam Atkins