提交歷史

作者 SHA1 備註 提交日期
  stelar7 1aa84dfddd LibWeb: Implement CSS `atan()` 2 年之前
  stelar7 784e1cfb72 LibWeb: Implement CSS `acos()` 2 年之前
  stelar7 708b5ef447 LibWeb: Implement CSS `asin()` 2 年之前
  stelar7 64f0349a9e LibWeb: Implement CSS `tan()` 2 年之前
  stelar7 46a5efe388 LibWeb: Implement CSS `cos()` 2 年之前
  stelar7 c73f476915 LibWeb: Implement CSS `sin()` 2 年之前
  stelar7 ba7af82c5c LibWeb: Parse css math constants 2 年之前
  stelar7 e1e382152c LibWeb: Implement CSS `sign()` 2 年之前
  stelar7 79fc4c8a82 LibWeb: Implement CSS `abs()` 2 年之前
  Aliaksandr Kalenik 147c3b3d97 LibWeb+WebContent: Forbid access to underlying type of CSSPixels 2 年之前
  Andreas Kling df8a96ee00 LibWeb: Add a way to resolve calc() values without a layout node 2 年之前
  stelar7 2ef6aa5f3d LibWeb: Parse `clamp()` css math function 2 年之前
  stelar7 eaee0ecd88 LibWeb: Parse `max()` css math function 2 年之前
  stelar7 6a10821bfd LibWeb: Parse `min()` css math function 2 年之前
  stelar7 421559d725 LibWeb: Change calc node representation from float to double 2 年之前
  stelar7 344f37986f LibWeb: Allow calculated values in transform 2 年之前
  Andreas Kling 655d9d1462 LibWeb: Make CSSPixels and Length use 64-bit (double) floating point 2 年之前
  Andreas Kling e81d4ca1ac LibWeb: Fix off-by-one in CSS calc() "negate" operation 2 年之前
  Sam Atkins d0f80b40b2 LibWeb: Reimplement CalculatedStyleValue as a calculation node tree 2 年之前
  Sam Atkins 1352f8820b LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^) 2 年之前
  Sam Atkins bab968867d LibWeb: Move StyleValue::absolutized() back where it belongs 2 年之前
  Sam Atkins 1280d70d74 LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp} 2 年之前