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