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