Histórico de Commits

Autor SHA1 Mensagem Data
  Rokas Kupstys c261c1ff81 Add ability for user to override container types. há 5 anos atrás
  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. há 5 anos atrás
  Michael Ragazzon e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. há 5 anos atrás
  Michael Ragazzon 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. há 5 anos atrás
  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. há 5 anos atrás
  Michael Ragazzon 8a0e9a0e3a Transform animations: há 6 anos atrás
  Michael Ragazzon b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. há 6 anos atrás
  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. há 6 anos atrás
  Michael Ragazzon 7a0c4df49f Some transform fixes: Fix conversion to generic type (for interpolation), and add ToString() for decomposed matrix. há 6 anos atrás
  Michael Ragazzon b6739b4684 Replace render interface functions PushTransform and PopTransform with SetTransform há 6 anos atrás
  Michael Ragazzon 40f19fe151 Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details. há 6 anos atrás
  Michael Ragazzon 391f39b038 Merge branch 'master' into performance há 6 anos atrás
  Michael Ragazzon eff01ba43a The big rename. We are now RmlUi version 2.0! há 6 anos atrás
  Michael Ragazzon ffccffd759 Avoid property copy and unnecessary compare (thanks @viciious, see #8) há 6 anos atrás
  Michael Ragazzon 2a53aa9424 Fix some compiler warnings há 6 anos atrás
  Michael Ragazzon 90c2d5005e Merge remote-tracking branch 'origin/master' into performance há 6 anos atrás
  Michael Ragazzon 39aff9cc4c Add rocketcore_api as appropriate and move ToString functions to cpp-file há 6 anos atrás
  Michael Ragazzon 6078956945 Clean up há 6 anos atrás
  Michael Ragazzon 42309c4c7e Initial support for C++11. há 6 anos atrás
  Michael 9bb9c01bf9 Convert transform, animation, and transition to string. há 7 anos atrás
  Michael 946e1f208e Transition-end event, and fix Matrix3d primitive. há 7 anos atrás
  Michael b6927b4e0c More strict about units. Numbers, lengths, angles and percentages are now separated. Lengths require a unit, except for "0". há 7 anos atrás
  Michael 1455ce70b9 Cleaning up animation, converting transforms to decomposed type when necessary. há 7 anos atrás
  Michael ddfaa3fa3e Proper full matrix interpolation by de- and recomposition. há 7 anos atrás
  Michael 4ec999e3d8 Allow matching transform primitives in their generic forms (e.g. translateX to translate3d). Helper functions and constructors for creating Transform animations. há 7 anos atrás
  Michael 3999bd623a Refactoring há 7 anos atrás
  Michael d093d96237 Implement support for different angle units in transforms. Resolve units of Primitives when adding animation keys. há 7 anos atrás
  Michael 3397937d79 Interpolating transforms for animation.Implemented Primitives as variants to avoid RTTI and virtual function calls. Now targeting C++17. há 7 anos atrás
  Michael 0a0da1a0ec Transforms should be updated when e.g. dragging window. há 7 anos atrás
  Markus Schöngart 8deea52b73 Updated transform property patch há 11 anos atrás