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