Michael Ragazzon 200904a510 Fix tiled decorator alignment not working. 5 anos atrás
..
FontEngineDefault 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
Lua 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
BaseXMLParser.cpp cb4e66e7b8 Add include files where used 6 anos atrás
Box.cpp cb4e66e7b8 Add include files where used 6 anos atrás
Clock.cpp df43531453 Be specific about includes 5 anos atrás
Clock.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ComputeProperty.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
ComputeProperty.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
Context.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
ContextInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ContextInstancerDefault.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ContextInstancerDefault.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 anos atrás
ConvolutionFilter.cpp 33dcbeea0e Add missing include 5 anos atrás
Core.cpp 97682a2dff Re-implement Rml::Core::ReleaseCompiledGeometries(). See #84. 5 anos atrás
Decorator.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
DecoratorGradient.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
DecoratorGradient.h 262031f2ab Implement gradient decorator 6 anos atrás
DecoratorInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorNinePatch.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
DecoratorNinePatch.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiled.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
DecoratorTiled.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledBox.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledBox.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 anos atrás
DecoratorTiledBoxInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledBoxInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 anos atrás
DecoratorTiledHorizontal.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledHorizontal.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 anos atrás
DecoratorTiledHorizontalInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledHorizontalInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 anos atrás
DecoratorTiledImage.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledImage.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 anos atrás
DecoratorTiledImageInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledImageInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 anos atrás
DecoratorTiledInstancer.cpp 200904a510 Fix tiled decorator alignment not working. 5 anos atrás
DecoratorTiledInstancer.h 89bda4ab01 Remove repeat mode and texture position/size from tiled decorators 6 anos atrás
DecoratorTiledVertical.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledVertical.h 7f27fc88d1 Make decorator list and font effect list use const pointers. 6 anos atrás
DecoratorTiledVerticalInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
DecoratorTiledVerticalInstancer.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 anos atrás
DocumentHeader.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
DocumentHeader.h acea973863 Move remaining functions out of String.h and into StringUtilities.h. 6 anos atrás
Element.cpp 5587544f01 Enhanced Tracy profiler CMake configuration. Add separate build configuration. 5 anos atrás
ElementAnimation.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
ElementAnimation.h 089939aaae Fix some additional warnings in GCC 5 anos atrás
ElementBackground.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
ElementBackground.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
ElementBorder.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
ElementBorder.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
ElementDecoration.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
ElementDecoration.h 261d08ce87 Reduce memory footprint of Element 6 anos atrás
ElementDefinition.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ElementDefinition.h 204e1ef8c5 Introduce a limit on the number of property ids. This allows PropertyIdSet to become much simpler, requiring no dynamic allocation. 6 anos atrás
ElementDocument.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
ElementHandle.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ElementHandle.h 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 anos atrás
ElementImage.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
ElementImage.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ElementInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ElementScroll.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ElementStyle.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
ElementStyle.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ElementText.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
ElementTextDefault.cpp 4adce4300b Dirty font effects when the 'font-effect' property is changed. Fixes #98. 5 anos atrás
ElementTextDefault.h 196039e282 Optionally disable RTTI (based on implementation by @crazyjul and @andreasschultes) 6 anos atrás
ElementUtilities.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
Event.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
EventDispatcher.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
EventDispatcher.h d7ba65477f Add Event::PreventDefault function. Change behavior, Event::StopPropagation no longer cancels default actions. Clean up event dispatcher. 6 anos atrás
EventInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
EventInstancerDefault.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
EventInstancerDefault.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
EventIterators.h 186eaefcd2 Remove ElementReference 6 anos atrás
EventListenerInstancer.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
EventSpecification.cpp 204e1ef8c5 Introduce a limit on the number of property ids. This allows PropertyIdSet to become much simpler, requiring no dynamic allocation. 6 anos atrás
EventSpecification.h 391f39b038 Merge branch 'master' into performance 6 anos atrás
Factory.cpp 15240e28d3 Fix warnings on GCC and Clang with -Wall -pedantic 5 anos atrás
FileInterface.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
FileInterfaceDefault.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
FileInterfaceDefault.h cb347e1a38 NULL to nullptr 6 anos atrás
FontEffect.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
FontEffectBlur.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
FontEffectBlur.h ba864b524f Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away. 6 anos atrás
FontEffectGlow.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
FontEffectGlow.h 00f66332d8 Add offset to glow 6 anos atrás
FontEffectInstancer.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
FontEffectOutline.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
FontEffectOutline.h ba864b524f Blur and glow font-effects performance improvements. Introduce a global stack allocator for memory that is quickly thrown away. 6 anos atrás
FontEffectShadow.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
FontEffectShadow.h 396e23b774 Implement Blur and Glow font-effects. Some clean-up. 6 anos atrás
FontEngineInterface.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
Geometry.cpp 26ecdec228 Fix geometry not setting its host element or context on construction 5 anos atrás
GeometryDatabase.cpp 97682a2dff Re-implement Rml::Core::ReleaseCompiledGeometries(). See #84. 5 anos atrás
GeometryDatabase.h 97682a2dff Re-implement Rml::Core::ReleaseCompiledGeometries(). See #84. 5 anos atrás
GeometryUtilities.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
IdNameMap.h 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
LayoutBlockBox.cpp 9f17bde203 Property 'white-space: nowrap' should not disable scrollbars on overflow. See #94. 5 anos atrás
LayoutBlockBox.h cb347e1a38 NULL to nullptr 6 anos atrás
LayoutBlockBoxSpace.cpp 97729eeefa Fix some headers 6 anos atrás
LayoutBlockBoxSpace.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
LayoutEngine.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
LayoutEngine.h 391f39b038 Merge branch 'master' into performance 6 anos atrás
LayoutInlineBox.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
LayoutInlineBox.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
LayoutInlineBoxText.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
LayoutInlineBoxText.h f9975a0e8e Begin conversion to UTF8 6 anos atrás
LayoutLineBox.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
LayoutLineBox.h cb347e1a38 NULL to nullptr 6 anos atrás
Log.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
Math.cpp 8d7dbfa8c3 Trust the compiler 6 anos atrás
Memory.cpp 4506c911f4 Fix warning on MSVC 5 anos atrás
Memory.h 20b78498e5 Attempt at fixing compilation with gnustl_static, see #87 5 anos atrás
ObserverPtr.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
Plugin.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PluginRegistry.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PluginRegistry.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
Pool.h e38f78fbe6 Try fixing compilation. 6 anos atrás
Pool.inl 25b8b45ca7 Rework some of the element instancers and the pool. Use pools for assigning plain Elements and ElementTextDefault. 6 anos atrás
Profiling.cpp 5587544f01 Enhanced Tracy profiler CMake configuration. Add separate build configuration. 5 anos atrás
PropertiesIterator.h aa80c3b917 Add PropertySource to properties and revise element info debugging 6 anos atrás
PropertiesIteratorView.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
Property.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PropertyDefinition.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PropertyDictionary.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PropertyParserAnimation.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
PropertyParserAnimation.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 anos atrás
PropertyParserColour.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
PropertyParserColour.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
PropertyParserKeyword.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PropertyParserKeyword.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 anos atrás
PropertyParserNumber.cpp 15240e28d3 Fix warnings on GCC and Clang with -Wall -pedantic 5 anos atrás
PropertyParserNumber.h 735f6d37f2 Update number parser procedure. Fixes #102. Improves performance. 5 anos atrás
PropertyParserString.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PropertyParserString.h e612bceeb3 Make RegisterParser use the lifetime requirement consistent with the rest of the library; remove the Release method from PropertyParser. 6 anos atrás
PropertyParserTransform.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
PropertyParserTransform.h 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
PropertyShorthandDefinition.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
PropertySpecification.cpp 204e1ef8c5 Introduce a limit on the number of property ids. This allows PropertyIdSet to become much simpler, requiring no dynamic allocation. 6 anos atrás
RenderInterface.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
Spritesheet.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
Stream.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
StreamFile.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
StreamFile.h 3ee01de68c Remove ReferenceCountable from Stream 6 anos atrás
StreamMemory.cpp cb4e66e7b8 Add include files where used 6 anos atrás
StringUtilities.cpp 6d5975da52 Remove non-standard string comparison, and unnecessary template. 6 anos atrás
StyleSheet.cpp 45a6868ff6 Remove the StringCache. See #96. 5 anos atrás
StyleSheetFactory.cpp 1321de7bb9 Fix structural pseudo-selectors only being applied if written with parenthesis. See #30. 5 anos atrás
StyleSheetFactory.h 3993ddd71d Speed up element definition retrieval by hashing tag and id. 6 anos atrás
StyleSheetNode.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
StyleSheetNode.h 5f9323a85d Fix some warnings 6 anos atrás
StyleSheetNodeSelector.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelector.h eff01ba43a The big rename. We are now RmlUi version 2.0! 6 anos atrás
StyleSheetNodeSelectorEmpty.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorEmpty.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorFirstChild.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorFirstChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorFirstOfType.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorFirstOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorLastChild.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorLastChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorLastOfType.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorLastOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorNthChild.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorNthChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorNthLastChild.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorNthLastChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorNthLastOfType.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorNthLastOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorNthOfType.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorNthOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorOnlyChild.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorOnlyChild.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetNodeSelectorOnlyOfType.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
StyleSheetNodeSelectorOnlyOfType.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
StyleSheetParser.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
StyleSheetParser.h 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
StyleSheetSpecification.cpp 45a6868ff6 Remove the StringCache. See #96. 5 anos atrás
SystemInterface.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
Template.cpp eade39c2db Some header fixes 6 anos atrás
Template.h 68f53dce67 Clean up types and aliases, trying to be more consistent. 6 anos atrás
TemplateCache.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
TemplateCache.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
Texture.cpp a909b18fed Fix font textures not released when calling Core::ReleaseTextures. See # 84. 5 anos atrás
TextureDatabase.cpp a909b18fed Fix font textures not released when calling Core::ReleaseTextures. See # 84. 5 anos atrás
TextureDatabase.h a909b18fed Fix font textures not released when calling Core::ReleaseTextures. See # 84. 5 anos atrás
TextureLayout.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
TextureLayout.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
TextureLayoutRectangle.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
TextureLayoutRectangle.h 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
TextureLayoutRow.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
TextureLayoutRow.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
TextureLayoutTexture.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
TextureLayoutTexture.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
TextureResource.cpp a909b18fed Fix font textures not released when calling Core::ReleaseTextures. See # 84. 5 anos atrás
TextureResource.h a909b18fed Fix font textures not released when calling Core::ReleaseTextures. See # 84. 5 anos atrás
Transform.cpp 45a6868ff6 Remove the StringCache. See #96. 5 anos atrás
TransformPrimitive.cpp 005b4042c7 Several warnings fixed with '-Wall -Wextra' and on MSVC with '/W4'. 5 anos atrás
TransformState.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
Tween.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
TypeConverter.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
URL.cpp cb4e66e7b8 Add include files where used 6 anos atrás
Utilities.h b00b7612f8 Add a fingerprint to the font effect 6 anos atrás
Variant.cpp cb4e66e7b8 Add include files where used 6 anos atrás
Vector3.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
Vector4.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
WidgetSlider.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
WidgetSlider.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
WidgetSliderScroll.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
WidgetSliderScroll.h 3db7c4036f Use override instead of virtual where appropriate. 6 anos atrás
XMLNodeHandler.cpp 6c53cbf85b Remove #include "precompiled.h" from source files, CMake handles it instead. Include what we actually use in header and source files. For non-precompiled headers measurements indicate ~30% reduction in compile time. See #81. 6 anos atrás
XMLNodeHandlerBody.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
XMLNodeHandlerBody.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 anos atrás
XMLNodeHandlerDefault.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
XMLNodeHandlerDefault.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 anos atrás
XMLNodeHandlerHead.cpp eade39c2db Some header fixes 6 anos atrás
XMLNodeHandlerHead.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
XMLNodeHandlerTemplate.cpp a6f5078531 Cleaning up header files: Include what we use. 6 anos atrás
XMLNodeHandlerTemplate.h ae6f186d45 Remove ReferenceCountable from XmlNodeHandler 6 anos atrás
XMLParseTools.cpp 6d5975da52 Remove non-standard string comparison, and unnecessary template. 6 anos atrás
XMLParseTools.h 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
XMLParser.cpp 7d37ea414e Remove unused headers, forward declare instead where possible. Move Tween functions into cpp-file. Remove Stream conversion to/from String through type converter. 6 anos atrás
precompiled.h 45a6868ff6 Remove the StringCache. See #96. 5 anos atrás