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

Аутор SHA1 Порука Датум
  Michael Ragazzon f9975a0e8e Begin conversion to UTF8 пре 6 година
  Michael Ragazzon 7a86858d96 Implement NinePatch decorator пре 6 година
  Michael Ragazzon 25b8b45ca7 Rework some of the element instancers and the pool. Use pools for assigning plain Elements and ElementTextDefault. пре 6 година
  Michael Ragazzon 2045214b7f Additional Tracy profiling, including overloaded new/delete operators for memory inspection. пре 6 година
  Michael Ragazzon b10a47c0c1 Additional profiling zones пре 6 година
  Michael Ragazzon acea973863 Move remaining functions out of String.h and into StringUtilities.h. пре 6 година
  Michael Ragazzon cb347e1a38 NULL to nullptr пре 6 година
  Michael Ragazzon 68f53dce67 Clean up types and aliases, trying to be more consistent. пре 6 година
  Michael Ragazzon 130674a7b2 Refining the Core API: Now interfaces and instancers are passed as raw pointers to RmlUi, and considered non-owning. It is the user's responsibility to keep the objects alive until after Core::Shutdown and then release these objects at their discretion. пре 6 година
  Michael Ragazzon ae6f186d45 Remove ReferenceCountable from XmlNodeHandler пре 6 година
  Michael Ragazzon 3ee01de68c Remove ReferenceCountable from Stream пре 6 година
  Michael Ragazzon 3691b70f98 Remove ReferenceCountable from StyleSheet пре 6 година
  Michael Ragazzon ebe3e3a14a Remove ReferenceCountable from Event and EventInstancer пре 6 година
  Michael Ragazzon 7ed4250e30 Remove ReferenceCountable from Context and ContextInstancer пре 6 година
  Michael Ragazzon 39318abafa Make a Releasable class for the smart pointer deleters, to aid in correct new/delete across libraries. пре 6 година
  Michael Ragazzon 99c1873d7c Clean up. Make element instancer unique_ptr. пре 6 година
  Michael Ragazzon ab8bc1e2af Remove reference count on Element and replace by unique_ptr пре 6 година
  Michael Ragazzon 94903c248c Implement font-effect property. пре 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 ad18eb571a Cleanup, move spritesheet to own file. пре 6 година
  Michael Ragazzon 43da6ad7a2 Remove 'none' decorator, no need for that anymore. Add an interface class for DecoratorInstancer for a more stable API. пре 6 година
  Michael Ragazzon cc0b4a459a Decorators and their instancers now use smart pointers instead of manual reference counting пре 6 година
  Michael Ragazzon efd2f86c12 Spritesheets now rendering in decorators. Still work to do. пре 6 година
  Michael Ragazzon e9a6bfb153 Decorators now properly renders (just need to update stylesheets) пре 6 година
  Michael Ragazzon 42ac8ad4d2 Still WIP, but compiling, running, and displaying text (without font effects). пре 6 година
  Michael Ragazzon dfdea4affd WIP: At-rule for decorators пре 6 година
  Michael Ragazzon bab0571267 WIP. Move ID-name mapping to PropertySpecification. Each specification has its own set of id/names, and only the main stylesheet needs to be a singleton. пре 6 година
  Michael Ragazzon 9380fb5970 Use the Dictionary on OnAttributeChange to avoid copies and double map lookup пре 6 година
  Michael Ragazzon d2c395645c Make Event unaware of event specification, pass by parameter instead. пре 6 година