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