Commit History

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