Историја ревизија

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