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