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