Michael Ragazzon d5f215b5cb Trying to implement const support in data bindings (WIP) vor 5 Jahren
..
Elements 536c24b493 Fix index parameter of ElementTabSet::SetPanel and ElementTabSet::SetTab not doing anything. (#246) vor 4 Jahren
FontEngineDefault 2b12e0ad83 Don't load default glyphs for fallback fonts vor 4 Jahren
BaseXMLParser.cpp 3383c01e4d Ignore curly brackets inside string literals in data expressions (#190) vor 4 Jahren
Box.cpp 59ab6b464d Fix some deprecated C++ language features. vor 5 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 8a022972f4 Add 'clip: always' property value, make the clip property non-inherited. See #235. vor 4 Jahren
ComputeProperty.h 44ef329f28 Improve error messages on missing font face vor 4 Jahren
Context.cpp e945973c7a Drag clones are now positioned correctly when their ancestors use transforms, or when the cloned element uses auto- or percentage-margins. See #269. vor 4 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 a5821c5705 Make font effects compatible with RGBA glyphs vor 4 Jahren
Core.cpp ab90eea5b8 Add ReleaseMemoryPools to free up any memory pools and free the ObserverPtrBlock pool. (#265) vor 4 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 0639b0fff0 Add printf-style warnings to the Log system. Fix resulting warnings. vor 4 Jahren
DataExpression.h c261c1ff81 Add ability for user to override container types. vor 5 Jahren
DataModel.cpp 48aacadd77 Add a function that enables all the variables in a data model to be marked dirty (#289) vor 3 Jahren
DataModel.h 48aacadd77 Add a function that enables all the variables in a data model to be marked dirty (#289) 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 e2529507c2 Cleanup data variables and type register vor 4 Jahren
DataVariable.cpp d5f215b5cb Trying to implement const support in data bindings (WIP) 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 4 Jahren
DecoratorGradient.cpp 8b6a361c0c Color blending fixes (#208) vor 4 Jahren
DecoratorGradient.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
DecoratorInstancer.cpp 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 4 Jahren
DecoratorNinePatch.cpp 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorNinePatch.h 8aeb207f9c Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio. vor 5 Jahren
DecoratorTiled.cpp 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 4 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 4 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 aba05b4a8e Update style sheet index cache lookup for faster retrieval of element style definition, see #293. vor 3 Jahren
ElementAnimation.cpp 8b6a361c0c Color blending fixes (#208) vor 4 Jahren
ElementAnimation.h c261c1ff81 Add ability for user to override container types. vor 5 Jahren
ElementBackgroundBorder.cpp a638aaf33e Remove 'offset' from Box. vor 5 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 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 4 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 4 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 001ef4c2e9 Make a public ElementDocument::GetStyleSheetContainer function. vor 4 Jahren
ElementHandle.cpp 486d47b974 Fix ElementHandle resizing incorrectly when the size_target has "box-sizing: border-box". vor 4 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 613e225bd1 Performance improvement: Avoid unnecesssary extra layouting step in some situations when scrollbars are added vor 4 Jahren
ElementStyle.cpp aba05b4a8e Update style sheet index cache lookup for faster retrieval of element style definition, see #293. vor 3 Jahren
ElementStyle.h aba05b4a8e Update style sheet index cache lookup for faster retrieval of element style definition, see #293. vor 3 Jahren
ElementText.cpp 296767d60e Make font effects handle the opacity property, see #270 vor 4 Jahren
ElementUtilities.cpp 6f6e5a4492 Fix clipping on select box vor 4 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 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 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 296767d60e Make font effects handle the opacity property, see #270 vor 4 Jahren
Geometry.cpp afb141eae8 Avoid subpixel rendering, round the geometry offset and background-border positioning/sizing. Tweak border-radius num_points. vor 5 Jahren
GeometryBackgroundBorder.cpp 8b6a361c0c Color blending fixes (#208) vor 4 Jahren
GeometryBackgroundBorder.h a638aaf33e Remove 'offset' from Box. vor 5 Jahren
GeometryDatabase.cpp 28a96fa3e8 More compilation fixes vor 5 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 db35715153 Fix offsets of relatively positioned elements with percentage positioning, see #262 vor 4 Jahren
LayoutBlockBox.h db35715153 Fix offsets of relatively positioned elements with percentage positioning, see #262 vor 4 Jahren
LayoutBlockBoxSpace.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
LayoutBlockBoxSpace.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
LayoutDetails.cpp 40862ebb05 Add formatting context mode for LayoutDetails::BuildBox vor 4 Jahren
LayoutDetails.h 40862ebb05 Add formatting context mode for LayoutDetails::BuildBox vor 4 Jahren
LayoutEngine.cpp 555b6f046a Warn when using absolutely positioned or floated flex boxes vor 4 Jahren
LayoutEngine.h 555b6f046a Warn when using absolutely positioned or floated flex boxes vor 4 Jahren
LayoutFlex.cpp 7824726c51 Implement flexbox layouting vor 4 Jahren
LayoutFlex.h 7824726c51 Implement flexbox layouting vor 4 Jahren
LayoutInlineBox.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
LayoutInlineBox.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
LayoutInlineBoxText.cpp a66b465c4b Improve font loading log message and missing font face warning. vor 4 Jahren
LayoutInlineBoxText.h a66b465c4b Improve font loading log message and missing font face warning. vor 4 Jahren
LayoutLineBox.cpp 8bf0f6af2e Layout engine: Avoid text wrapping due to float imprecision by rounding up available width. vor 4 Jahren
LayoutLineBox.h 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 Jahren
LayoutTable.cpp 40862ebb05 Add formatting context mode for LayoutDetails::BuildBox vor 4 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 c7cda708c5 Abstract and move some methods from table details to layout details vor 4 Jahren
LayoutTableDetails.h c7cda708c5 Abstract and move some methods from table details to layout details vor 4 Jahren
Log.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
Math.cpp 221b43b8d6 Add Max and Min math functions for Vector2f vor 4 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 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
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 48eda79d2c Added VH and VW units (#162) vor 5 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 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 4 Jahren
PropertyParserDecorator.h 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 4 Jahren
PropertyParserFontEffect.cpp 5dd0cf1c84 Move Utilities.h header to public include directory vor 3 Jahren
PropertyParserFontEffect.h 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 4 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 c261c1ff81 Add ability for user to override container types. vor 5 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 606aa37176 Support special keyword and defaults in flex shorthand property vor 4 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 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
StreamFile.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
StreamFile.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
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 b9029c0848 Fix log message format string when compiling in debug mode vor 4 Jahren
StyleSheet.cpp aba05b4a8e Update style sheet index cache lookup for faster retrieval of element style definition, see #293. vor 3 Jahren
StyleSheetContainer.cpp 5dd0cf1c84 Move Utilities.h header to public include directory vor 3 Jahren
StyleSheetFactory.cpp 79fb3b5405 - Decorators and font effects are now parsed by separate property parsers. vor 4 Jahren
StyleSheetFactory.h f0a0480e9b Sharing style sheet containers is dangerous, clean up accordingly. vor 5 Jahren
StyleSheetNode.cpp aba05b4a8e Update style sheet index cache lookup for faster retrieval of element style definition, see #293. vor 3 Jahren
StyleSheetNode.h aba05b4a8e Update style sheet index cache lookup for faster retrieval of element style definition, see #293. vor 3 Jahren
StyleSheetNodeSelector.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
StyleSheetNodeSelector.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
StyleSheetNodeSelectorEmpty.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
StyleSheetNodeSelectorEmpty.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
StyleSheetNodeSelectorFirstChild.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
StyleSheetNodeSelectorFirstChild.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
StyleSheetNodeSelectorFirstOfType.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
StyleSheetNodeSelectorFirstOfType.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
StyleSheetNodeSelectorLastChild.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
StyleSheetNodeSelectorLastChild.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
StyleSheetNodeSelectorLastOfType.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
StyleSheetNodeSelectorLastOfType.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
StyleSheetNodeSelectorNthChild.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
StyleSheetNodeSelectorNthChild.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
StyleSheetNodeSelectorNthLastChild.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
StyleSheetNodeSelectorNthLastChild.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
StyleSheetNodeSelectorNthLastOfType.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
StyleSheetNodeSelectorNthLastOfType.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
StyleSheetNodeSelectorNthOfType.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
StyleSheetNodeSelectorNthOfType.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
StyleSheetNodeSelectorOnlyChild.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
StyleSheetNodeSelectorOnlyChild.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
StyleSheetNodeSelectorOnlyOfType.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
StyleSheetNodeSelectorOnlyOfType.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
StyleSheetParser.cpp 3eb6007c1f Change style sheet parser escape character to backslash, and allow whitespace characters at end of string vor 4 Jahren
StyleSheetParser.h 0639b0fff0 Add printf-style warnings to the Log system. Fix resulting warnings. vor 4 Jahren
StyleSheetSpecification.cpp 606aa37176 Support special keyword and defaults in flex shorthand property vor 4 Jahren
SystemInterface.cpp 176260ae07 Fix build on UWP platform. It does not have MessageBoxA() API. vor 4 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 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
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 61f586eb8d Add some missing moves vor 5 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 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 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 4 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 a255374f69 Added unsigned int and uint64_t to Variant (#165) vor 5 Jahren
WidgetScroll.cpp 3877e3dbad Remove unnecessary references in arguments. Add conversion between vector types. vor 5 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 61a14fd25a - Add a visual test suite for navigating and comparing formatting of documents for correctness, in particular for testing the layout engine. Includes some examples from the CSS specifications. vor 5 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