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