summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/ComputedValues.h
AgeCommit message (Expand)Author
2022-11-07LibWeb: Parse CSS gap propertymartinfalisse
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-14LibWeb: Parse the CSS align-content propertyAndreas Kling
2022-10-04LibWeb: Avoid a bunch of unnecessary copying in CSS::ComputedValuesAndreas Kling
2022-09-25LibWeb: Use CSS::Size for computed size and max-size valuesAndreas Kling
2022-09-16LibWeb: Plumb style/computed values for `backdrop-filter`MacDue
2022-09-08LibWeb: Make default CSS font settings match other browsers betterAndreas Kling
2022-08-25LibWeb: Parse grid-column-start and related CSS propertiesmartinfalisse
2022-08-25LibWeb: Parse grid-template-columns and grid-template-rowsmartinfalisse
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-07LibWeb: Use rect value in CSS clip propertyTom
2022-07-26LibWeb: Actually check if percentage used flex basis is definiteAndreas Kling
2022-07-23LibWeb: Implement `appearance` CSS propertyMacDue
2022-07-21LibWeb: Add proper support for Angle parameters in transform functionsSam Atkins
2022-07-17LibWeb: Allow having a linear-gradient() as a background-imageMacDue
2022-07-12LibWeb: Honor `align-self` over `align-items` when non-auto on flex itemAndreas Kling
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-06LibWeb: Use correct margin & padding values in anonymous wrapper boxesAndreas Kling
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-04-14LibWeb: Allow multiple text-decoration-linesSam Atkins
2022-04-04LibWeb: Make default text-decoration-thickness a fraction of font heightKarol Kosek
2022-04-02LibWeb: Implement the flex order CSS propertyEnver Balalic
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27LibWeb: Rename ComputedValues::offset() => inset()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-12LibWeb: Add support for the text-justify propertysin-ack
2022-03-06LibWeb: Compute `text-decoration-thickness` valuesKarol Kosek
2022-03-06LibWeb: Compute `text-decoration-color` valuesKarol Kosek
2022-02-26LibWeb: Add vertical-align to ComputedValuesAndreas Kling
2022-02-25LibWeb: Compute value for `content` propertySam Atkins
2022-02-21LibWeb: Respect font-size specified by CSS in "em" length calculationsAndreas 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-18LibWeb: Initialize BoxShadowData lengths to 0px instead of undefinedSam Atkins
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam 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
2022-01-20LibWeb: Convert background-position to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert background-size from Length to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert border-radii from Length to LengthPercentage :^)Sam Atkins
2022-01-20LibWeb: Convert `stroke-width` to LengthPercentageSam Atkins
2022-01-20LibWeb: Remove unused StyleProperties::background_repeat()Sam Atkins