Historique des commits

Auteur SHA1 Message Date
  Andreas Kling b6f3369b66 LibWeb: Fix spelling of non_anonymous_containing_block() il y a 2 ans
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels il y a 2 ans
  MacDue 377ff0ac26 LibWeb: Implement SVG `fill-rule` attribute il y a 2 ans
  Andi Gallo 940d9b98ae LibWeb: Add support for table caption il y a 2 ans
  Sam Atkins 6fd3b39bef LibWeb: Parse `aspect-ratio` property il y a 2 ans
  Luke Wilde 42a183720b LibWeb/SVG: Support url() in the stroke attribute il y a 2 ans
  stelar7 a5f2024afa LibWeb: Resolve the `transition-delay` property il y a 2 ans
  Simon Wanner 293ece2292 LibWeb: Support list-style-position il y a 2 ans
  Sam Atkins 1160d8186b LibWeb: Implement IntegerStyleValue, for holding `<integer>` il y a 2 ans
  Sam Atkins ad8565011c LibWeb: Rename NumericStyleValue -> NumberStyleValue il y a 2 ans
  Aliaksandr Kalenik 258f3ea952 LibWeb: Remove Layout::TableBox il y a 2 ans
  Sam Atkins e8a946c674 LibWeb: Remove StyleValue::has/to_length() il y a 2 ans
  Sam Atkins 5cbf6eb930 LibWeb: Remove StyleValue::has/to_integer() il y a 2 ans
  Sam Atkins 4ecf0b7768 LibWeb: Remove StyleValue::has/to_number() il y a 2 ans
  Andi Gallo 5cec517153 LibWeb: Get reference height from closest non-anonymous ancestor il y a 2 ans
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point il y a 2 ans
  Andreas Kling e2c72922f6 LibWeb: Make LayoutState use HashMap instead of potentially huge Vector il y a 2 ans
  Aliaksandr Kalenik 4fc4bd6c3f LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style() il y a 2 ans
  Andreas Kling 6cb9d755d9 LibWeb: Don't crash on percentage values for CSS stroke-width il y a 2 ans
  MacDue 00cda96e2d LibWeb: Implement SVG opacity properties il y a 2 ans
  Andreas Kling 5d4e9a0673 LibWeb: Basic support for CSS `text-indent: <length-percentage>` il y a 2 ans
  MacDue afd355c135 LibWeb: Resolve and paint SVG gradient fills il y a 2 ans
  MacDue 297d8eebcd LibWeb: Add stop-color as a CSS property il y a 2 ans
  Linus Groh 754e458d0a LibWeb/Layout: Rename Box::{paint => paintable}_box() il y a 2 ans
  Sam Atkins 0f9f6aef81 LibWeb: Simplify StyleValue API now that `auto` isn't a length il y a 2 ans
  MacDue bed55ac669 LibWeb: Parse and plumb background-position-x/y il y a 2 ans
  Sam Atkins 53a4a31af2 LibWeb: Remove CalculatedStyleValue from Length il y a 2 ans
  Sam Atkins 4c54c5d3dd LibWeb: Split StyleValueList out of StyleValue.{h,cpp} il y a 2 ans
  Sam Atkins b1ccd30b02 LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp} il y a 2 ans
  Sam Atkins e61a5ad180 LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp} il y a 2 ans