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