提交历史

作者 SHA1 备注 提交日期
  Michael Ragazzon 37cf4d3e7f Refactor ElementDecoration to ElementEffects 1 年之前
  Michael Ragazzon a064612685 Avoid setting computed 'has_decorator' and similar when their pointer is empty 2 年之前
  Michael Ragazzon 0471ce737e Add support for 'mask-image' property 2 年之前
  Michael Ragazzon 655cd9a0fd Add support for the 'box-shadow' property 2 年之前
  Michael Ragazzon a5e3c7fc8d Add Filter class, to be used with the new 'filter' and 'backdrop-filter' properties 2 年之前
  Maximilian Stark f09cc28445 Scale pixels-per-inch (PPI) units based on the context's dp-ratio (#468) 2 年之前
  Michael Ragazzon abe77eb197 Fix 'rem' units in ComputeLength 3 年之前
  Michael Ragazzon ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 年之前
  Michael Ragazzon 7492876298 The great formattening - format all library source code and documents 2 年之前
  Igor Segalla 6df2e64eaa Add `letter-spacing` property to RCSS (#429) 2 年之前
  Michael Ragazzon 21a0ec2acc Merge branch 'develop' 2 年之前
  Michael Ragazzon 1410d5146d Add `overscroll-behavior` RCSS property 2 年之前
  Michael Ragazzon 4742dda07d Improve and refactor layout engine, better conformance to CSS specification 3 年之前
  Michael Ragazzon ed9c68966a Remove default on switch with all enum values covered 3 年之前
  Michael Ragazzon 612251e1b4 Add support for the 'none' keyword in the max-width and max-height properties 3 年之前
  Michael Ragazzon 82b6bcf246 Dirty siblings when ID, class or pseudo class is changed 3 年之前
  Michael Ragazzon 641aea9edf Fix line-height 3 年之前
  Michael Ragazzon 8b7388ecdc Refactor ComputedValues to reduce memory usage. 3 年之前
  Michael Ragazzon aba05b4a8e Update style sheet index cache lookup for faster retrieval of element style definition, see #293. 3 年之前
  Michael Ragazzon 91f6bfc9d9 Make element definitions const 3 年之前
  Michael Ragazzon 6a2a4c68c5 Add properties for flexbox layout 4 年之前
  Michael Ragazzon 8a022972f4 Add 'clip: always' property value, make the clip property non-inherited. See #235. 4 年之前
  Michael Ragazzon 44ef329f28 Improve error messages on missing font face 4 年之前
  Michael Ragazzon 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. 4 年之前
  Michael Ragazzon dc3d23dccc - Add a property 'resolution' to spritesheets, defines the "native" scaling of the image source. 5 年之前
  Michael Ragazzon 6247f3e297 Avoid style sheet copies during load, and only compile style sheet when active media blocks change. Cleanup. 4 年之前
  Maximilian Stark dd99820ecd Media queries (#169) 4 年之前
  Michael Ragazzon b50e8d192e Add label element 4 年之前
  Michael Ragazzon 6935810e12 Performance improvement when dirtying vw and vh units 4 年之前
  Michael Ragazzon 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. 4 年之前