Commit History

Author SHA1 Message Date
  Michael Ragazzon 66d0b7c4d5 Add text decorator, solves #679 1 year ago
  Michael Ragazzon 2f146f4150 Add support for conic-gradient and radial-gradient, as well as their repeating variations 2 years ago
  Michael Ragazzon c3622e669c Allow decorators to specify paint area [breaking change] 2 years ago
  Michael Ragazzon b6efab1d8b Add 'linear-gradient' and 'repeating-linear-gradient' decorators 2 years ago
  Michael Ragazzon 556607d35b Replace gradient decorator syntax 'gradient(horizontal|vertical ...)' with 'horizontal-gradient(...)' and 'vertical-gradient(...)' [deprecation] 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 7492876298 The great formattening - format all library source code and documents 2 years ago
  Michael Ragazzon 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables 3 years ago
  Michael Ragazzon 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. 4 years ago
  Michael Ragazzon 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. 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
  Victor Luchits 262031f2ab Implement gradient decorator 6 years ago