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