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