Commit History

Author SHA1 Message Date
  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
  Maximilian Stark 48eda79d2c Added VH and VW units (#162) 4 years ago
  Michael Ragazzon a65b9db483 Fix warnings. 5 years ago
  Michael Ragazzon 13d1c5b064 Initialise and shutdown sprite sheet property parser. This fixes a crash when re-initialising RmlUi after it has previously been shut down. 5 years ago
  Michael Ragazzon 0a3aea6b70 Add some more zones for tracy profiler. 5 years ago
  Michael Ragazzon 55580edfd3 RCSS: Never require end-semicolon for the last property. 5 years ago
  Rokas Kupstys c261c1ff81 Add ability for user to override container types. 5 years ago
  Michael Ragazzon 9491549950 Implement `Element::QuerySelector` and `Element::QuerySelectorAll`. 5 years ago
  Michael Ragazzon e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. 5 years ago
  Michael Ragazzon 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 years ago