Michael Ragazzon 270c5286d6 Scroll to rounded pixel values 6 years ago
..
FontEngineDefault 4fda46ed82 Fix possible crash with enormous font sizes and some warnings. 6 years ago
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 years ago
BaseXMLParser.cpp b10a47c0c1 Additional profiling zones 6 years ago
Box.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
Clock.cpp cb347e1a38 NULL to nullptr 6 years ago
Clock.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
ComputeProperty.cpp b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 years ago
ComputeProperty.h b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 years ago
Context.cpp 8207ac4c63 Further improvements to text input elements: 6 years ago
ContextInstancer.cpp 7ed4250e30 Remove ReferenceCountable from Context and ContextInstancer 6 years ago
ContextInstancerDefault.cpp 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
ContextInstancerDefault.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
ConvolutionFilter.cpp cb347e1a38 NULL to nullptr 6 years ago
Core.cpp 48dd41ef40 Remove font engine default files from cmake when the default font interface is disabled. Remove macro guards. 6 years ago
DebugFont.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
Decorator.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 years ago
DecoratorGradient.cpp 2510488c80 Apply opacity to gradient decorator 6 years ago
DecoratorGradient.h 262031f2ab Implement gradient decorator 6 years ago
DecoratorInstancer.cpp 391f39b038 Merge branch 'master' into performance 6 years ago
DecoratorNinePatch.cpp b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 years ago
DecoratorNinePatch.h 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 years ago
DecoratorTiled.cpp 38b213de63 Remove rotate-90 and rotate-270 (they did not work) 6 years ago
DecoratorTiled.h 38b213de63 Remove rotate-90 and rotate-270 (they did not work) 6 years ago
DecoratorTiledBox.cpp ba678a7542 Tiled-box decorator: Fix crash on unspecified corner textures (see #22). 6 years ago
DecoratorTiledBox.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 years ago
DecoratorTiledBoxInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 years ago
DecoratorTiledBoxInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
DecoratorTiledHorizontal.cpp 2e0c0cad45 Decorators: Only allocate geometry strictly needed, reduce number of allocation calls. 6 years ago
DecoratorTiledHorizontal.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 years ago
DecoratorTiledHorizontalInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 years ago
DecoratorTiledHorizontalInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
DecoratorTiledImage.cpp 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 years ago
DecoratorTiledImage.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 years ago
DecoratorTiledImageInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 years ago
DecoratorTiledImageInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
DecoratorTiledInstancer.cpp 48cc2cbf58 Update samples readme and comments 6 years ago
DecoratorTiledInstancer.h 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 years ago
DecoratorTiledVertical.cpp 2e0c0cad45 Decorators: Only allocate geometry strictly needed, reduce number of allocation calls. 6 years ago
DecoratorTiledVertical.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 years ago
DecoratorTiledVerticalInstancer.cpp 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 years ago
DecoratorTiledVerticalInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
DocumentHeader.cpp acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago
DocumentHeader.h acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago
Element.cpp 270c5286d6 Scroll to rounded pixel values 6 years ago
ElementAnimation.cpp 8a0e9a0e3a Transform animations: 6 years ago
ElementAnimation.h 8a0e9a0e3a Transform animations: 6 years ago
ElementBackground.cpp 2045214b7f Additional Tracy profiling, including overloaded new/delete operators for memory inspection. 6 years ago
ElementBackground.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
ElementBorder.cpp 0951b7e355 Implement support for Tracy profiler 6 years ago
ElementBorder.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
ElementDecoration.cpp 281fbfcd80 Add conversion to string for decorators and font-effects 6 years ago
ElementDecoration.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
ElementDefinition.cpp 836026788b Clean up element style 6 years ago
ElementDefinition.h 836026788b Clean up element style 6 years ago
ElementDocument.cpp f9975a0e8e Begin conversion to UTF8 6 years ago
ElementHandle.cpp 383e066654 Update dragging with transform applied. 6 years ago
ElementHandle.h 383e066654 Update dragging with transform applied. 6 years ago
ElementImage.cpp eba2a91520 img element: Sprites are now specified by the `sprite` attribute, and the `coords` attribute is renamed to `rect`. 6 years ago
ElementImage.h eba2a91520 img element: Sprites are now specified by the `sprite` attribute, and the `coords` attribute is renamed to `rect`. 6 years ago
ElementInstancer.cpp f0c898ce04 Add leak detection for some elements in debug mode 6 years ago
ElementScroll.cpp c2a1469cc5 Update element properties when creating scrollbars. 6 years ago
ElementStyle.cpp b001f00455 Dirty line-height when font-size changes 6 years ago
ElementStyle.h b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 years ago
ElementText.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
ElementTextDefault.cpp aa459ca607 Various improvements to text boxes. 6 years ago
ElementTextDefault.h aa459ca607 Various improvements to text boxes. 6 years ago
ElementUtilities.cpp f745fac0ee WIP: Rework event dispatcher loop, introduce observer pointer (for now based on std::shared_ptr) 6 years ago
Event.cpp c76723803d Remove Event::PreventDefault(), it is not working as one might expect from the name. 6 years ago
EventDispatcher.cpp c76723803d Remove Event::PreventDefault(), it is not working as one might expect from the name. 6 years ago
EventDispatcher.h d7ba65477f Add Event::PreventDefault function. Change behavior, Event::StopPropagation no longer cancels default actions. Clean up event dispatcher. 6 years ago
EventInstancer.cpp ebe3e3a14a Remove ReferenceCountable from Event and EventInstancer 6 years ago
EventInstancerDefault.cpp 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
EventInstancerDefault.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
EventIterators.h 186eaefcd2 Remove ElementReference 6 years ago
EventListenerInstancer.cpp ebe3e3a14a Remove ReferenceCountable from Event and EventInstancer 6 years ago
EventSpecification.cpp 391f39b038 Merge branch 'master' into performance 6 years ago
EventSpecification.h 391f39b038 Merge branch 'master' into performance 6 years ago
Factory.cpp f49f5bc83e Merge branch 'text' into develop 6 years ago
FileInterface.cpp a4b526c55c Remove ReferenceCountable from System-, Render-, and FileInterface. 6 years ago
FileInterfaceDefault.cpp 391f39b038 Merge branch 'master' into performance 6 years ago
FileInterfaceDefault.h cb347e1a38 NULL to nullptr 6 years ago
FontEffect.cpp 4e85f31111 Refactor the fonts subsystem to allow external font providers 6 years ago
FontEffectInstancer.cpp 94903c248c Implement font-effect property. 6 years ago
FontEffectOutline.cpp 94903c248c Implement font-effect property. 6 years ago
FontEffectOutline.h 94903c248c Implement font-effect property. 6 years ago
FontEffectOutlineInstancer.cpp 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
FontEffectOutlineInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
FontEffectShadow.cpp 94903c248c Implement font-effect property. 6 years ago
FontEffectShadow.h 94903c248c Implement font-effect property. 6 years ago
FontEffectShadowInstancer.cpp 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
FontEffectShadowInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
FontEngineInterface.cpp 16fb312b4e Rename CodePoint to Character. 6 years ago
Geometry.cpp 2045214b7f Additional Tracy profiling, including overloaded new/delete operators for memory inspection. 6 years ago
GeometryUtilities.cpp 1bbae6380d Refining font engine interface. 6 years ago
IdNameMap.h 2981b73019 Add std to ptrdiff_t (see #47) 6 years ago
LayoutBlockBox.cpp af46806480 Fix some static analysis warnings 6 years ago
LayoutBlockBox.h cb347e1a38 NULL to nullptr 6 years ago
LayoutBlockBoxSpace.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
LayoutBlockBoxSpace.h a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
LayoutEngine.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
LayoutEngine.h 391f39b038 Merge branch 'master' into performance 6 years ago
LayoutInlineBox.cpp cd670fc143 Refactoring FontEngineDefault (part I). Isolate the interface with FreeType. All font engine default files moved to a separate folder. 6 years ago
LayoutInlineBox.h 4e85f31111 Refactor the fonts subsystem to allow external font providers 6 years ago
LayoutInlineBoxText.cpp aa459ca607 Various improvements to text boxes. 6 years ago
LayoutInlineBoxText.h f9975a0e8e Begin conversion to UTF8 6 years ago
LayoutLineBox.cpp af46806480 Fix some static analysis warnings 6 years ago
LayoutLineBox.h cb347e1a38 NULL to nullptr 6 years ago
Log.cpp 391f39b038 Merge branch 'master' into performance 6 years ago
Math.cpp b4c4c48297 ResolveLength to ResolveNumericProperty, see #55. Angles now require units of deg or rad. 6 years ago
ObserverPtr.cpp 8d58625727 Ensure initialization of observer pointer pool before use 6 years ago
Plugin.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
PluginRegistry.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
PluginRegistry.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
Pool.h f0c898ce04 Add leak detection for some elements in debug mode 6 years ago
Pool.inl 25b8b45ca7 Rework some of the element instancers and the pool. Use pools for assigning plain Elements and ElementTextDefault. 6 years ago
Profiling.cpp 2045214b7f Additional Tracy profiling, including overloaded new/delete operators for memory inspection. 6 years ago
PropertiesIterator.h aa80c3b917 Add PropertySource to properties and revise element info debugging 6 years ago
PropertiesIteratorView.cpp af46806480 Fix some static analysis warnings 6 years ago
Property.cpp cb347e1a38 NULL to nullptr 6 years ago
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 years ago
PropertyDictionary.cpp aa80c3b917 Add PropertySource to properties and revise element info debugging 6 years ago
PropertyParserAnimation.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserAnimation.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserColour.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserColour.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserKeyword.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserKeyword.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserNumber.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserNumber.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserString.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserString.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserTransform.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyParserTransform.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
PropertyShorthandDefinition.h 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 years ago
PropertySpecification.cpp 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 years ago
RenderInterface.cpp b6739b4684 Replace render interface functions PushTransform and PopTransform with SetTransform 6 years ago
Spritesheet.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 years ago
Stream.cpp 3ee01de68c Remove ReferenceCountable from Stream 6 years ago
StreamFile.cpp acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago
StreamFile.h 3ee01de68c Remove ReferenceCountable from Stream 6 years ago
StreamMemory.cpp cb347e1a38 NULL to nullptr 6 years ago
StringCache.cpp 0ed3768644 Remove the 'font-charset' property 6 years ago
StringCache.h acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago
StringUtilities.cpp 4be83d440e Debugger: Enable listing of hidden elements, and escape attribute values. 6 years ago
StyleSheet.cpp 13514fed0b Specifying rendered edge size on ninepatch decorator and scaling by dp-ratio. 6 years ago
StyleSheetFactory.cpp 74f5f92577 Fix the structural selector 'an + b' parsing. Now also supports whitespace inside. 6 years ago
StyleSheetFactory.h 3993ddd71d Speed up element definition retrieval by hashing tag and id. 6 years ago
StyleSheetNode.cpp 281fbfcd80 Add conversion to string for decorators and font-effects 6 years ago
StyleSheetNode.h 3cd0005ef3 Support for child combinator '>' and universal selector '*' in RCSS 6 years ago
StyleSheetNodeSelector.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
StyleSheetNodeSelector.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
StyleSheetNodeSelectorEmpty.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorEmpty.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorFirstChild.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorFirstChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorFirstOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorFirstOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorLastChild.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorLastChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorLastOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorLastOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorNthChild.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorNthChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorNthLastChild.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorNthLastChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorNthLastOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorNthLastOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorNthOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorNthOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorOnlyChild.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorOnlyChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetNodeSelectorOnlyOfType.cpp a6d058b58b Remove 'StyleSheetKeywords.h'. Instead, use the Style:: namespace in ComputedValues.h. 6 years ago
StyleSheetNodeSelectorOnlyOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
StyleSheetParser.cpp f9975a0e8e Begin conversion to UTF8 6 years ago
StyleSheetParser.h 1685de4a59 Make images specified in @decorator properly load (see #22) 6 years ago
StyleSheetSpecification.cpp e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 years ago
SystemInterface.cpp f9975a0e8e Begin conversion to UTF8 6 years ago
Template.cpp 3ee01de68c Remove ReferenceCountable from Stream 6 years ago
Template.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 years ago
TemplateCache.cpp cb347e1a38 NULL to nullptr 6 years ago
TemplateCache.h 391f39b038 Merge branch 'master' into performance 6 years ago
Texture.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 years ago
TextureDatabase.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 years ago
TextureDatabase.h acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago
TextureLayout.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
TextureLayout.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
TextureLayoutRectangle.cpp cb347e1a38 NULL to nullptr 6 years ago
TextureLayoutRectangle.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
TextureLayoutRow.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
TextureLayoutRow.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
TextureLayoutTexture.cpp 3998dd1f3a Render replacement character for unknown characters 6 years ago
TextureLayoutTexture.h a613948ccd Be more explicit about ownership, remove unused code. 6 years ago
TextureResource.cpp 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 years ago
TextureResource.h 78acd8b900 Refactoring default font engine (part II). Remove font database, use a callback function for generating font textures, documentation improvements. 6 years ago
Transform.cpp 40f19fe151 Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details. 6 years ago
TransformPrimitive.cpp 8a0e9a0e3a Transform animations: 6 years ago
TransformState.cpp 40f19fe151 Completely revised transforms implementation. Please have a look at the readme and updated transform sample for details. 6 years ago
TypeConverter.cpp 281fbfcd80 Add conversion to string for decorators and font-effects 6 years ago
URL.cpp cb347e1a38 NULL to nullptr 6 years ago
Utilities.h b00b7612f8 Add a fingerprint to the font effect 6 years ago
Variant.cpp af46806480 Fix some static analysis warnings 6 years ago
Vector3.cpp 391f39b038 Merge branch 'master' into performance 6 years ago
Vector4.cpp 391f39b038 Merge branch 'master' into performance 6 years ago
WidgetSlider.cpp cb347e1a38 NULL to nullptr 6 years ago
WidgetSlider.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
WidgetSliderScroll.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
WidgetSliderScroll.h 3db7c4036f Use override instead of virtual where appropriate. 6 years ago
XMLNodeHandler.cpp ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 years ago
XMLNodeHandlerBody.cpp ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 years ago
XMLNodeHandlerBody.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 years ago
XMLNodeHandlerDefault.cpp b10a47c0c1 Additional profiling zones 6 years ago
XMLNodeHandlerDefault.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 years ago
XMLNodeHandlerHead.cpp acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 years ago
XMLNodeHandlerHead.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 years ago
XMLNodeHandlerTemplate.cpp ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 years ago
XMLNodeHandlerTemplate.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 years ago
XMLParseTools.cpp cb347e1a38 NULL to nullptr 6 years ago
XMLParseTools.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
XMLParser.cpp b10a47c0c1 Additional profiling zones 6 years ago
precompiled.cpp eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago
precompiled.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 years ago