Michael Ragazzon eb26dd47f2 Lua bindings building 6 lat temu
..
BitmapFont f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
Containers 945aa8f5a4 Include chobo-containers, put all third-party containers in the Rocket::Core namespace 6 lat temu
FreeType f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
Lua eb26dd47f2 Lua bindings building 6 lat temu
Python 63b64b66b1 Use a MSVC compatible preprocessor directive for warning messages 11 lat temu
Animation.h ad74d3d6c6 Remove some C++14 code, fixes C++11 and GCC compatibility, closes #3 hopefully (thanks @Barotto) 6 lat temu
BaseXMLParser.h b86efd039b Performance: Change several maps and sets to unordered_*. 7 lat temu
Box.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Colour.h 6a91e678bb Move namespace to inside the .inl files 6 lat temu
Colour.inl 6a91e678bb Move namespace to inside the .inl files 6 lat temu
ComputedValues.h 6e2aecc127 Remove WString.h, fix some compilation errors 6 lat temu
Context.h 90c2d5005e Merge remote-tracking branch 'origin/master' into performance 6 lat temu
ContextInstancer.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
ConvolutionFilter.h 0199dd021e libRocket 1.2 beta, initial import 15 lat temu
Core.h 83095e12c2 Move computed values file 6 lat temu
Debug.h 27fe058191 Trying to fix compilation issues (why is std::string suddenly more than 32 bytes?) 6 lat temu
Decorator.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
DecoratorInstancer.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
Dictionary.h 90c2d5005e Merge remote-tracking branch 'origin/master' into performance 6 lat temu
Element.h 6cb6ff84ad Limit the number of iterations of OnChildAdd / OnChildRemove 6 lat temu
Element.inl 0fa8af7154 Merge branch 'master' into performance 6 lat temu
ElementDocument.h 64da1916c6 Make some document functions non-virtual, private. Add override specifiers. 6 lat temu
ElementInstancer.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
ElementInstancerGeneric.h 6a91e678bb Move namespace to inside the .inl files 6 lat temu
ElementInstancerGeneric.inl 6a91e678bb Move namespace to inside the .inl files 6 lat temu
ElementReference.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
ElementScroll.h 1aab59eec4 Reduce allocations during Element construction, remove Geometry database, rework some of the Render, Update, and UpdateLayout logic. 6 lat temu
ElementText.h 6e2aecc127 Remove WString.h, fix some compilation errors 6 lat temu
ElementUtilities.h 6e2aecc127 Remove WString.h, fix some compilation errors 6 lat temu
Event.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
EventInstancer.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
EventListener.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
EventListenerInstancer.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Factory.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
FileInterface.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Font.h 0199dd021e libRocket 1.2 beta, initial import 15 lat temu
FontDatabase.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
FontEffect.h 709852fcf8 Replace std::unordered_map with robin_hood 6 lat temu
FontEffectInstancer.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
FontFace.h 709852fcf8 Replace std::unordered_map with robin_hood 6 lat temu
FontFamily.h 870ff44c9b A lot of changes 10 lat temu
FontGlyph.h 9cc171f3ed Replace std::map with std::vector for O(1) access to character properties 13 lat temu
FontProvider.h c307140b9b Replacing some containers 6 lat temu
Geometry.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
GeometryUtilities.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Header.h 39aff9cc4c Add rocketcore_api as appropriate and move ToString functions to cpp-file 6 lat temu
Input.h 0199dd021e libRocket 1.2 beta, initial import 15 lat temu
Log.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Math.h 318f299fbe Try fixing builds, deprecate Python support 6 lat temu
MathTypes.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Matrix4.h ddfaa3fa3e Proper full matrix interpolation by de- and recomposition. 7 lat temu
Matrix4.inl 318f299fbe Try fixing builds, deprecate Python support 6 lat temu
Platform.h 946f999480 Looks like we need C++14 for this 6 lat temu
Plugin.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Property.h 122bd097bb Replace many SetProperty(String, String) with SetProperty(String, Property) 6 lat temu
PropertyDefinition.h 24e369e69c Add definition to default property value 6 lat temu
PropertyDictionary.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
PropertyParser.h c307140b9b Replacing some containers 6 lat temu
PropertySpecification.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
ReferenceCountable.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
RenderInterface.h d4422169bf Some more cleanup, remove pixels per inch interface, set to a constant 96 ppi as per CSS specs. 6 lat temu
ScriptInterface.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Stream.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
StreamMemory.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
String.h 6e2aecc127 Remove WString.h, fix some compilation errors 6 lat temu
StringUtilities.h 90c2d5005e Merge remote-tracking branch 'origin/master' into performance 6 lat temu
StyleSheet.h 5cb9e1df4b Improved hashing of element definition 6 lat temu
StyleSheetKeywords.h c285bf99e9 Compute all the properties! 6 lat temu
StyleSheetSpecification.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. 6 lat temu
SystemInterface.h 957f7239d6 Removed the old mouse cursor code, and replaced it with a system interface method. Drawing a cursor manually will always lag behind the system cursor, thus it is better to let the user set the system cursor. 6 lat temu
Texture.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
Transform.h 6d9667b9b1 Add ROCKETCORE_API specifier where appropriate 6 lat temu
TransformPrimitive.h 90c2d5005e Merge remote-tracking branch 'origin/master' into performance 6 lat temu
TransformState.h 3999bd623a Refactoring 7 lat temu
Tween.h 318f299fbe Try fixing builds, deprecate Python support 6 lat temu
TypeConverter.h 1ead58341e WIP: Replacing strings with IDs now compiling and running (puh). Producing... interesting results. 6 lat temu
TypeConverter.inl 90c2d5005e Merge remote-tracking branch 'origin/master' into performance 6 lat temu
Types.h 90c2d5005e Merge remote-tracking branch 'origin/master' into performance 6 lat temu
URL.h 709852fcf8 Replace std::unordered_map with robin_hood 6 lat temu
Variant.h 27fe058191 Trying to fix compilation issues (why is std::string suddenly more than 32 bytes?) 6 lat temu
Variant.inl 6a91e678bb Move namespace to inside the .inl files 6 lat temu
Vector2.h 6a91e678bb Move namespace to inside the .inl files 6 lat temu
Vector2.inl fd62101d08 Use own math library, remove unneded includes 6 lat temu
Vector3.h 6a91e678bb Move namespace to inside the .inl files 6 lat temu
Vector3.inl 27fe058191 Trying to fix compilation issues (why is std::string suddenly more than 32 bytes?) 6 lat temu
Vector4.h 6a91e678bb Move namespace to inside the .inl files 6 lat temu
Vector4.inl 27fe058191 Trying to fix compilation issues (why is std::string suddenly more than 32 bytes?) 6 lat temu
Vertex.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
ViewState.h 3999bd623a Refactoring 7 lat temu
XMLNodeHandler.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu
XMLParser.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. 11 lat temu