6fb6da6077Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path.
11 years ago
Lloyd Weehuizen
57047fe69eReworked String to remove shared memory pools and just include hashes directly on the object. This makes the String class thread-safe, but still keeps it around double the speed of std::string for comparison operations.
15 years ago
Lloyd Weehuizen
aa1d222245Add caching of element clipping on the element to remove property lookups during render.