Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 2f0657739b LibWeb: Honor `align-self` over `align-items` when non-auto on flex item vor 3 Jahren
  Andreas Kling cefc931347 LibWeb: Make sure CSS::ComputedValues has initial size values vor 3 Jahren
  Andreas Kling 94509c9844 LibWeb: Use correct margin & padding values in anonymous wrapper boxes vor 3 Jahren
  MacDue 28c78b45ca LibWeb: Keep both horizontal and vertical border radii till painting vor 3 Jahren
  Sam Atkins 7c91fda088 LibWeb: Allow multiple text-decoration-lines vor 3 Jahren
  Karol Kosek 119873b822 LibWeb: Make default text-decoration-thickness a fraction of font height vor 3 Jahren
  Enver Balalic 58398b1e12 LibWeb: Implement the flex order CSS property vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Andreas Kling fa71401bec LibWeb: Rename ComputedValues::offset() => inset() vor 3 Jahren
  Sam Atkins 03daa4653f LibWeb: Parse and compute text-shadow property vor 3 Jahren
  Sam Atkins 1094654adc LbWeb: Rename BoxShadowFoo => ShadowFoo vor 3 Jahren
  Andreas Kling 5118a4c1e7 LibWeb: Parse CSS "font-variant" as part of "font" vor 3 Jahren
  Simon Wanner dc94879b83 LibWeb: Support `transform: translate(...)` by percentage vor 3 Jahren
  Simon Wanner 145efbe07a LibWeb: Apply the CSS transform-origin property vor 3 Jahren
  Andreas Kling df8ef03957 LibWeb: Pick up the CSS "visibility" property an honor it when painting vor 3 Jahren
  sin-ack 0679eadd62 LibWeb: Add support for the text-justify property vor 3 Jahren
  Karol Kosek b6b116d5f2 LibWeb: Compute `text-decoration-thickness` values vor 3 Jahren
  Karol Kosek f9d66bef5d LibWeb: Compute `text-decoration-color` values vor 3 Jahren
  Andreas Kling 1cdbd377e7 LibWeb: Add vertical-align to ComputedValues vor 3 Jahren
  Sam Atkins 1de0ca3286 LibWeb: Compute value for `content` property vor 3 Jahren
  Andreas Kling c61747fb2a LibWeb: Respect font-size specified by CSS in "em" length calculations vor 3 Jahren
  Maciej 3e1c1c0b16 LibWeb: Add support for CSS image-rendering property vor 3 Jahren
  Sam Atkins 5b2482a939 LibWeb: Use Optional instead of undefined-lengths for widths/heights vor 3 Jahren
  Sam Atkins 2df8d9c609 LibWeb: Initialize BoxShadowData lengths to 0px instead of undefined vor 3 Jahren
  Sam Atkins 103613a3a9 LibWeb: Incorporate spread-distance into box-shadow rendering vor 3 Jahren
  Sam Atkins 10c6c77b5c LibWeb: Render multiple box-shadows vor 3 Jahren
  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