Walter Heil fc6ddc0569 Revert "Bugfix: fixed error building libRocket with MinGW" 12 rokov pred
..
Python 428fda50f8 Fix for static linking using mingw 13 rokov pred
BaseXMLParser.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Box.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Colour.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Colour.inl 09b9364721 Bug fixes and header licenses 15 rokov pred
Context.h fed2dda607 Renderer performance updates 15 rokov pred
ContextInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
ConvolutionFilter.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Core.h 09b9364721 Bug fixes and header licenses 15 rokov pred
Debug.h 939aac35df Fixed compilation errors when building on a Linux PowerPC (Thanks Mathieu Olivier) 14 rokov pred
Decorator.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
DecoratorInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Dictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Dictionary.inl 09b9364721 Bug fixes and header licenses 15 rokov pred
Element.h f4bc0e526a Optimize document re-layout by caching layout-important CSS properties 13 rokov pred
Element.inl 09b9364721 Bug fixes and header licenses 15 rokov pred
ElementDocument.h 9767f75af5 Add IsLayoutDirty method to Element class 13 rokov pred
ElementInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
ElementInstancerGeneric.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
ElementInstancerGeneric.inl 09b9364721 Bug fixes and header licenses 15 rokov pred
ElementReference.h d5f3fc229b Correctly export ElementReference, so applications can use it. 15 rokov pred
ElementScroll.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
ElementText.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
ElementUtilities.h 7c128117bd Implement Element::GetElementsByClassName 14 rokov pred
Event.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
EventInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
EventListener.h 09b9364721 Bug fixes and header licenses 15 rokov pred
EventListenerInstancer.h 111da76531 Pass the element that the event listener is being instanced for to the EventListenerInstancer 14 rokov pred
Factory.h 111da76531 Pass the element that the event listener is being instanced for to the EventListenerInstancer 14 rokov pred
FileInterface.h 156ea6bd2f Added Length API to FileInterface. 14 rokov pred
Font.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
FontDatabase.h 670c7ea4b1 Added method for loading font from memory getting the family, style and weight 13 rokov pred
FontEffect.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
FontEffectInstancer.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
FontGlyph.h 9cc171f3ed Replace std::map with std::vector for O(1) access to character properties 13 rokov pred
Geometry.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
GeometryUtilities.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Header.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 rokov pred
Input.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Log.h 0fb91765b9 Re-enable ROCKET_ASSERT in debug builds. Correctly handle asserts on Win32, so it stops the application. 15 rokov pred
Math.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
MathTypes.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Platform.h fc6ddc0569 Revert "Bugfix: fixed error building libRocket with MinGW" 12 rokov pred
Plugin.h 0e8316e5b4 Properly cleanup global libRocket system on Core::Shutdown. This allows libRocket to be Shutdown and reinitialised within the same execution. 15 rokov pred
Pool.inl 09b9364721 Bug fixes and header licenses 15 rokov pred
Property.h 5a76104b26 Replaced IN with INCH in Property::Unit enum 13 rokov pred
PropertyDefinition.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
PropertyDictionary.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
PropertyParser.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
PropertySpecification.h 1347239034 Keep the list of inherited properties in a separate set for quicker access 13 rokov pred
ReferenceCountable.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
RenderInterface.h fc0168ce1d Added "in", "cm", "mm", "pt" and "pc" units. 13 rokov pred
ScriptInterface.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Stream.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
StreamMemory.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
String.h 0ea2cf4c41 Optimize some of the string class operators 13 rokov pred
StringBase.h 0fb91765b9 Re-enable ROCKET_ASSERT in debug builds. Correctly handle asserts on Win32, so it stops the application. 15 rokov pred
StringBase.inl 0ea2cf4c41 Optimize some of the string class operators 13 rokov pred
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 rokov pred
StyleSheet.h 19581199df Added ROCKETCORE_API to StyleSheet class. 13 rokov pred
StyleSheetKeywords.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
StyleSheetSpecification.h 1347239034 Keep the list of inherited properties in a separate set for quicker access 13 rokov pred
SystemInterface.h 7d67a4bd8d Activate/Deactivate keyboard in system interface 14 rokov pred
Texture.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
TypeConverter.h f54fd9226e Added CMake project (only tested on Linux with GNU make) 15 rokov pred
TypeConverter.inl 22aedcca59 Added TypeConverter for conversion from char to word - fixes Context::ProcessTextInput(String) 15 rokov pred
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 rokov pred
URL.h 4841560f2b Url encoding fixes 14 rokov pred
Variant.h b60bd21aa0 Remove reference counted DataBlocks from Variant. Document loads are slightly faster. 15 rokov pred
Variant.inl 39568ff21e Stop gcc with -Wswitch complaining about missing NONE 13 rokov pred
Vector2.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
Vector2.inl b385d10fe3 Clang build fix 14 rokov pred
Vertex.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
WString.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
XMLNodeHandler.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred
XMLParser.h 0199dd021e libRocket 1.2 beta, initial import 15 rokov pred