Michael Ragazzon c21bc50407 Wrap Dictionary value in Variant() 5 лет назад
..
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 c21bc50407 Wrap Dictionary value in Variant() 5 лет назад
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 лет назад