Commit History

Author SHA1 Message Date
  Sam Atkins 2df8d9c609 LibWeb: Initialize BoxShadowData lengths to 0px instead of undefined 3 years ago
  Sam Atkins 103613a3a9 LibWeb: Incorporate spread-distance into box-shadow rendering 3 years ago
  Sam Atkins 10c6c77b5c LibWeb: Render multiple box-shadows 3 years ago
  Tobias Christiansen 69aac6ecd7 LibWeb: Add new property 'text-decoration-style' 3 years ago
  Sam Atkins dc681913e8 LibWeb: Convert width/height and min-/max- versions to LengthPercentage 3 years ago
  Sam Atkins cb0cce5cdc LibWeb: Convert flex-basis to LengthPercentage 3 years ago
  Sam Atkins 784ba2ec42 LibWeb: Convert background-position to LengthPercentage 3 years ago
  Sam Atkins f602249ae9 LibWeb: Convert background-size from Length to LengthPercentage 3 years ago
  Sam Atkins f75e796909 LibWeb: Convert border-radii from Length to LengthPercentage :^) 3 years ago
  Sam Atkins a26cec3805 LibWeb: Convert `stroke-width` to LengthPercentage 3 years ago
  Sam Atkins 69878cde3e LibWeb: Remove unused StyleProperties::background_repeat() 3 years ago
  Sam Atkins aa43bee0d1 LibWeb: Store all background properties in BackgroundLayerData 3 years ago
  Sam Atkins a214036509 LibWeb: Remove background-repeat/image fields and getters 3 years ago
  Sam Atkins cdeac132dc LibWeb: Store background layers in ComputedValues 3 years ago
  Sam Atkins 1e53768f1b LibWeb: Combine background-repeat-x/y pseudo-properties 3 years ago
  Timothy Flynn 2fadbe176e LibWeb: Remove extraneous semi-colon 3 years ago
  Andreas Kling 989c0b23fe LibWeb: Use the correct initial value for the CSS 'align-items' property 3 years ago
  Andreas Kling ff45eb7fb1 LibWeb: Make computed opacity always available 3 years ago
  Andreas Kling 07f15aa550 LibWeb: Make computed flex-grow and flex-shrink always available 3 years ago
  Andreas Kling 1e832dd91a LibWeb: Add CSS::FlexBasisData::is_definite() 3 years ago
  huwdp ec43f7a2b0 LibWeb: Add initial version of pointer-events CSS property 3 years ago
  Andreas Kling 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 years ago
  Sam Atkins fc7af21c7c LibWeb: Make things aware of box-sizing 3 years ago
  Tobias Christiansen 9ebfafafbe LibWeb: Add transform property to the system 3 years ago
  Andreas Kling e2e6c12ea0 LibWeb: Make ComputedValues return larger items by const reference 3 years ago
  Tobias Christiansen f8ea730f29 LibWeb: Flexbox: Add default value for AlignItems 3 years ago
  Sam Atkins 3964b81d2b LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG 3 years ago
  Tobias Christiansen 307f90b675 LibWeb: Add proper parsing of the AlignItems property 3 years ago
  Tobias Christiansen 833936f3ec LibWeb: Add auto as a recognized argument of flex-basis 3 years ago
  Tobias Christiansen f1bdaafcf6 LibWeb: Make box-shadow known throughout the CSS subsystem 4 years ago