Michael Ragazzon 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
..
Elements 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
FontEngineDefault 18f6a1aad8 Font textures are now initially being generated with the ascii range of characters. vor 3 Jahren
BaseXMLParser.cpp 18b9a2a6ed Fix missing moves and avoid some allocations vor 3 Jahren
Box.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
Clock.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
Clock.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
ComputeProperty.cpp 612251e1b4 Add support for the 'none' keyword in the max-width and max-height properties vor 3 Jahren
ComputeProperty.h 612251e1b4 Add support for the 'none' keyword in the max-width and max-height properties vor 3 Jahren
ComputedValues.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
Context.cpp 942755b4f5 Replace C-cast with reinterpret_cast for pointers vor 3 Jahren
ContextInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
ContextInstancerDefault.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
ContextInstancerDefault.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
ConvolutionFilter.cpp 362c6e500c Small performance improvement to font effects vor 3 Jahren
Core.cpp 907d84d2d3 Improve load document and font documentation vor 3 Jahren
DataController.cpp 57e40eb0f3 Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers. vor 5 Jahren
DataController.h 57e40eb0f3 Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers. vor 5 Jahren
DataControllerDefault.cpp f8013e221f Overcome a limitation of binding data variables to checkboxes (#214) vor 4 Jahren
DataControllerDefault.h f8013e221f Overcome a limitation of binding data variables to checkboxes (#214) vor 4 Jahren
DataExpression.cpp 18b9a2a6ed Fix missing moves and avoid some allocations vor 3 Jahren
DataExpression.h c53744efb3 Data expressions: Allow transform functions to also be called using C-style function call syntax (breaking change) vor 3 Jahren
DataModel.cpp c53744efb3 Data expressions: Allow transform functions to also be called using C-style function call syntax (breaking change) vor 3 Jahren
DataModel.h c53744efb3 Data expressions: Allow transform functions to also be called using C-style function call syntax (breaking change) vor 3 Jahren
DataModelHandle.cpp 48aacadd77 Add a function that enables all the variables in a data model to be marked dirty (#289) vor 3 Jahren
DataTypeRegister.cpp 18b9a2a6ed Fix missing moves and avoid some allocations vor 3 Jahren
DataVariable.cpp 97619d41a6 Fix Access Violation in data model member access with nullptr struct binding (#377) vor 3 Jahren
DataView.cpp fb2351d50a Specify data view update order for some update views, eg. data-value may require other attributes set on the element first. vor 4 Jahren
DataView.h fb2351d50a Specify data view update order for some update views, eg. data-value may require other attributes set on the element first. vor 4 Jahren
DataViewDefault.cpp 85582afbed Fix data text expressions initialized with an empty string not being evaluated correctly, see #213. vor 4 Jahren
DataViewDefault.h fb2351d50a Specify data view update order for some update views, eg. data-value may require other attributes set on the element first. vor 4 Jahren
Decorator.cpp 330432704e Remove Decorator::LoadTexture. Instead, use the DecoratorInstancerInterface to load textures and pass it into the decorator. vor 5 Jahren
DecoratorGradient.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
DecoratorGradient.h 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
DecoratorInstancer.cpp 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 5 Jahren
DecoratorNinePatch.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
DecoratorNinePatch.h 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorTiled.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
DecoratorTiled.h 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorTiledBox.cpp 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorTiledBox.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
DecoratorTiledBoxInstancer.cpp 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledBoxInstancer.h 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledHorizontal.cpp 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorTiledHorizontal.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
DecoratorTiledHorizontalInstancer.cpp 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledHorizontalInstancer.h 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledImage.cpp 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorTiledImage.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
DecoratorTiledImageInstancer.cpp 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledImageInstancer.h 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledInstancer.cpp 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 5 Jahren
DecoratorTiledInstancer.h 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledVertical.cpp 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorTiledVertical.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
DecoratorTiledVerticalInstancer.cpp 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DecoratorTiledVerticalInstancer.h 83f9626a85 Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118. vor 5 Jahren
DocumentHeader.cpp b8ef1e01ab Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144) vor 5 Jahren
DocumentHeader.h b8ef1e01ab Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144) vor 5 Jahren
Element.cpp 82bc9aa6ab Fix the body element not always updating its definition vor 3 Jahren
ElementAnimation.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
ElementAnimation.h 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
ElementBackgroundBorder.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
ElementBackgroundBorder.h a603c3b6d1 Implement the 'border-radius' property for backgrounds and borders. Add necessary geometry drawing utilities, merge ElementBackground and ElementBorder into a single unit ElementBackgroundBorder. See #115. vor 5 Jahren
ElementDecoration.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
ElementDecoration.h 74c5f02849 Add a cache for instanced decorators. Instance decorators during Context::Update. Allow dirtying only element data of decorators instead of a full reload. vor 5 Jahren
ElementDefinition.cpp c261c1ff81 Add ability for user to override container types. vor 5 Jahren
ElementDefinition.h c261c1ff81 Add ability for user to override container types. vor 5 Jahren
ElementDocument.cpp 82b6bcf246 Dirty siblings when ID, class or pseudo class is changed vor 3 Jahren
ElementHandle.cpp 709a221652 <handle> element: Fix the move target's width and height if necessary to avoid changing its size vor 3 Jahren
ElementHandle.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
ElementInstancer.cpp 025f70886e ElementTextDefault renamed to ElementText. ElementText can no longer be overloaded. vor 5 Jahren
ElementScroll.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
ElementStyle.cpp ed9c68966a Remove default on switch with all enum values covered vor 3 Jahren
ElementStyle.h 82b6bcf246 Dirty siblings when ID, class or pseudo class is changed vor 3 Jahren
ElementText.cpp 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
ElementUtilities.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
Event.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
EventDispatcher.cpp 2b607b1602 Attach event listeners upon attribute changes vor 4 Jahren
EventDispatcher.h 2b607b1602 Attach event listeners upon attribute changes vor 4 Jahren
EventInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
EventInstancerDefault.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
EventInstancerDefault.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
EventListenerInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
EventSpecification.cpp dc3d23dccc - Add a property 'resolution' to spritesheets, defines the "native" scaling of the image source. vor 5 Jahren
EventSpecification.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
Factory.cpp f8013e221f Overcome a limitation of binding data variables to checkboxes (#214) vor 4 Jahren
FileInterface.cpp 52e1c3a990 VisualTests: Fix some issues with displaying tests. vor 5 Jahren
FileInterfaceDefault.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
FileInterfaceDefault.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
FontEffect.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
FontEffectBlur.cpp a5821c5705 Make font effects compatible with RGBA glyphs vor 4 Jahren
FontEffectBlur.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
FontEffectGlow.cpp a5821c5705 Make font effects compatible with RGBA glyphs vor 4 Jahren
FontEffectGlow.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
FontEffectInstancer.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
FontEffectOutline.cpp a5821c5705 Make font effects compatible with RGBA glyphs vor 4 Jahren
FontEffectOutline.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
FontEffectShadow.cpp a5821c5705 Make font effects compatible with RGBA glyphs vor 4 Jahren
FontEffectShadow.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
FontEngineInterface.cpp 907d84d2d3 Improve load document and font documentation vor 3 Jahren
Geometry.cpp e407e9960f Add noexcept specifiers on move functions vor 3 Jahren
GeometryBackgroundBorder.cpp 37b0728387 Minor Box optimizations vor 3 Jahren
GeometryBackgroundBorder.h a638aaf33e Remove 'offset' from Box. vor 5 Jahren
GeometryDatabase.cpp a2d2792949 Geometry database: List should also match permutations of the database entries vor 3 Jahren
GeometryDatabase.h 64c8574130 CMake option for enabling benchmarks in Tests. Add benchmark for creation and destruction of elements. Refactor geometry database tests. vor 5 Jahren
GeometryUtilities.cpp a638aaf33e Remove 'offset' from Box. vor 5 Jahren
IdNameMap.h d5615eda9d Implement the 'box-sizing' property. vor 5 Jahren
LayoutBlockBox.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
LayoutBlockBox.h db35715153 Fix offsets of relatively positioned elements with percentage positioning, see #262 vor 4 Jahren
LayoutBlockBoxSpace.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
LayoutBlockBoxSpace.h 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
LayoutDetails.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
LayoutDetails.h 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
LayoutEngine.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
LayoutEngine.h e371192469 Reinstate unintentionally removed function descriptor vor 3 Jahren
LayoutFlex.cpp 612251e1b4 Add support for the 'none' keyword in the max-width and max-height properties vor 3 Jahren
LayoutFlex.h 7824726c51 Implement flexbox layouting vor 4 Jahren
LayoutInlineBox.cpp 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
LayoutInlineBox.h 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
LayoutInlineBoxText.cpp 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
LayoutInlineBoxText.h 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
LayoutLineBox.cpp 9f74f5bfd4 Skip trailing white space in some cases to more accurately center and right-adjust text, see #383 vor 3 Jahren
LayoutLineBox.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
LayoutTable.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
LayoutTable.h e720b17361 Rework table layouting algorithm. Now rows can also use flexible sizing as long as the table height is definite (non-auto). vor 4 Jahren
LayoutTableDetails.cpp 612251e1b4 Add support for the 'none' keyword in the max-width and max-height properties vor 3 Jahren
LayoutTableDetails.h 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
Log.cpp 0777888997 Logger: Output to cout if no system interface is present vor 3 Jahren
Math.cpp 13321f66fc Add integer absolute value function to math vor 3 Jahren
Memory.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
Memory.h 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
ObserverPtr.cpp ab90eea5b8 Add ReleaseMemoryPools to free up any memory pools and free the ObserverPtrBlock pool. (#265) vor 4 Jahren
Plugin.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PluginRegistry.cpp 4f073e30d4 Add Rml::UnregisterPlugin vor 4 Jahren
PluginRegistry.h 4f073e30d4 Add Rml::UnregisterPlugin vor 4 Jahren
Pool.h 828d52bff2 Split layout pool to avoid wasted memory. vor 5 Jahren
Pool.inl 828d52bff2 Split layout pool to avoid wasted memory. vor 5 Jahren
Profiling.cpp 5587544f01 Enhanced Tracy profiler CMake configuration. Add separate build configuration. vor 5 Jahren
PropertiesIterator.h c261c1ff81 Add ability for user to override container types. vor 5 Jahren
PropertiesIteratorView.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
Property.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyDefinition.cpp a7e7d0ace8 Allow specifying a value for parameters passed to property parsers vor 3 Jahren
PropertyDictionary.cpp 81a0d0671c Move stylesheet property optimization into the stylesheet factory so that decorators are cached. This should make loading documents with shared stylesheets faster. vor 5 Jahren
PropertyParserAnimation.cpp 2de889aeb2 Change enum names to avoid collision with windows header macros, see #258 vor 4 Jahren
PropertyParserAnimation.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyParserColour.cpp 7bcbf3ba6a Color fuschia -> fuchsia. vor 5 Jahren
PropertyParserColour.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyParserDecorator.cpp 3e0e972ccb Allow empty values in decorators and font-effects vor 3 Jahren
PropertyParserDecorator.h 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 5 Jahren
PropertyParserFontEffect.cpp 3e0e972ccb Allow empty values in decorators and font-effects vor 3 Jahren
PropertyParserFontEffect.h 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 5 Jahren
PropertyParserKeyword.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyParserKeyword.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyParserNumber.cpp dd99820ecd Media queries (#169) vor 5 Jahren
PropertyParserNumber.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyParserRatio.cpp 390eb6bef5 Make 'ratio' properties use integer comparisons to avoid floating point issues. vor 4 Jahren
PropertyParserRatio.h dd99820ecd Media queries (#169) vor 5 Jahren
PropertyParserString.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyParserString.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyParserTransform.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
PropertyParserTransform.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
PropertyShorthandDefinition.h c261c1ff81 Add ability for user to override container types. vor 5 Jahren
PropertySpecification.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
RenderInterface.cpp e04a8e3e21 Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected. vor 4 Jahren
Spritesheet.cpp 53a5048970 Make it legal to define multiple sprites with the same name, the last one is used. Allow anonymous sprite sheets. vor 5 Jahren
Stream.cpp 5e5e02f4be Fix undefined behavior in Stream due to virtual call during destruction vor 3 Jahren
StreamFile.cpp 5e5e02f4be Fix undefined behavior in Stream due to virtual call during destruction vor 3 Jahren
StreamFile.h 5e5e02f4be Fix undefined behavior in Stream due to virtual call during destruction vor 3 Jahren
StreamMemory.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
StringUtilities.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
StyleSheet.cpp f1f862bf3b StyleSheetNode: Remove unused volatility flag vor 3 Jahren
StyleSheetContainer.cpp 8b7388ecdc Refactor ComputedValues to reduce memory usage. vor 3 Jahren
StyleSheetFactory.cpp 377550d164 Add :not() selector to RCSS vor 3 Jahren
StyleSheetFactory.h c8f57a8208 Refactor StyleSheetNodeSelector for improved performance vor 3 Jahren
StyleSheetNode.cpp 159b277fb5 The attribute selector |= should also match when the value is exactly equal vor 3 Jahren
StyleSheetNode.h a96164c451 RCSS attribute selector support (based on #240) vor 3 Jahren
StyleSheetParser.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
StyleSheetParser.h a96164c451 RCSS attribute selector support (based on #240) vor 3 Jahren
StyleSheetSelector.cpp a96164c451 RCSS attribute selector support (based on #240) vor 3 Jahren
StyleSheetSelector.h a96164c451 RCSS attribute selector support (based on #240) vor 3 Jahren
StyleSheetSpecification.cpp 612251e1b4 Add support for the 'none' keyword in the max-width and max-height properties vor 3 Jahren
SystemInterface.cpp 89a357bda4 Set IME position to the caret during text editing on the Windows backend. #303 #305 vor 3 Jahren
Template.cpp c261c1ff81 Add ability for user to override container types. vor 5 Jahren
Template.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
TemplateCache.cpp c261c1ff81 Add ability for user to override container types. vor 5 Jahren
TemplateCache.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
Texture.cpp c261c1ff81 Add ability for user to override container types. vor 5 Jahren
TextureDatabase.cpp ce85ba7596 Add 'Rml::ReleaseFontResources()' which enables garbage collection of font resources vor 3 Jahren
TextureDatabase.h e04a8e3e21 Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected. vor 4 Jahren
TextureLayout.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
TextureLayout.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
TextureLayoutRectangle.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
TextureLayoutRectangle.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
TextureLayoutRow.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
TextureLayoutRow.h c261c1ff81 Add ability for user to override container types. vor 5 Jahren
TextureLayoutTexture.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
TextureLayoutTexture.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
TextureResource.cpp e04a8e3e21 Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected. vor 4 Jahren
TextureResource.h e04a8e3e21 Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected. vor 4 Jahren
Transform.cpp 9bba912933 Cleanup: Use appropriate types, fix unused assignments and uninitialized variables vor 3 Jahren
TransformPrimitive.cpp c261c1ff81 Add ability for user to override container types. vor 5 Jahren
TransformState.cpp 98282c7b2e Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive. vor 5 Jahren
TransformState.h 98282c7b2e Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive. vor 5 Jahren
TransformUtilities.cpp 18b9a2a6ed Fix missing moves and avoid some allocations vor 3 Jahren
TransformUtilities.h 98282c7b2e Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive. vor 5 Jahren
Tween.cpp c261c1ff81 Add ability for user to override container types. vor 5 Jahren
TypeConverter.cpp 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 5 Jahren
URL.cpp 398602949e Fix leading '/' leftover during URL path normalization in some cases, see #161. Add unit tests for URL. vor 4 Jahren
Variant.cpp 846af18b72 Fix self-assignment and forwarding reference overloading in Variant and ObserverPtr vor 3 Jahren
WidgetScroll.cpp 612251e1b4 Add support for the 'none' keyword in the max-width and max-height properties vor 3 Jahren
WidgetScroll.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
XMLNodeHandler.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
XMLNodeHandlerBody.cpp b866c72380 Fix luainvaders template warnings vor 5 Jahren
XMLNodeHandlerBody.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
XMLNodeHandlerDefault.cpp e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
XMLNodeHandlerDefault.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
XMLNodeHandlerHead.cpp b8ef1e01ab Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144) vor 5 Jahren
XMLNodeHandlerHead.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
XMLNodeHandlerTemplate.cpp 0604d61ce4 Add back unit tests and warnings from #168 vor 5 Jahren
XMLNodeHandlerTemplate.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren
XMLParseTools.cpp 3383c01e4d Ignore curly brackets inside string literals in data expressions (#190) vor 4 Jahren
XMLParseTools.h 3383c01e4d Ignore curly brackets inside string literals in data expressions (#190) vor 4 Jahren
XMLParser.cpp e9c3dde531 Make style tags accept xml reserved characters such as in /* <body> */, see #341 vor 3 Jahren
precompiled.h e9844e3801 The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future. vor 5 Jahren