Michael Ragazzon f1ee716f2b Remove Core/DebugFont.h (was unused) 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 5f9323a85d Fix some warnings 6 роки тому
ElementAnimation.cpp 5f9323a85d Fix some warnings 6 роки тому
ElementAnimation.h 8a0e9a0e3a Transform 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 f0c898ce04 Add leak detection for some elements in debug mode 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 cb347e1a38 NULL to nullptr 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 роки тому