Lloyd Weehuizen 1a3ea422b5 Fix STATIC_ASSERT on gcc and change string sizes to 32bit ints. 15 жил өмнө
..
Python 09b9364721 Bug fixes and header licenses 15 жил өмнө
BaseXMLParser.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Box.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Colour.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Colour.inl 09b9364721 Bug fixes and header licenses 15 жил өмнө
Context.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ContextInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ConvolutionFilter.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Core.h 09b9364721 Bug fixes and header licenses 15 жил өмнө
Debug.h 1a3ea422b5 Fix STATIC_ASSERT on gcc and change string sizes to 32bit ints. 15 жил өмнө
Decorator.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
DecoratorInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Dictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Dictionary.inl 09b9364721 Bug fixes and header licenses 15 жил өмнө
Element.h aa1d222245 Add caching of element clipping on the element to remove property lookups during render. 15 жил өмнө
Element.inl 09b9364721 Bug fixes and header licenses 15 жил өмнө
ElementDocument.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ElementInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ElementInstancerGeneric.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ElementInstancerGeneric.inl 09b9364721 Bug fixes and header licenses 15 жил өмнө
ElementReference.h d5f3fc229b Correctly export ElementReference, so applications can use it. 15 жил өмнө
ElementScroll.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ElementText.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ElementUtilities.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Event.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
EventInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
EventListener.h 09b9364721 Bug fixes and header licenses 15 жил өмнө
EventListenerInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Factory.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
FileInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Font.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
FontDatabase.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
FontEffect.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
FontEffectInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
FontGlyph.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Geometry.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
GeometryUtilities.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Header.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 жил өмнө
Input.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Log.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Math.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
MathTypes.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Platform.h 7c51d69a44 Fix segfaults on x86_64 architectures. 15 жил өмнө
Plugin.h 0e8316e5b4 Properly cleanup global libRocket system on Core::Shutdown. This allows libRocket to be Shutdown and reinitialised within the same execution. 15 жил өмнө
Pool.h 09b9364721 Bug fixes and header licenses 15 жил өмнө
Pool.inl 09b9364721 Bug fixes and header licenses 15 жил өмнө
Property.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
PropertyDefinition.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
PropertyDictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
PropertyParser.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
PropertySpecification.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ReferenceCountable.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
RenderInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
ScriptInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Stream.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
StreamMemory.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
String.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 жил өмнө
StringBase.h 1a3ea422b5 Fix STATIC_ASSERT on gcc and change string sizes to 32bit ints. 15 жил өмнө
StringBase.inl 57047fe69e Reworked 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 жил өмнө
StringUtilities.h 57047fe69e Reworked 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 жил өмнө
StyleSheet.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
StyleSheetKeywords.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
StyleSheetSpecification.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
SystemInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Texture.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
TypeConverter.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 жил өмнө
TypeConverter.inl 22aedcca59 Added TypeConverter for conversion from char to word - fixes Context::ProcessTextInput(String) 15 жил өмнө
Types.h 57047fe69e Reworked 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 жил өмнө
URL.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Variant.h b60bd21aa0 Remove reference counted DataBlocks from Variant. Document loads are slightly faster. 15 жил өмнө
Variant.inl b60bd21aa0 Remove reference counted DataBlocks from Variant. Document loads are slightly faster. 15 жил өмнө
Vector2.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
Vector2.inl 09b9364721 Bug fixes and header licenses 15 жил өмнө
Vertex.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
WString.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
XMLNodeHandler.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө
XMLParser.h 0199dd021e libRocket 1.2 beta, initial import 15 жил өмнө