summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/ComputedValues.h
AgeCommit message (Expand)Author
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
2021-11-17LibWeb: Store all background properties in BackgroundLayerDataSam Atkins
2021-11-17LibWeb: Remove background-repeat/image fields and gettersSam Atkins
2021-11-17LibWeb: Store background layers in ComputedValuesSam Atkins
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-10-29LibWeb: Remove extraneous semi-colonTimothy Flynn
2021-10-19LibWeb: Use the correct initial value for the CSS 'align-items' propertyAndreas 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-13LibWeb: Add CSS::FlexBasisData::is_definite()Andreas Kling
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-05LibWeb: Make things aware of box-sizingSam Atkins
2021-09-18LibWeb: Add transform property to the systemTobias Christiansen
2021-09-17LibWeb: Make ComputedValues return larger items by const referenceAndreas Kling
2021-09-16LibWeb: Flexbox: Add default value for AlignItemsTobias Christiansen
2021-09-16LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVGSam Atkins
2021-09-15LibWeb: Add proper parsing of the AlignItems propertyTobias Christiansen
2021-08-07LibWeb: Add auto as a recognized argument of flex-basisTobias Christiansen
2021-07-24LibWeb: Make box-shadow known throughout the CSS subsystemTobias Christiansen