Michael Ragazzon 654fa0907c Small optimizations il y a 6 ans
..
BitmapFont f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
Containers 945aa8f5a4 Include chobo-containers, put all third-party containers in the Rocket::Core namespace il y a 6 ans
FreeType f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
Lua 63b64b66b1 Use a MSVC compatible preprocessor directive for warning messages il y a 11 ans
Python 63b64b66b1 Use a MSVC compatible preprocessor directive for warning messages il y a 11 ans
Animation.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
BaseXMLParser.h b86efd039b Performance: Change several maps and sets to unordered_*. il y a 7 ans
Box.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Colour.h 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
Colour.inl 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
ComputedValues.h c285bf99e9 Compute all the properties! il y a 6 ans
Context.h 945aa8f5a4 Include chobo-containers, put all third-party containers in the Rocket::Core namespace il y a 6 ans
ContextInstancer.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
ConvolutionFilter.h 0199dd021e libRocket 1.2 beta, initial import il y a 15 ans
Core.h 83095e12c2 Move computed values file il y a 6 ans
Debug.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Decorator.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
DecoratorInstancer.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
Dictionary.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
Element.h 654fa0907c Small optimizations il y a 6 ans
Element.inl 0fa8af7154 Merge branch 'master' into performance il y a 6 ans
ElementDocument.h 7ad658f7b7 Replace resize events with virtual function call il y a 6 ans
ElementInstancer.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
ElementInstancerGeneric.h 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
ElementInstancerGeneric.inl 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
ElementReference.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
ElementScroll.h 1aab59eec4 Reduce allocations during Element construction, remove Geometry database, rework some of the Render, Update, and UpdateLayout logic. il y a 6 ans
ElementText.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
ElementUtilities.h ad9f11a988 Compute more properties il y a 6 ans
Event.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
EventInstancer.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
EventListener.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
EventListenerInstancer.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Factory.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
FileInterface.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Font.h 0199dd021e libRocket 1.2 beta, initial import il y a 15 ans
FontDatabase.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
FontEffect.h 709852fcf8 Replace std::unordered_map with robin_hood il y a 6 ans
FontEffectInstancer.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
FontFace.h 709852fcf8 Replace std::unordered_map with robin_hood il y a 6 ans
FontFamily.h 870ff44c9b A lot of changes il y a 10 ans
FontGlyph.h 9cc171f3ed Replace std::map with std::vector for O(1) access to character properties il y a 13 ans
FontProvider.h c307140b9b Replacing some containers il y a 6 ans
Geometry.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
GeometryUtilities.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Header.h 63b64b66b1 Use a MSVC compatible preprocessor directive for warning messages il y a 11 ans
Input.h 0199dd021e libRocket 1.2 beta, initial import il y a 15 ans
Log.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Math.h 51efaa7569 Avoid jittering behavior of elements when using subpixel offsets, by no longer rounding dimensions in the layout engine. Translation and vertices that need sharpness (fonts and images) are rounded as late in the pipeline as possible. il y a 7 ans
MathTypes.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Matrix4.h ddfaa3fa3e Proper full matrix interpolation by de- and recomposition. il y a 7 ans
Matrix4.inl ddfaa3fa3e Proper full matrix interpolation by de- and recomposition. il y a 7 ans
Platform.h 5a7efdc420 Fix typo which breaks compilation in mingw64 il y a 11 ans
Plugin.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Property.h 04dc275c4e Determine computed value for fonts il y a 6 ans
PropertyDefinition.h 24e369e69c Add definition to default property value il y a 6 ans
PropertyDictionary.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
PropertyParser.h c307140b9b Replacing some containers il y a 6 ans
PropertySpecification.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
ReferenceCountable.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
RenderInterface.h 8deea52b73 Updated transform property patch il y a 11 ans
ScriptInterface.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Stream.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
StreamMemory.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
String.h 49cc4e5a61 Fix compiling all projects, some cleanup il y a 6 ans
StringUtilities.h 49cc4e5a61 Fix compiling all projects, some cleanup il y a 6 ans
StyleSheet.h 5cb9e1df4b Improved hashing of element definition il y a 6 ans
StyleSheetKeywords.h c285bf99e9 Compute all the properties! il y a 6 ans
StyleSheetSpecification.h f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
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. il y a 6 ans
Texture.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
Transform.h 9bb9c01bf9 Convert transform, animation, and transition to string. il y a 7 ans
TransformPrimitive.h 0fa8af7154 Merge branch 'master' into performance il y a 6 ans
TransformState.h 3999bd623a Refactoring il y a 7 ans
Tween.h 9426bfdab9 Fix some compiler warnings (thanks viciious) il y a 6 ans
TypeConverter.h 1ead58341e WIP: Replacing strings with IDs now compiling and running (puh). Producing... interesting results. il y a 6 ans
TypeConverter.inl f3b9ad29f0 Reverting to commit 9c42c7b. The strings to ID changes were too complicated compared to the performance gained. il y a 6 ans
Types.h 945aa8f5a4 Include chobo-containers, put all third-party containers in the Rocket::Core namespace il y a 6 ans
URL.h 709852fcf8 Replace std::unordered_map with robin_hood il y a 6 ans
Variant.h 0fa8af7154 Merge branch 'master' into performance il y a 6 ans
Variant.inl 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
Vector2.h 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
Vector2.inl a0772ccbd2 Add inline to template specializations il y a 6 ans
Vector3.h 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
Vector3.inl 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
Vector4.h 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
Vector4.inl 6a91e678bb Move namespace to inside the .inl files il y a 6 ans
Vertex.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
ViewState.h 3999bd623a Refactoring il y a 7 ans
WString.h e6638f1020 WIP: Attempt to replace Rocket::String with std::string il y a 6 ans
XMLNodeHandler.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans
XMLParser.h 6fb6da6077 Initial batch of edits to remove expectation that the Rocket include structure will be in the global include path. il y a 11 ans