Commit History

Author SHA1 Message Date
  Michael Ragazzon b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 1 year ago
  Michael Ragazzon a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 years ago
  Michael Ragazzon c802aeb21b Use premultiplied alpha for vertex colors 2 years ago
  Michael Ragazzon c3622e669c Allow decorators to specify paint area [breaking change] 2 years ago
  Michael Ragazzon ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 years ago
  Michael Ragazzon 0bbd0193cb Only allow a single render interface, remove the ability to set per-context render interfaces [breaking change] 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 8b7388ecdc Refactor ComputedValues to reduce memory usage. 3 years ago
  Michael Ragazzon 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. 4 years ago
  Michael Ragazzon 7d8ef828b3 Fix pixel-rounding errors in edges of tiled decorators and ninepatch decorator. 4 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
  Rokas Kupstys c261c1ff81 Add ability for user to override container types. 5 years ago
  Michael Ragazzon 98282c7b2e Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive. 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 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 5 years ago
  Michael Ragazzon 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 5 years ago
  Michael Ragazzon b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 years ago
  Michael Ragazzon 039841c537 Make the resolve length functions safer, returns zero if unsuccessful. Rename to ResolveLength (emphasizes returned unit). Add Element::ResolveLength(property_name). See #55. 6 years ago
  Michael Ragazzon 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 years ago
  Michael Ragazzon 7a86858d96 Implement NinePatch decorator 6 years ago