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