Historial de Commits

Autor SHA1 Mensaje Fecha
  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. hace 5 años
  Michael Ragazzon 836026788b Clean up element style hace 6 años
  Michael Ragazzon d1d72de3f8 Replace PropertyNameList with PropertyIdSet (previously DirtyPropertyList) hace 6 años
  Michael Ragazzon d2b708077e Only dirty properties that are actually changed during update definition. hace 6 años
  Michael Ragazzon 6833c4d5bc Remove reference countable from element definition hace 6 años
  Michael Ragazzon 391f39b038 Merge branch 'master' into performance hace 6 años
  Michael Ragazzon eff01ba43a The big rename. We are now RmlUi version 2.0! hace 6 años
  Michael Ragazzon 9a04ade50b Cleanup element style and definition. hace 6 años
  Michael Ragazzon 23e356ae4c Remove pseudo class properties from element definition. This simplifies the code a whole lot, and makes fetching a new definition a lot faster. This means that we have to fetch new definitions more often (specifically, now also when we set a pseudo class), but despite this, the net performance gains are substantial. We could introduce flags to avoid this later. hace 6 años
  Michael Ragazzon 05a24f63d5 Now that we have PropertyIds, we can use a bitset to represent dirty properties, increasing iteration performance. hace 6 años
  Michael Ragazzon 0457df38ef Make pseudo class list a small set. hace 6 años
  Michael Ragazzon 0648030380 Make the pseudo class merge readable (should be equivalent) hace 6 años
  Michael Ragazzon ff961eb7a7 Some cleanup of decorator instancing. hace 6 años
  Michael Ragazzon cc0b4a459a Decorators and their instancers now use smart pointers instead of manual reference counting hace 6 años
  Michael Ragazzon dfdea4affd WIP: At-rule for decorators hace 6 años
  Michael Ragazzon 89821a3e90 WIP PropertyId hace 6 años
  Michael Ragazzon 85a633693c Remove the old IterateProperties, replace with new iterators hace 6 años
  Michael Ragazzon 68eefcaeb0 Move iterators to separate file hace 6 años
  Michael Ragazzon 240b84cb19 Implement iterator for element definition hace 6 años
  Michael Ragazzon 25c936544b Computed values: Iterating over the locally defined properties hace 6 años
  Michael Ragazzon 44161a1cc7 Optimize for empty pseudo class hace 6 años
  Michael Ragazzon f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. hace 6 años
  Michael Ragazzon 0e390e9860 Trying to fix decorators hace 6 años
  Michael Ragazzon 44adb03aee WIP more strings to IDs (not compiling) hace 6 años
  Michael Ragazzon f7e1c4c4fb WIP PropertyNames from Strings to IDs (not compiling) hace 6 años
  Michael Ragazzon c307140b9b Replacing some containers hace 6 años
  Michael Ragazzon e6638f1020 WIP: Attempt to replace Rocket::String with std::string hace 6 años
  David Wimsey 4e1786a833 Updated source files and private headers to use relative paths to public headers. This prevents the compiler from pulling in an installed copy of libRocket headers rather than the source copy of the headers if libRocket happens to be installed on the system already. hace 11 años
  David Wimsey 336b8f8d69 Fixes parameter warnings in a way that works across all supported compilers while retaining full functionally and warnings if used in the future hace 11 años
  Lloyd Weehuizen 08fe99d56f Cache BR tag in Rocket::String for faster comparisons. hace 15 años