AndryBlack 7d67a4bd8d Activate/Deactivate keyboard in system interface 14 years ago
..
Python 09b9364721 Bug fixes and header licenses 15 years ago
BaseXMLParser.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Box.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Colour.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Colour.inl 09b9364721 Bug fixes and header licenses 15 years ago
Context.h fed2dda607 Renderer performance updates 15 years ago
ContextInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
ConvolutionFilter.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Core.h 09b9364721 Bug fixes and header licenses 15 years ago
Debug.h 939aac35df Fixed compilation errors when building on a Linux PowerPC (Thanks Mathieu Olivier) 14 years ago
Decorator.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
DecoratorInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Dictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Dictionary.inl 09b9364721 Bug fixes and header licenses 15 years ago
Element.h fed2dda607 Renderer performance updates 15 years ago
Element.inl 09b9364721 Bug fixes and header licenses 15 years ago
ElementDocument.h fed2dda607 Renderer performance updates 15 years ago
ElementInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
ElementInstancerGeneric.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
ElementInstancerGeneric.inl 09b9364721 Bug fixes and header licenses 15 years ago
ElementReference.h d5f3fc229b Correctly export ElementReference, so applications can use it. 15 years ago
ElementScroll.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
ElementText.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
ElementUtilities.h fed2dda607 Renderer performance updates 15 years ago
Event.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
EventInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
EventListener.h 09b9364721 Bug fixes and header licenses 15 years ago
EventListenerInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Factory.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
FileInterface.h 156ea6bd2f Added Length API to FileInterface. 14 years ago
Font.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
FontDatabase.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
FontEffect.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
FontEffectInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
FontGlyph.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Geometry.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
GeometryUtilities.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Header.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 years ago
Input.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Log.h 0fb91765b9 Re-enable ROCKET_ASSERT in debug builds. Correctly handle asserts on Win32, so it stops the application. 15 years ago
Math.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
MathTypes.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Platform.h e5fff5a1b6 Had to modify two header files to prevent errors and warnings when using libRocket in a MinGW compiled project. libRocket should now compile against mingw, and link in a mingw project. Huzzah! 15 years ago
Plugin.h 0e8316e5b4 Properly cleanup global libRocket system on Core::Shutdown. This allows libRocket to be Shutdown and reinitialised within the same execution. 15 years ago
Pool.inl 09b9364721 Bug fixes and header licenses 15 years ago
Property.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
PropertyDefinition.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
PropertyDictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
PropertyParser.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
PropertySpecification.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
ReferenceCountable.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
RenderInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
ScriptInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Stream.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
StreamMemory.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
String.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 years ago
StringBase.h 0fb91765b9 Re-enable ROCKET_ASSERT in debug builds. Correctly handle asserts on Win32, so it stops the application. 15 years ago
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 years ago
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 years ago
StyleSheet.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
StyleSheetKeywords.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
StyleSheetSpecification.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
SystemInterface.h 7d67a4bd8d Activate/Deactivate keyboard in system interface 14 years ago
Texture.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
TypeConverter.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 years ago
TypeConverter.inl 22aedcca59 Added TypeConverter for conversion from char to word - fixes Context::ProcessTextInput(String) 15 years ago
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 years ago
URL.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Variant.h b60bd21aa0 Remove reference counted DataBlocks from Variant. Document loads are slightly faster. 15 years ago
Variant.inl b60bd21aa0 Remove reference counted DataBlocks from Variant. Document loads are slightly faster. 15 years ago
Vector2.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
Vector2.inl b385d10fe3 Clang build fix 14 years ago
Vertex.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
WString.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
XMLNodeHandler.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago
XMLParser.h 0199dd021e libRocket 1.2 beta, initial import 15 years ago