Commit History

Author SHA1 Message Date
  Michael Ragazzon 354c37234d Style sheet parser: Adjust number of reserved properties, and formatting 1 year ago
  Michael R. P. Ragazzon 41e1291ad9 Avoid allocations during global initialization (#689) 1 year ago
  Michael Ragazzon 8559aaf596 Merge branch 'effects' (#594) 1 year ago
  Andreas Schultes 87ac91535c Use string parser for sprite sheet src property (#574) 1 year ago
  Jonathan 4c7ba7acfa Add support for the `not` prefix in media queries (#564) 1 year ago
  Michael Ragazzon a076be2494 Postpone instancing named decorators until other decorators are instanced 2 years ago
  Michael Ragazzon b6f70fffcd Refactor: Style sheet type names 2 years ago
  Michael Ragazzon 05ec09bce3 Refactor: Move DecoratorInstancer into the Decorator files 2 years ago
  Michael Ragazzon ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 years ago
  Michael Ragazzon a9657acee7 Math cleanup, rename and remove some functions 2 years ago
  Michael Ragazzon 7492876298 The great formattening - format all library source code and documents 2 years ago
  Michael Ragazzon 5267e7792f Add Rectangle class 3 years ago
  Michael Ragazzon 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables 3 years ago
  Michael Ragazzon 18b9a2a6ed Fix missing moves and avoid some allocations 3 years ago
  Eugene Kozlov 54d549bba8 Fix compilation when return type of `find_first_of` is not `size_t`. (#350) 3 years ago
  Michael Ragazzon a96164c451 RCSS attribute selector support (based on #240) 3 years ago
  Michael Ragazzon a44eef73e0 Clean up style sheet node parser and move the combinator to the child node 3 years ago
  Michael Ragazzon 377550d164 Add :not() selector to RCSS 3 years ago
  Michael Ragazzon c8f57a8208 Refactor StyleSheetNodeSelector for improved performance 3 years ago
  Michael Ragazzon 539ba2cee1 Add sibling selectors + and ~ to RCSS 3 years ago
  Michael Ragazzon 3eb6007c1f Change style sheet parser escape character to backslash, and allow whitespace characters at end of string 4 years ago
  Michael Ragazzon 0639b0fff0 Add printf-style warnings to the Log system. Fix resulting warnings. 4 years ago
  Michael Ragazzon f9276da68a Add a 'theme' media query for activating and deactivating media blocks 4 years ago
  Michael Ragazzon 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. 4 years ago
  Michael Ragazzon c263aa7918 Fix specificity for media blocks. 4 years ago
  Michael Ragazzon 53a5048970 Make it legal to define multiple sprites with the same name, the last one is used. Allow anonymous sprite sheets. 4 years ago
  Michael Ragazzon 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. 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