Commit History

Author SHA1 Message Date
  Michael Ragazzon 2de889aeb2 Change enum names to avoid collision with windows header macros, see #258 4 years ago
  Michael Ragazzon d60fa316d8 Fix parsing of property 'transition: all ...'. See #163. 4 years ago
  Michael Ragazzon 43ef442022 Fix warning and update X11 shell 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
  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 e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
  Michael Ragazzon acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago
  Michael Ragazzon d1d72de3f8 Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList) 6 years ago
  Michael Ragazzon ffc0df9c39 Fix TransitionList to string. 6 years ago
  Michael Ragazzon 391f39b038 Merge branch 'master' into performance 6 years ago
  Michael Ragazzon eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
  Michael Ragazzon d1785949d1 WIP: PropertyIds. Need to figure out how to deal with property groups. Possible solutions: 6 years ago
  Michael Ragazzon 90c2d5005e Merge remote-tracking branch 'origin/master' into performance 6 years ago
  Michael Ragazzon 42309c4c7e Initial support for C++11. 6 years ago
  Michael Ragazzon 0fa8af7154 Merge branch 'master' into performance 6 years ago
  Michael Ragazzon 73de134f71 Bugfix in AddAnimationKey, fix warnings (thanks viciious) 6 years ago
  Michael Ragazzon f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 years ago
  Michael Ragazzon 1ead58341e WIP: Replacing strings with IDs now compiling and running (puh). Producing... interesting results. 6 years ago
  Michael Ragazzon f7e1c4c4fb WIP PropertyNames from Strings to IDs (not compiling) 6 years ago
  Michael Ragazzon 709852fcf8 Replace std::unordered_map with robin_hood 6 years ago
  Michael Ragazzon e6638f1020 WIP: Attempt to replace Rocket::String with std::string 6 years ago
  Michael e222a50e9a Refactoring. 7 years ago