Michael Ragazzon 6144d10137 Only check data views with the same top-level variable name 1 anno fa
..
Elements 51af29b1b3 Defer scroll offset clamping to after layout, fixes #452 1 anno fa
FontEngineDefault 4df92161f4 Use StringView in FontEngineInterface to avoid a lot of string copies 1 anno fa
Layout 17df9208ec Flexbox: Consider intrinsic sizes when determining flex base size, fixes #640 1 anno fa
BaseXMLParser.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
Box.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
CMakeLists.txt d2ce1326ce Add Input Method Editor (IME) support (#541) 1 anno fa
CallbackTexture.cpp 9bfb8d7c60 Remove dimensions argument from render interface `SaveLayerAsTexture` 1 anno fa
Clock.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
Clock.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
CompiledFilterShader.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
ComputeProperty.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API 1 anno fa
ComputeProperty.h f09cc28445 Scale pixels-per-inch (PPI) units based on the context's dp-ratio (#468) 2 anni fa
ComputedValues.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
Context.cpp 263328ab5d Allow documents to set themselves as focusable from modal documents, use in debugger to solve #642 1 anno fa
ContextInstancer.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
ContextInstancerDefault.cpp d2ce1326ce Add Input Method Editor (IME) support (#541) 1 anno fa
ContextInstancerDefault.h d2ce1326ce Add Input Method Editor (IME) support (#541) 1 anno fa
ConvolutionFilter.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
Core.cpp d2ce1326ce Add Input Method Editor (IME) support (#541) 1 anno fa
DataController.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
DataController.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
DataControllerDefault.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
DataControllerDefault.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
DataExpression.cpp 0b7e00638c Data models: Allow dirtying an arbitrary address (WIP) 1 anno fa
DataExpression.h 0b7e00638c Data models: Allow dirtying an arbitrary address (WIP) 1 anno fa
DataModel.cpp 0b7e00638c Data models: Allow dirtying an arbitrary address (WIP) 1 anno fa
DataModel.h a9bb4ac615 Fix usage of data variables in selected `option`s (#510) 2 anni fa
DataModelHandle.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
DataTypeRegister.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API 1 anno fa
DataVariable.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
DataView.cpp 6144d10137 Only check data views with the same top-level variable name 1 anno fa
DataView.h 0b7e00638c Data models: Allow dirtying an arbitrary address (WIP) 1 anno fa
DataViewDefault.cpp 0b7e00638c Data models: Allow dirtying an arbitrary address (WIP) 1 anno fa
DataViewDefault.h 0b7e00638c Data models: Allow dirtying an arbitrary address (WIP) 1 anno fa
Decorator.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorGradient.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorGradient.h 2f146f4150 Add support for conic-gradient and radial-gradient, as well as their repeating variations 2 anni fa
DecoratorNinePatch.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorNinePatch.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorShader.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorShader.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiled.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API 1 anno fa
DecoratorTiled.h 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
DecoratorTiledBox.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiledBox.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiledHorizontal.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiledHorizontal.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiledImage.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiledImage.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiledVertical.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DecoratorTiledVertical.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
DocumentHeader.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
DocumentHeader.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
EffectSpecification.cpp a5e3c7fc8d Add Filter class, to be used with the new 'filter' and 'backdrop-filter' properties 2 anni fa
Element.cpp 51af29b1b3 Defer scroll offset clamping to after layout, fixes #452 1 anno fa
ElementAnimation.cpp a076be2494 Postpone instancing named decorators until other decorators are instanced 2 anni fa
ElementAnimation.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
ElementBackgroundBorder.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
ElementBackgroundBorder.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
ElementDefinition.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
ElementDefinition.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
ElementDocument.cpp 263328ab5d Allow documents to set themselves as focusable from modal documents, use in debugger to solve #642 1 anno fa
ElementEffects.cpp 9bfb8d7c60 Remove dimensions argument from render interface `SaveLayerAsTexture` 1 anno fa
ElementEffects.h 37cf4d3e7f Refactor ElementDecoration to ElementEffects 1 anno fa
ElementHandle.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
ElementHandle.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
ElementInstancer.cpp 70d0d5ecc9 Add rmlui_static_cast to assert validity of down casts, see #514 2 anni fa
ElementScroll.cpp 41381b1141 Enable styling and positioning scroll corner box with box properties 1 anno fa
ElementStyle.cpp 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
ElementStyle.h 313cbab657 Be consistent about using non-namespaced versions of standard integer types, see #470 2 anni fa
ElementText.cpp 9bfb8d7c60 Remove dimensions argument from render interface `SaveLayerAsTexture` 1 anno fa
ElementUtilities.cpp ee31b5e7e0 Round clipping region by snapping rectangle instead of expanding 1 anno fa
Event.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
EventDispatcher.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API 1 anno fa
EventDispatcher.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
EventInstancer.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
EventInstancerDefault.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
EventInstancerDefault.h 01d4627b57 Update various function descriptions and parameter names 1 anno fa
EventListenerInstancer.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
EventSpecification.cpp 60ea18e795 Remove events used by the old datagrid element 1 anno fa
EventSpecification.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Factory.cpp d2ce1326ce Add Input Method Editor (IME) support (#541) 1 anno fa
FileInterface.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
FileInterfaceDefault.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
FileInterfaceDefault.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Filter.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
FilterBasic.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
FilterBasic.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
FilterBlur.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
FilterBlur.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
FilterDropShadow.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
FilterDropShadow.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
FontEffect.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
FontEffectBlur.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
FontEffectBlur.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
FontEffectGlow.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
FontEffectGlow.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
FontEffectInstancer.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
FontEffectOutline.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
FontEffectOutline.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
FontEffectShadow.cpp a9657acee7 Math cleanup, rename and remove some functions 2 anni fa
FontEffectShadow.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
FontEngineInterface.cpp 4df92161f4 Use StringView in FontEngineInterface to avoid a lot of string copies 1 anno fa
Geometry.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
GeometryBackgroundBorder.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
GeometryBackgroundBorder.h c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
GeometryBoxShadow.cpp 9bfb8d7c60 Remove dimensions argument from render interface `SaveLayerAsTexture` 1 anno fa
GeometryBoxShadow.h a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
IdNameMap.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Log.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API 1 anno fa
LogDefault.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API 1 anno fa
LogDefault.h ac8e1f2752 Use default log output also when there is no system interface installed 2 anni fa
Math.cpp ee31b5e7e0 Round clipping region by snapping rectangle instead of expanding 1 anno fa
Memory.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
Memory.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
MeshUtilities.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
ObserverPtr.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
Plugin.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
PluginRegistry.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
PluginRegistry.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Pool.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Pool.inl 7492876298 The great formattening - format all library source code and documents 2 anni fa
Profiling.cpp 3b75dcaa84 Update tracy integration, allow parent projects to include RmlUi profiling markers, solves #516 2 anni fa
PropertiesIterator.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
PropertiesIteratorView.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
Property.cpp 6e1d4874f1 Fix some situations where units were not shown in properties 2 anni fa
PropertyDefinition.cpp 7b359d5d7c Use RCSS syntax for color-string conversion, format colors using hexadecimal notation 2 anni fa
PropertyDictionary.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
PropertyParserAnimation.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
PropertyParserAnimation.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
PropertyParserBoxShadow.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
PropertyParserBoxShadow.h 655cd9a0fd Add support for the 'box-shadow' property 2 anni fa
PropertyParserColorStopList.cpp c802aeb21b Use premultiplied alpha for vertex colors 2 anni fa
PropertyParserColorStopList.h b6efab1d8b Add 'linear-gradient' and 'repeating-linear-gradient' decorators 2 anni fa
PropertyParserColour.cpp 7b359d5d7c Use RCSS syntax for color-string conversion, format colors using hexadecimal notation 2 anni fa
PropertyParserColour.h 7b359d5d7c Use RCSS syntax for color-string conversion, format colors using hexadecimal notation 2 anni fa
PropertyParserDecorator.cpp b4d1244e1c Fix `<paint-area>` not working with decorator at-rules 1 anno fa
PropertyParserDecorator.h c3622e669c Allow decorators to specify paint area [breaking change] 2 anni fa
PropertyParserFilter.cpp a5e3c7fc8d Add Filter class, to be used with the new 'filter' and 'backdrop-filter' properties 2 anni fa
PropertyParserFilter.h a5e3c7fc8d Add Filter class, to be used with the new 'filter' and 'backdrop-filter' properties 2 anni fa
PropertyParserFontEffect.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
PropertyParserFontEffect.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
PropertyParserKeyword.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
PropertyParserKeyword.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
PropertyParserNumber.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
PropertyParserNumber.h ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
PropertyParserRatio.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
PropertyParserRatio.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
PropertyParserString.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
PropertyParserString.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
PropertyParserTransform.cpp 131a963fe8 Transforms: Disallow percentages in perspective and translateZ 2 anni fa
PropertyParserTransform.h 131a963fe8 Transforms: Disallow percentages in perspective and translateZ 2 anni fa
PropertyShorthandDefinition.h b6efab1d8b Add 'linear-gradient' and 'repeating-linear-gradient' decorators 2 anni fa
PropertySpecification.cpp 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
RenderInterface.cpp 9bfb8d7c60 Remove dimensions argument from render interface `SaveLayerAsTexture` 1 anno fa
RenderInterfaceCompatibility.cpp 8b292e1ee7 Add a render interface adapter from the old interface to the newly refactored interface 2 anni fa
RenderManager.cpp 9bfb8d7c60 Remove dimensions argument from render interface `SaveLayerAsTexture` 1 anno fa
RenderManagerAccess.cpp 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
RenderManagerAccess.h 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
ScrollController.cpp 5d3702504f Scroll controller: Only scroll in scrollable directions 1 anno fa
ScrollController.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Spritesheet.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
Stream.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
StreamFile.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
StreamFile.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
StreamMemory.cpp a9657acee7 Math cleanup, rename and remove some functions 2 anni fa
StringUtilities.cpp 574c78ffeb Various StringUtilities feature and safety improvements 1 anno fa
StyleSheet.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources 2 anni fa
StyleSheetContainer.cpp 4c7ba7acfa Add support for the `not` prefix in media queries (#564) 2 anni fa
StyleSheetFactory.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
StyleSheetFactory.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
StyleSheetNode.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
StyleSheetNode.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
StyleSheetParser.cpp 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
StyleSheetParser.h 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
StyleSheetSelector.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
StyleSheetSelector.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
StyleSheetSpecification.cpp 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
SystemInterface.cpp bc5ff06f21 Make the system interface optional 1 anno fa
Template.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
Template.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
TemplateCache.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
TemplateCache.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Texture.cpp 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
TextureDatabase.cpp 864188662b Log warning when texture could not be loaded 1 anno fa
TextureDatabase.h 4b0815f999 Remove unused function declaration 1 anno fa
TextureLayout.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
TextureLayout.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
TextureLayoutRectangle.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
TextureLayoutRectangle.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
TextureLayoutRow.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
TextureLayoutRow.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
TextureLayoutTexture.cpp 5faedc427b Refactor render interface: Require compiled geometry, use modern and safer types [breaking change] 2 anni fa
TextureLayoutTexture.h 5faedc427b Refactor render interface: Require compiled geometry, use modern and safer types [breaking change] 2 anni fa
Transform.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
TransformPrimitive.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] 2 anni fa
TransformState.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
TransformState.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
TransformUtilities.cpp 8559aaf596 Merge branch 'effects' (#594) 1 anno fa
TransformUtilities.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
Tween.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
TypeConverter.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API 1 anno fa
URL.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
Variant.cpp b6efab1d8b Add 'linear-gradient' and 'repeating-linear-gradient' decorators 2 anni fa
WidgetScroll.cpp 51d34a5a0a Simplify scroll widget (no functional changes) 1 anno fa
WidgetScroll.h 51d34a5a0a Simplify scroll widget (no functional changes) 1 anno fa
XMLNodeHandler.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerBody.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerBody.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerDefault.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerDefault.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerHead.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerHead.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerTemplate.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLNodeHandlerTemplate.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLParseTools.cpp 9775bcb2b3 Fix XML parse error if single curly brace encountered at the end of a data binding string literal (#459) 2 anni fa
XMLParseTools.h 7492876298 The great formattening - format all library source code and documents 2 anni fa
XMLParser.cpp 7492876298 The great formattening - format all library source code and documents 2 anni fa
precompiled.h 7492876298 The great formattening - format all library source code and documents 2 anni fa