Michael Ragazzon e6c30727c6 Animated properties are now removed when an animation completes. Do an extra pass of UpdateProperties whenever the animation property is changed. 6 éve
..
FontEngineDefault 6b6aa40176 Change the font effect glyph dimensions behavior, now possible to properly include offsets. 6 éve
Lua 2ddcc71123 Replace debugger font with 'Courier Prime Code' (SIL Open Font License v1.1). Adjustments to the debugger RCSS. Add 'Core::LoadFontFace' methods. 6 éve
BaseXMLParser.cpp b10a47c0c1 Additional profiling zones 6 éve
Box.cpp 634543b38f Implement progress bar element (progressbar) (#69) 6 éve
Clock.cpp cb347e1a38 NULL to nullptr 6 éve
Clock.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
ComputeProperty.cpp b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 éve
ComputeProperty.h b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 éve
Context.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
ContextInstancer.cpp 7ed4250e30 Remove ReferenceCountable from Context and ContextInstancer 6 éve
ContextInstancerDefault.cpp 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
ContextInstancerDefault.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
ConvolutionFilter.cpp 6b6aa40176 Change the font effect glyph dimensions behavior, now possible to properly include offsets. 6 éve
Core.cpp 48dd41ef40 Remove font engine default files from cmake when the default font interface is disabled. Remove macro guards. 6 éve
Decorator.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 éve
DecoratorGradient.cpp 2510488c80 Apply opacity to gradient decorator 6 éve
DecoratorGradient.h 262031f2ab Implement gradient decorator 6 éve
DecoratorInstancer.cpp 391f39b038 Merge branch 'master' into performance 6 éve
DecoratorNinePatch.cpp b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 éve
DecoratorNinePatch.h 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 éve
DecoratorTiled.cpp 38b213de63 Remove rotate-90 and rotate-270 (they did not work) 6 éve
DecoratorTiled.h 38b213de63 Remove rotate-90 and rotate-270 (they did not work) 6 éve
DecoratorTiledBox.cpp ba678a7542 Tiled-box decorator: Fix crash on unspecified corner textures (see #22). 6 éve
DecoratorTiledBox.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 éve
DecoratorTiledBoxInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 éve
DecoratorTiledBoxInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
DecoratorTiledHorizontal.cpp 2e0c0cad45 Decorators: Only allocate geometry strictly needed, reduce number of allocation calls. 6 éve
DecoratorTiledHorizontal.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 éve
DecoratorTiledHorizontalInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 éve
DecoratorTiledHorizontalInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
DecoratorTiledImage.cpp 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 éve
DecoratorTiledImage.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 éve
DecoratorTiledImageInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 éve
DecoratorTiledImageInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
DecoratorTiledInstancer.cpp 48cc2cbf58 Update samples readme and comments 6 éve
DecoratorTiledInstancer.h 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 éve
DecoratorTiledVertical.cpp 2e0c0cad45 Decorators: Only allocate geometry strictly needed, reduce number of allocation calls. 6 éve
DecoratorTiledVertical.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 éve
DecoratorTiledVerticalInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 éve
DecoratorTiledVerticalInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
DocumentHeader.cpp acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 éve
DocumentHeader.h acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 éve
Element.cpp e6c30727c6 Animated properties are now removed when an animation completes. Do an extra pass of UpdateProperties whenever the animation property is changed. 6 éve
ElementAnimation.cpp d0cb138139 Avoid crash when constructing invalid animations. 6 éve
ElementAnimation.h d0cb138139 Avoid crash when constructing invalid animations. 6 éve
ElementBackground.cpp 2045214b7f Additional Tracy profiling, including overloaded new/delete operators for memory inspection. 6 éve
ElementBackground.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
ElementBorder.cpp 0951b7e355 Implement support for Tracy profiler 6 éve
ElementBorder.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
ElementDecoration.cpp 281fbfcd80 Add conversion to string for decorators and font-effects 6 éve
ElementDecoration.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
ElementDefinition.cpp 836026788b Clean up element style 6 éve
ElementDefinition.h 836026788b Clean up element style 6 éve
ElementDocument.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
ElementHandle.cpp 383e066654 Update dragging with transform applied. 6 éve
ElementHandle.h 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
ElementImage.cpp 634543b38f Implement progress bar element (progressbar) (#69) 6 éve
ElementImage.h 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
ElementInstancer.cpp f0c898ce04 Add leak detection for some elements in debug mode 6 éve
ElementScroll.cpp c2a1469cc5 Update element properties when creating scrollbars. 6 éve
ElementStyle.cpp b001f00455 Dirty line-height when font-size changes 6 éve
ElementStyle.h b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 éve
ElementText.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
ElementTextDefault.cpp aa459ca607 Various improvements to text boxes. 6 éve
ElementTextDefault.h 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
ElementUtilities.cpp f745fac0ee WIP: Rework event dispatcher loop, introduce observer pointer (for now based on std::shared_ptr) 6 éve
Event.cpp 79cbad7abd Make initialization of Event cleaner, warning when it is constructed outside the factory (instead of undefined behavior) 6 éve
EventDispatcher.cpp c76723803d Remove Event::PreventDefault(), it is not working as one might expect from the name. 6 éve
EventDispatcher.h d7ba65477f Add Event::PreventDefault function. Change behavior, Event::StopPropagation no longer cancels default actions. Clean up event dispatcher. 6 éve
EventInstancer.cpp ebe3e3a14a Remove ReferenceCountable from Event and EventInstancer 6 éve
EventInstancerDefault.cpp 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
EventInstancerDefault.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
EventIterators.h 186eaefcd2 Remove ElementReference 6 éve
EventListenerInstancer.cpp ebe3e3a14a Remove ReferenceCountable from Event and EventInstancer 6 éve
EventSpecification.cpp 391f39b038 Merge branch 'master' into performance 6 éve
EventSpecification.h 391f39b038 Merge branch 'master' into performance 6 éve
Factory.cpp 396e23b774 Implement Blur and Glow font-effects. Some clean-up. 6 éve
FileInterface.cpp a4b526c55c Remove ReferenceCountable from System-, Render-, and FileInterface. 6 éve
FileInterfaceDefault.cpp 391f39b038 Merge branch 'master' into performance 6 éve
FileInterfaceDefault.h cb347e1a38 NULL to nullptr 6 éve
FontEffect.cpp ba864b524f Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away. 6 éve
FontEffectBlur.cpp 6b6aa40176 Change the font effect glyph dimensions behavior, now possible to properly include offsets. 6 éve
FontEffectBlur.h ba864b524f Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away. 6 éve
FontEffectGlow.cpp 6b6aa40176 Change the font effect glyph dimensions behavior, now possible to properly include offsets. 6 éve
FontEffectGlow.h 00f66332d8 Add offset to glow 6 éve
FontEffectInstancer.cpp 94903c248c Implement font-effect property. 6 éve
FontEffectOutline.cpp 6b6aa40176 Change the font effect glyph dimensions behavior, now possible to properly include offsets. 6 éve
FontEffectOutline.h ba864b524f Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away. 6 éve
FontEffectShadow.cpp 396e23b774 Implement Blur and Glow font-effects. Some clean-up. 6 éve
FontEffectShadow.h 396e23b774 Implement Blur and Glow font-effects. Some clean-up. 6 éve
FontEngineInterface.cpp 16fb312b4e Rename CodePoint to Character. 6 éve
Geometry.cpp 2045214b7f Additional Tracy profiling, including overloaded new/delete operators for memory inspection. 6 éve
GeometryUtilities.cpp 1bbae6380d Refining font engine interface. 6 éve
IdNameMap.h 2981b73019 Add std to ptrdiff_t (see #47) 6 éve
LayoutBlockBox.cpp af46806480 Fix some static analysis warnings 6 éve
LayoutBlockBox.h cb347e1a38 NULL to nullptr 6 éve
LayoutBlockBoxSpace.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
LayoutBlockBoxSpace.h a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
LayoutEngine.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
LayoutEngine.h 391f39b038 Merge branch 'master' into performance 6 éve
LayoutInlineBox.cpp cd670fc143 Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder. 6 éve
LayoutInlineBox.h 4e85f31111 Refactor the fonts subsystem to allow external font providers 6 éve
LayoutInlineBoxText.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
LayoutInlineBoxText.h f9975a0e8e Begin conversion to UTF8 6 éve
LayoutLineBox.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
LayoutLineBox.h cb347e1a38 NULL to nullptr 6 éve
Log.cpp 391f39b038 Merge branch 'master' into performance 6 éve
Math.cpp b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 éve
Memory.cpp ba864b524f Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away. 6 éve
Memory.h ba864b524f Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away. 6 éve
ObserverPtr.cpp 8d58625727 Ensure initialization of observer pointer pool before use 6 éve
Plugin.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
PluginRegistry.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
PluginRegistry.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
Pool.h 9a7a5b8592 Make operator bools explicit 6 éve
Pool.inl 25b8b45ca7 Rework some of the element instancers and the pool. Use pools for assigning plain Elements and ElementTextDefault. 6 éve
Profiling.cpp 2045214b7f Additional Tracy profiling, including overloaded new/delete operators for memory inspection. 6 éve
PropertiesIterator.h aa80c3b917 Add PropertySource to properties and revise element info debugging 6 éve
PropertiesIteratorView.cpp af46806480 Fix some static analysis warnings 6 éve
Property.cpp cb347e1a38 NULL to nullptr 6 éve
PropertyDefinition.cpp 039841c537 Make the resolve length functions safer, returns zero if unsuccessful. Rename to ResolveLength (emphasizes returned unit). Add Element::ResolveLength(property_name). See #55. 6 éve
PropertyDictionary.cpp aa80c3b917 Add PropertySource to properties and revise element info debugging 6 éve
PropertyParserAnimation.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserAnimation.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserColour.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserColour.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserKeyword.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserKeyword.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserNumber.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserNumber.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserString.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserString.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserTransform.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyParserTransform.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 éve
PropertyShorthandDefinition.h 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 éve
PropertySpecification.cpp 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 éve
RenderInterface.cpp b6739b4684 Replace render interface functions PushTransform and PopTransform with SetTransform 6 éve
Spritesheet.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 éve
Stream.cpp 3ee01de68c Remove ReferenceCountable from Stream 6 éve
StreamFile.cpp acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 éve
StreamFile.h 3ee01de68c Remove ReferenceCountable from Stream 6 éve
StreamMemory.cpp cb347e1a38 NULL to nullptr 6 éve
StringCache.cpp 634543b38f Implement progress bar element (progressbar) (#69) 6 éve
StringCache.h 634543b38f Implement progress bar element (progressbar) (#69) 6 éve
StringUtilities.cpp 4be83d440e Debugger: Enable listing of hidden elements, and escape attribute values. 6 éve
StyleSheet.cpp 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 éve
StyleSheetFactory.cpp 74f5f92577 Fix the structural selector 'an + b' parsing. Now also supports whitespace inside. 6 éve
StyleSheetFactory.h 3993ddd71d Speed up element definition retrieval by hashing tag and id. 6 éve
StyleSheetNode.cpp 5f9323a85d Fix some warnings 6 éve
StyleSheetNode.h 5f9323a85d Fix some warnings 6 éve
StyleSheetNodeSelector.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
StyleSheetNodeSelector.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
StyleSheetNodeSelectorEmpty.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
StyleSheetNodeSelectorEmpty.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorFirstChild.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
StyleSheetNodeSelectorFirstChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorFirstOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
StyleSheetNodeSelectorFirstOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorLastChild.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
StyleSheetNodeSelectorLastChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorLastOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
StyleSheetNodeSelectorLastOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorNthChild.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
StyleSheetNodeSelectorNthChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorNthLastChild.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
StyleSheetNodeSelectorNthLastChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorNthLastOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
StyleSheetNodeSelectorNthLastOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorNthOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
StyleSheetNodeSelectorNthOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorOnlyChild.cpp 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 éve
StyleSheetNodeSelectorOnlyChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetNodeSelectorOnlyOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 éve
StyleSheetNodeSelectorOnlyOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
StyleSheetParser.cpp 461f328166 Fix build on win32 6 éve
StyleSheetParser.h 1685de4a59 Make images specified in @decorator properly load (see #22) 6 éve
StyleSheetSpecification.cpp 634543b38f Implement progress bar element (progressbar) (#69) 6 éve
SystemInterface.cpp f9975a0e8e Begin conversion to UTF8 6 éve
Template.cpp 3ee01de68c Remove ReferenceCountable from Stream 6 éve
Template.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 éve
TemplateCache.cpp cb347e1a38 NULL to nullptr 6 éve
TemplateCache.h 391f39b038 Merge branch 'master' into performance 6 éve
Texture.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 éve
TextureDatabase.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 éve
TextureDatabase.h acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 éve
TextureLayout.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
TextureLayout.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
TextureLayoutRectangle.cpp cb347e1a38 NULL to nullptr 6 éve
TextureLayoutRectangle.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
TextureLayoutRow.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
TextureLayoutRow.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
TextureLayoutTexture.cpp 3998dd1f3a Render replacement character for unknown characters 6 éve
TextureLayoutTexture.h a613948ccd Be more explicit about ownership, remove unused code. 6 éve
TextureResource.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 éve
TextureResource.h 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 éve
Transform.cpp 40f19fe151 Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details. 6 éve
TransformPrimitive.cpp 8a0e9a0e3a Transform animations: 6 éve
TransformState.cpp 40f19fe151 Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details. 6 éve
TypeConverter.cpp 281fbfcd80 Add conversion to string for decorators and font-effects 6 éve
URL.cpp f190bb561e Fix path formatting 6 éve
Utilities.h b00b7612f8 Add a fingerprint to the font effect 6 éve
Variant.cpp af46806480 Fix some static analysis warnings 6 éve
Vector3.cpp 391f39b038 Merge branch 'master' into performance 6 éve
Vector4.cpp 391f39b038 Merge branch 'master' into performance 6 éve
WidgetSlider.cpp b993a65fa0 Cleanup widget slider 6 éve
WidgetSlider.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
WidgetSliderScroll.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
WidgetSliderScroll.h 3db7c4036f Use override instead of virtual where appropriate. 6 éve
XMLNodeHandler.cpp ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 éve
XMLNodeHandlerBody.cpp ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 éve
XMLNodeHandlerBody.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 éve
XMLNodeHandlerDefault.cpp b10a47c0c1 Additional profiling zones 6 éve
XMLNodeHandlerDefault.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 éve
XMLNodeHandlerHead.cpp acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 éve
XMLNodeHandlerHead.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 éve
XMLNodeHandlerTemplate.cpp ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 éve
XMLNodeHandlerTemplate.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 éve
XMLParseTools.cpp cb347e1a38 NULL to nullptr 6 éve
XMLParseTools.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
XMLParser.cpp b10a47c0c1 Additional profiling zones 6 éve
precompiled.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve
precompiled.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 éve