Michael Ragazzon 6cb6ef9879 Debugger: Add data model viewer, see #865 hace 1 mes
..
Elements dc5381ee69 Add "checked" property to checkbox and radio change event hace 1 mes
FontEngineDefault 4462a47276 Add 'text-overflow' property, see #849 hace 3 meses
Layout 679aab8abc Fix flex formatting test and minor include/comment fixups hace 11 meses
BaseXMLParser.cpp 9684050cc1 Allow SVG XML data to be passed as inline RML (#777) hace 2 meses
Box.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
BoxShadowCache.cpp 0b314964da Implement cache for box shadows hace 2 meses
BoxShadowCache.h 0b314964da Implement cache for box shadows hace 2 meses
BoxShadowHash.h 0b314964da Implement cache for box shadows hace 2 meses
CMakeLists.txt 0b314964da Implement cache for box shadows hace 2 meses
CallbackTexture.cpp ab95a0403a Allow setting custom texture handles for callback textures, see #813 hace 5 meses
Clock.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
Clock.h 7492876298 The great formattening - format all library source code and documents hace 2 años
CompiledFilterShader.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
ComputeProperty.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
ComputeProperty.h 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
ComputedValues.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
Context.cpp 6cb6ef9879 Debugger: Add data model viewer, see #865 hace 1 mes
ContextInstancer.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
ContextInstancerDefault.cpp d2ce1326ce Add Input Method Editor (IME) support (#541) hace 1 año
ContextInstancerDefault.h d2ce1326ce Add Input Method Editor (IME) support (#541) hace 1 año
ControlledLifetimeResource.h 730b77a5a5 Don't assert in `~ControlledLifetimeResource` on win32 shared builds (#866) hace 1 mes
ConvolutionFilter.cpp c802aeb21b Use premultiplied alpha for vertex colors hace 2 años
Core.cpp 0b314964da Implement cache for box shadows hace 2 meses
DataController.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
DataController.h 7492876298 The great formattening - format all library source code and documents hace 2 años
DataControllerDefault.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
DataControllerDefault.h 7492876298 The great formattening - format all library source code and documents hace 2 años
DataExpression.cpp 010765e45c DataExpression: Implement ternary with jumps (#740) hace 10 meses
DataExpression.h 7492876298 The great formattening - format all library source code and documents hace 2 años
DataModel.cpp a9bb4ac615 Fix usage of data variables in selected `option`s (#510) hace 2 años
DataModel.h 6cb6ef9879 Debugger: Add data model viewer, see #865 hace 1 mes
DataModelHandle.cpp 6cb6ef9879 Debugger: Add data model viewer, see #865 hace 1 mes
DataTypeRegister.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API hace 1 año
DataVariable.cpp 6cb6ef9879 Debugger: Add data model viewer, see #865 hace 1 mes
DataView.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
DataView.h ce3721d502 Fix structural data views (data-for) not working with data-model on the body element, see #790 hace 6 meses
DataViewDefault.cpp ce3721d502 Fix structural data views (data-for) not working with data-model on the body element, see #790 hace 6 meses
DataViewDefault.h ce3721d502 Fix structural data views (data-for) not working with data-model on the body element, see #790 hace 6 meses
Decorator.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
DecoratorGradient.cpp 66d0b7c4d5 Add text decorator, solves #679 hace 1 año
DecoratorGradient.h 66d0b7c4d5 Add text decorator, solves #679 hace 1 año
DecoratorNinePatch.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
DecoratorNinePatch.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
DecoratorShader.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
DecoratorShader.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
DecoratorText.cpp 56231a6c87 Add font-kerning property (#843) hace 3 meses
DecoratorText.h 66d0b7c4d5 Add text decorator, solves #679 hace 1 año
DecoratorTiled.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API hace 1 año
DecoratorTiled.h 8559aaf596 Merge branch 'effects' (#594) hace 1 año
DecoratorTiledBox.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
DecoratorTiledBox.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
DecoratorTiledHorizontal.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
DecoratorTiledHorizontal.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
DecoratorTiledImage.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
DecoratorTiledImage.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
DecoratorTiledVertical.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
DecoratorTiledVertical.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
DecoratorUtilities.cpp 66d0b7c4d5 Add text decorator, solves #679 hace 1 año
DecoratorUtilities.h 66d0b7c4d5 Add text decorator, solves #679 hace 1 año
DocumentHeader.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
DocumentHeader.h 7492876298 The great formattening - format all library source code and documents hace 2 años
EffectSpecification.cpp a5e3c7fc8d Add Filter class, to be used with the new 'filter' and 'backdrop-filter' properties hace 2 años
Element.cpp 56231a6c87 Add font-kerning property (#843) hace 3 meses
ElementAnimation.cpp 914dac468a Make animations with display property always visible during interpolation hace 3 meses
ElementAnimation.h 7492876298 The great formattening - format all library source code and documents hace 2 años
ElementBackgroundBorder.cpp 0b314964da Implement cache for box shadows hace 2 meses
ElementBackgroundBorder.h 0b314964da Implement cache for box shadows hace 2 meses
ElementDefinition.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
ElementDefinition.h 7492876298 The great formattening - format all library source code and documents hace 2 años
ElementDocument.cpp b6162ffc90 Refactor: Use common `IsScrollContainer` function hace 1 año
ElementEffects.cpp 6ebe3df0ac Release old element decorator data after generating new data hace 8 meses
ElementEffects.h 37cf4d3e7f Refactor ElementDecoration to ElementEffects hace 1 año
ElementHandle.cpp 679aab8abc Fix flex formatting test and minor include/comment fixups hace 11 meses
ElementHandle.h da54046bd2 Refactor element handle hace 1 año
ElementInstancer.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
ElementMeta.cpp 4120031621 Allow observer pointers after Rml::Shutdown, but be more assertive about elements hace 1 año
ElementMeta.h 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
ElementScroll.cpp b32980a0bd Update scrollbar properties to ensure they appear or disappear on the same frame their visibility changed hace 1 año
ElementStyle.cpp 4462a47276 Add 'text-overflow' property, see #849 hace 3 meses
ElementStyle.h ac7a1dcf9b Fix some in-source documentation for typos and wrong parameters hace 1 año
ElementText.cpp 4462a47276 Add 'text-overflow' property, see #849 hace 3 meses
ElementUtilities.cpp 56231a6c87 Add font-kerning property (#843) hace 3 meses
Event.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
EventDispatcher.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API hace 1 año
EventDispatcher.h 7492876298 The great formattening - format all library source code and documents hace 2 años
EventInstancer.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
EventInstancerDefault.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
EventInstancerDefault.h 01d4627b57 Update various function descriptions and parameter names hace 1 año
EventListenerInstancer.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
EventSpecification.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
EventSpecification.h 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
Factory.cpp 9684050cc1 Allow SVG XML data to be passed as inline RML (#777) hace 2 meses
FileInterface.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
FileInterfaceDefault.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
FileInterfaceDefault.h 7492876298 The great formattening - format all library source code and documents hace 2 años
Filter.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
FilterBasic.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
FilterBasic.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
FilterBlur.cpp 2cd78d54e9 Make Rectangle member functions return new objects instead of mutating in-place hace 1 año
FilterBlur.h 0d16980555 Use sigma instead of blur radius for blur filter hace 1 año
FilterDropShadow.cpp 2cd78d54e9 Make Rectangle member functions return new objects instead of mutating in-place hace 1 año
FilterDropShadow.h a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
FontEffect.cpp c802aeb21b Use premultiplied alpha for vertex colors hace 2 años
FontEffectBlur.cpp c802aeb21b Use premultiplied alpha for vertex colors hace 2 años
FontEffectBlur.h 7492876298 The great formattening - format all library source code and documents hace 2 años
FontEffectGlow.cpp c802aeb21b Use premultiplied alpha for vertex colors hace 2 años
FontEffectGlow.h 7492876298 The great formattening - format all library source code and documents hace 2 años
FontEffectInstancer.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
FontEffectOutline.cpp c802aeb21b Use premultiplied alpha for vertex colors hace 2 años
FontEffectOutline.h 7492876298 The great formattening - format all library source code and documents hace 2 años
FontEffectShadow.cpp a9657acee7 Math cleanup, rename and remove some functions hace 2 años
FontEffectShadow.h 7492876298 The great formattening - format all library source code and documents hace 2 años
FontEngineInterface.cpp b48abfbd5f Add the ability to select a font face from a font collection (#720) hace 1 año
Geometry.cpp 0c96c0eed2 Reuse text geometry if the mesh didn't change, see #727 hace 8 meses
GeometryBackgroundBorder.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
GeometryBackgroundBorder.h b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
GeometryBoxShadow.cpp 0b314964da Implement cache for box shadows hace 2 meses
GeometryBoxShadow.h 0b314964da Implement cache for box shadows hace 2 meses
IdNameMap.h 7492876298 The great formattening - format all library source code and documents hace 2 años
Log.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API hace 1 año
LogDefault.cpp b1541f5381 Log to console by default on MinGW (#757) hace 9 meses
LogDefault.h ac8e1f2752 Use default log output also when there is no system interface installed hace 2 años
Math.cpp b3efa49039 Use std-namespaced math functions and cmath header hace 9 meses
Memory.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
Memory.h 7492876298 The great formattening - format all library source code and documents hace 2 años
MeshUtilities.cpp b197f985b3 Prevent gaps when rendering fractionally sized elements, resolves #438 hace 1 año
ObserverPtr.cpp 3c10d0f048 Manually control lifetime of observer pointer data hace 1 año
Plugin.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
PluginRegistry.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
PluginRegistry.h 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
Pool.h 7492876298 The great formattening - format all library source code and documents hace 2 años
Pool.inl 7492876298 The great formattening - format all library source code and documents hace 2 años
Profiling.cpp 5ec648c5fb Be consistent about using `size_t` instead of `std::size_t` hace 1 año
PropertiesIterator.h 7492876298 The great formattening - format all library source code and documents hace 2 años
PropertiesIteratorView.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
Property.cpp 6e1d4874f1 Fix some situations where units were not shown in properties hace 2 años
PropertyDefinition.cpp 7b359d5d7c Use RCSS syntax for color-string conversion, format colors using hexadecimal notation hace 2 años
PropertyDictionary.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
PropertyParserAnimation.cpp e17199e2cb Fix using animation keyframes with uppercase characters, see #852 hace 3 meses
PropertyParserAnimation.h 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
PropertyParserBoxShadow.cpp 1b0fac7955 Fix parsing of rgba colors in the `box-shadow` property hace 1 año
PropertyParserBoxShadow.h 655cd9a0fd Add support for the 'box-shadow' property hace 2 años
PropertyParserColorStopList.cpp c802aeb21b Use premultiplied alpha for vertex colors hace 2 años
PropertyParserColorStopList.h b6efab1d8b Add 'linear-gradient' and 'repeating-linear-gradient' decorators hace 2 años
PropertyParserColour.cpp f105fb5162 Implement CIELAB and Oklab color space functions (#847) hace 3 meses
PropertyParserColour.h f105fb5162 Implement CIELAB and Oklab color space functions (#847) hace 3 meses
PropertyParserDecorator.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
PropertyParserDecorator.h 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
PropertyParserFilter.cpp a5e3c7fc8d Add Filter class, to be used with the new 'filter' and 'backdrop-filter' properties hace 2 años
PropertyParserFilter.h a5e3c7fc8d Add Filter class, to be used with the new 'filter' and 'backdrop-filter' properties hace 2 años
PropertyParserFontEffect.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
PropertyParserFontEffect.h 7492876298 The great formattening - format all library source code and documents hace 2 años
PropertyParserKeyword.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
PropertyParserKeyword.h 7492876298 The great formattening - format all library source code and documents hace 2 años
PropertyParserNumber.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
PropertyParserNumber.h 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
PropertyParserRatio.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
PropertyParserRatio.h 7492876298 The great formattening - format all library source code and documents hace 2 años
PropertyParserString.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
PropertyParserString.h 7492876298 The great formattening - format all library source code and documents hace 2 años
PropertyParserTransform.cpp 131a963fe8 Transforms: Disallow percentages in perspective and translateZ hace 2 años
PropertyParserTransform.h 131a963fe8 Transforms: Disallow percentages in perspective and translateZ hace 2 años
PropertyShorthandDefinition.h b6efab1d8b Add 'linear-gradient' and 'repeating-linear-gradient' decorators hace 2 años
PropertySpecification.cpp af8476c954 Property parser: Allow single quotation marks, preserve whitespace in quotes hace 3 meses
RenderInterface.cpp 9bfb8d7c60 Remove dimensions argument from render interface `SaveLayerAsTexture` hace 1 año
RenderInterfaceCompatibility.cpp 2cd78d54e9 Make Rectangle member functions return new objects instead of mutating in-place hace 1 año
RenderManager.cpp 0c96c0eed2 Reuse text geometry if the mesh didn't change, see #727 hace 8 meses
RenderManagerAccess.cpp 0c96c0eed2 Reuse text geometry if the mesh didn't change, see #727 hace 8 meses
RenderManagerAccess.h 0c96c0eed2 Reuse text geometry if the mesh didn't change, see #727 hace 8 meses
ScrollController.cpp a4334200f4 Refactor Context touch move code hace 1 mes
ScrollController.h a4334200f4 Refactor Context touch move code hace 1 mes
Spritesheet.cpp a452f26951 Refactor Geometry and Texture, introduce unique render resources hace 2 años
Stream.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
StreamFile.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
StreamFile.h 7492876298 The great formattening - format all library source code and documents hace 2 años
StreamMemory.cpp a9657acee7 Math cleanup, rename and remove some functions hace 2 años
StringUtilities.cpp f105fb5162 Implement CIELAB and Oklab color space functions (#847) hace 3 meses
StyleSheet.cpp 6851f412dc Add support for `:scope` as a pseudo-class for QuerySelector[All] / Matches / Closest (#578) hace 9 meses
StyleSheetContainer.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
StyleSheetFactory.cpp 6851f412dc Add support for `:scope` as a pseudo-class for QuerySelector[All] / Matches / Closest (#578) hace 9 meses
StyleSheetFactory.h 7492876298 The great formattening - format all library source code and documents hace 2 años
StyleSheetNode.cpp 6851f412dc Add support for `:scope` as a pseudo-class for QuerySelector[All] / Matches / Closest (#578) hace 9 meses
StyleSheetNode.h 6851f412dc Add support for `:scope` as a pseudo-class for QuerySelector[All] / Matches / Closest (#578) hace 9 meses
StyleSheetParser.cpp bc93c021db Add warning on parsing style sheets with UTF-8 BOM, see #862 hace 2 meses
StyleSheetParser.h 262f4b8e84 Style sheet parser: Fixup comments, cleanup unused arguments and conditions hace 2 meses
StyleSheetSelector.cpp 6851f412dc Add support for `:scope` as a pseudo-class for QuerySelector[All] / Matches / Closest (#578) hace 9 meses
StyleSheetSelector.h 6851f412dc Add support for `:scope` as a pseudo-class for QuerySelector[All] / Matches / Closest (#578) hace 9 meses
StyleSheetSpecification.cpp 4462a47276 Add 'text-overflow' property, see #849 hace 3 meses
SystemInterface.cpp 41e1291ad9 Avoid allocations during global initialization (#689) hace 1 año
Template.cpp 0d97c24892 Add missing header hace 4 meses
Template.h 7492876298 The great formattening - format all library source code and documents hace 2 años
TemplateCache.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
TemplateCache.h 7492876298 The great formattening - format all library source code and documents hace 2 años
Texture.cpp 8559aaf596 Merge branch 'effects' (#594) hace 1 año
TextureDatabase.cpp cf77a3a329 Prevent callback textures from loading again after failing (#778) hace 7 meses
TextureDatabase.h cf77a3a329 Prevent callback textures from loading again after failing (#778) hace 7 meses
TextureLayout.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
TextureLayout.h 7492876298 The great formattening - format all library source code and documents hace 2 años
TextureLayoutRectangle.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
TextureLayoutRectangle.h 7492876298 The great formattening - format all library source code and documents hace 2 años
TextureLayoutRow.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
TextureLayoutRow.h 7492876298 The great formattening - format all library source code and documents hace 2 años
TextureLayoutTexture.cpp 5faedc427b Refactor render interface: Require compiled geometry, use modern and safer types [breaking change] hace 2 años
TextureLayoutTexture.h 5faedc427b Refactor render interface: Require compiled geometry, use modern and safer types [breaking change] hace 2 años
Traits.cpp 36af609b31 Make FamilyBase ID generator function non-inline hace 1 año
Transform.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
TransformPrimitive.cpp ce949d2d5b Refactor Property units and Box enums, and introduce NumericValue [breaking change] hace 2 años
TransformState.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
TransformState.h 7492876298 The great formattening - format all library source code and documents hace 2 años
TransformUtilities.cpp 8559aaf596 Merge branch 'effects' (#594) hace 1 año
TransformUtilities.h 7492876298 The great formattening - format all library source code and documents hace 2 años
Tween.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
TypeConverter.cpp 553b6f41fe CreateString and FormatString: Remove the now unused `max_size` argument from API hace 1 año
URL.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
Variant.cpp b6efab1d8b Add 'linear-gradient' and 'repeating-linear-gradient' decorators hace 2 años
WidgetScroll.cpp 3c7d0bd557 Round scrollbar and sliderbar offsets hace 1 año
WidgetScroll.h 51d34a5a0a Simplify scroll widget (no functional changes) hace 1 año
XMLNodeHandler.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLNodeHandlerBody.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLNodeHandlerBody.h 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLNodeHandlerDefault.cpp ce3721d502 Fix structural data views (data-for) not working with data-model on the body element, see #790 hace 6 meses
XMLNodeHandlerDefault.h 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLNodeHandlerHead.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLNodeHandlerHead.h 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLNodeHandlerTemplate.cpp 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLNodeHandlerTemplate.h 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLParseTools.cpp 9775bcb2b3 Fix XML parse error if single curly brace encountered at the end of a data binding string literal (#459) hace 2 años
XMLParseTools.h 7492876298 The great formattening - format all library source code and documents hace 2 años
XMLParser.cpp 9684050cc1 Allow SVG XML data to be passed as inline RML (#777) hace 2 meses
precompiled.h 7492876298 The great formattening - format all library source code and documents hace 2 años