summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.cpp
AgeCommit message (Expand)Author
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-04LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclarationnetworkException
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-04-18LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSVSam Atkins
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 to_value_id() functionsSam Atkins
2022-04-13LibWeb: Fix typo in CSS::Display::is_outside_and_inside() nameAndreas Kling
2022-04-11LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to specAndreas Kling
2022-04-03LibWeb: Make resolved styles handle calculated length-percentagesSimon Wanner
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-03-24LbWeb: Rename BoxShadowFoo => ShadowFooSam Atkins
2022-03-20LibWeb: Avoid some layouts in getComputedStyle() property getterAndreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-09LibWeb: Flush pending layouts when accessing element resolved styleAndreas Kling
2022-03-07LibWeb: Support more CSS image-rendering valuesAndreas Kling
2022-02-26LibWeb: Add vertical-align to ComputedValuesAndreas Kling
2022-02-19LibWeb: Add support for CSS image-rendering propertyMaciej
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-08LibWeb: Parse spread-distance and `inset` parts of box-shadowSam Atkins
2022-02-06LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macroAndreas Kling
2022-02-03LibWeb: Allow comma- or space-separated StyleValueListsSam Atkins
2022-01-23LibWeb: Add new property 'text-decoration-style'Tobias Christiansen
2022-01-20LibWeb: Convert width/height and min-/max- versions to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert flex-basis to LengthPercentageSam Atkins
2021-11-17LibWeb: Remove background-repeat/image fields and gettersSam Atkins
2021-11-10LibWeb: Parse background-size as part of background shorthandSam Atkins
2021-11-10LibWeb: Store Repeat values directly in BackgroundRepeatStyleValueSam Atkins
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-11-10LibWeb: Use BackgroundRepeatStyleValue in `background` shorthandSam Atkins
2021-11-10LibWeb: Parse `background-clip` and `background-origin`Sam Atkins
2021-11-10LibWeb: Parse `background-attachment` as part of `background` propertySam Atkins
2021-11-10LibWeb: Add `background-position` to `background` propertySam Atkins
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-15LibWeb: Use W3C urls for CSSOM spec linksSam Atkins
2021-10-13LibWeb: Fix bogus 'none' values for resolved min-width and min-heightAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-05LibWeb: Add resolved style lookup for border propertiesSam Atkins
2021-10-05LibWeb: Add resolved style lookup for margin/padding shorthandsSam Atkins
2021-10-05LibWeb: Make things aware of box-sizingSam Atkins
2021-10-04LibWeb: Improve resolved style for CSS {min,max}-{width,height}Andreas Kling
2021-10-01LibWeb: Implement CSSRule and CSSStyleDeclaration serializationAndreas Kling
2021-09-24LibWeb: Rename CSS::StyleResolver => StyleComputerAndreas Kling
2021-09-24LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"Andreas Kling