Commit Verlauf

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