| .. |
|
Elements
|
536c24b493
Fix index parameter of ElementTabSet::SetPanel and ElementTabSet::SetTab not doing anything. (#246)
|
4 سال پیش |
|
FontEngineDefault
|
2b12e0ad83
Don't load default glyphs for fallback fonts
|
3 سال پیش |
|
BaseXMLParser.cpp
|
3383c01e4d
Ignore curly brackets inside string literals in data expressions (#190)
|
4 سال پیش |
|
Box.cpp
|
59ab6b464d
Fix some deprecated C++ language features.
|
5 سال پیش |
|
Clock.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
Clock.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
ComputeProperty.cpp
|
8a022972f4
Add 'clip: always' property value, make the clip property non-inherited. See #235.
|
4 سال پیش |
|
ComputeProperty.h
|
44ef329f28
Improve error messages on missing font face
|
4 سال پیش |
|
Context.cpp
|
e945973c7a
Drag clones are now positioned correctly when their ancestors use transforms, or when the cloned element uses auto- or percentage-margins. See #269.
|
3 سال پیش |
|
ContextInstancer.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
ContextInstancerDefault.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
ContextInstancerDefault.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
ConvolutionFilter.cpp
|
a5821c5705
Make font effects compatible with RGBA glyphs
|
3 سال پیش |
|
Core.cpp
|
ab90eea5b8
Add ReleaseMemoryPools to free up any memory pools and free the ObserverPtrBlock pool. (#265)
|
3 سال پیش |
|
DataController.cpp
|
57e40eb0f3
Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers.
|
5 سال پیش |
|
DataController.h
|
57e40eb0f3
Refactor data bindings: Move model handle to 'DataModelHandle.h'. Move DataModel, DataView, and DataController to private headers.
|
5 سال پیش |
|
DataControllerDefault.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
4 سال پیش |
|
DataControllerDefault.h
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
4 سال پیش |
|
DataExpression.cpp
|
0639b0fff0
Add printf-style warnings to the Log system. Fix resulting warnings.
|
4 سال پیش |
|
DataExpression.h
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
DataModel.cpp
|
48aacadd77
Add a function that enables all the variables in a data model to be marked dirty (#289)
|
3 سال پیش |
|
DataModel.h
|
48aacadd77
Add a function that enables all the variables in a data model to be marked dirty (#289)
|
3 سال پیش |
|
DataModelHandle.cpp
|
48aacadd77
Add a function that enables all the variables in a data model to be marked dirty (#289)
|
3 سال پیش |
|
DataTypeRegister.cpp
|
e2529507c2
Cleanup data variables and type register
|
4 سال پیش |
|
DataVariable.cpp
|
d5f215b5cb
Trying to implement const support in data bindings (WIP)
|
3 سال پیش |
|
DataView.cpp
|
fb2351d50a
Specify data view update order for some update views, eg. data-value may require other attributes set on the element first.
|
4 سال پیش |
|
DataView.h
|
fb2351d50a
Specify data view update order for some update views, eg. data-value may require other attributes set on the element first.
|
4 سال پیش |
|
DataViewDefault.cpp
|
85582afbed
Fix data text expressions initialized with an empty string not being evaluated correctly, see #213.
|
4 سال پیش |
|
DataViewDefault.h
|
fb2351d50a
Specify data view update order for some update views, eg. data-value may require other attributes set on the element first.
|
4 سال پیش |
|
Decorator.cpp
|
330432704e
Remove Decorator::LoadTexture. Instead, use the DecoratorInstancerInterface to load textures and pass it into the decorator.
|
4 سال پیش |
|
DecoratorGradient.cpp
|
8b6a361c0c
Color blending fixes (#208)
|
4 سال پیش |
|
DecoratorGradient.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
DecoratorInstancer.cpp
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
DecoratorNinePatch.cpp
|
8aeb207f9c
Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio.
|
4 سال پیش |
|
DecoratorNinePatch.h
|
8aeb207f9c
Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio.
|
4 سال پیش |
|
DecoratorTiled.cpp
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
DecoratorTiled.h
|
8aeb207f9c
Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio.
|
4 سال پیش |
|
DecoratorTiledBox.cpp
|
8aeb207f9c
Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio.
|
4 سال پیش |
|
DecoratorTiledBox.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
DecoratorTiledBoxInstancer.cpp
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledBoxInstancer.h
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledHorizontal.cpp
|
8aeb207f9c
Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio.
|
4 سال پیش |
|
DecoratorTiledHorizontal.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
DecoratorTiledHorizontalInstancer.cpp
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledHorizontalInstancer.h
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledImage.cpp
|
8aeb207f9c
Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio.
|
4 سال پیش |
|
DecoratorTiledImage.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
DecoratorTiledImageInstancer.cpp
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledImageInstancer.h
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledInstancer.cpp
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
DecoratorTiledInstancer.h
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledVertical.cpp
|
8aeb207f9c
Add natural display dimensions to decorators based on spritesheet source scaling and dp-ratio.
|
4 سال پیش |
|
DecoratorTiledVertical.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
DecoratorTiledVerticalInstancer.cpp
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DecoratorTiledVerticalInstancer.h
|
83f9626a85
Rename problematic names (interface). Forward declare all friend classes and prefix with namespace. See #118.
|
5 سال پیش |
|
DocumentHeader.cpp
|
b8ef1e01ab
Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144)
|
5 سال پیش |
|
DocumentHeader.h
|
b8ef1e01ab
Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144)
|
5 سال پیش |
|
Element.cpp
|
aba05b4a8e
Update style sheet index cache lookup for faster retrieval of element style definition, see #293.
|
3 سال پیش |
|
ElementAnimation.cpp
|
8b6a361c0c
Color blending fixes (#208)
|
4 سال پیش |
|
ElementAnimation.h
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
ElementBackgroundBorder.cpp
|
a638aaf33e
Remove 'offset' from Box.
|
5 سال پیش |
|
ElementBackgroundBorder.h
|
a603c3b6d1
Implement the 'border-radius' property for backgrounds and borders. Add necessary geometry drawing utilities, merge ElementBackground and ElementBorder into a single unit ElementBackgroundBorder. See #115.
|
5 سال پیش |
|
ElementDecoration.cpp
|
74c5f02849
Add a cache for instanced decorators. Instance decorators during Context::Update. Allow dirtying only element data of decorators instead of a full reload.
|
4 سال پیش |
|
ElementDecoration.h
|
74c5f02849
Add a cache for instanced decorators. Instance decorators during Context::Update. Allow dirtying only element data of decorators instead of a full reload.
|
4 سال پیش |
|
ElementDefinition.cpp
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
ElementDefinition.h
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
ElementDocument.cpp
|
001ef4c2e9
Make a public ElementDocument::GetStyleSheetContainer function.
|
4 سال پیش |
|
ElementHandle.cpp
|
486d47b974
Fix ElementHandle resizing incorrectly when the size_target has "box-sizing: border-box".
|
4 سال پیش |
|
ElementHandle.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
ElementInstancer.cpp
|
025f70886e
ElementTextDefault renamed to ElementText. ElementText can no longer be overloaded.
|
5 سال پیش |
|
ElementScroll.cpp
|
613e225bd1
Performance improvement: Avoid unnecesssary extra layouting step in some situations when scrollbars are added
|
4 سال پیش |
|
ElementStyle.cpp
|
aba05b4a8e
Update style sheet index cache lookup for faster retrieval of element style definition, see #293.
|
3 سال پیش |
|
ElementStyle.h
|
aba05b4a8e
Update style sheet index cache lookup for faster retrieval of element style definition, see #293.
|
3 سال پیش |
|
ElementText.cpp
|
296767d60e
Make font effects handle the opacity property, see #270
|
3 سال پیش |
|
ElementUtilities.cpp
|
6f6e5a4492
Fix clipping on select box
|
3 سال پیش |
|
Event.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
EventDispatcher.cpp
|
2b607b1602
Attach event listeners upon attribute changes
|
4 سال پیش |
|
EventDispatcher.h
|
2b607b1602
Attach event listeners upon attribute changes
|
4 سال پیش |
|
EventInstancer.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
EventInstancerDefault.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
EventInstancerDefault.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
EventListenerInstancer.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
EventSpecification.cpp
|
dc3d23dccc
- Add a property 'resolution' to spritesheets, defines the "native" scaling of the image source.
|
4 سال پیش |
|
EventSpecification.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
Factory.cpp
|
f8013e221f
Overcome a limitation of binding data variables to checkboxes (#214)
|
4 سال پیش |
|
FileInterface.cpp
|
52e1c3a990
VisualTests: Fix some issues with displaying tests.
|
5 سال پیش |
|
FileInterfaceDefault.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
FileInterfaceDefault.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
FontEffect.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
FontEffectBlur.cpp
|
a5821c5705
Make font effects compatible with RGBA glyphs
|
3 سال پیش |
|
FontEffectBlur.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
FontEffectGlow.cpp
|
a5821c5705
Make font effects compatible with RGBA glyphs
|
3 سال پیش |
|
FontEffectGlow.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
FontEffectInstancer.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
FontEffectOutline.cpp
|
a5821c5705
Make font effects compatible with RGBA glyphs
|
3 سال پیش |
|
FontEffectOutline.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
FontEffectShadow.cpp
|
a5821c5705
Make font effects compatible with RGBA glyphs
|
3 سال پیش |
|
FontEffectShadow.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
FontEngineInterface.cpp
|
296767d60e
Make font effects handle the opacity property, see #270
|
3 سال پیش |
|
Geometry.cpp
|
afb141eae8
Avoid subpixel rendering, round the geometry offset and background-border positioning/sizing. Tweak border-radius num_points.
|
5 سال پیش |
|
GeometryBackgroundBorder.cpp
|
8b6a361c0c
Color blending fixes (#208)
|
4 سال پیش |
|
GeometryBackgroundBorder.h
|
a638aaf33e
Remove 'offset' from Box.
|
5 سال پیش |
|
GeometryDatabase.cpp
|
28a96fa3e8
More compilation fixes
|
5 سال پیش |
|
GeometryDatabase.h
|
64c8574130
CMake option for enabling benchmarks in Tests. Add benchmark for creation and destruction of elements. Refactor geometry database tests.
|
5 سال پیش |
|
GeometryUtilities.cpp
|
a638aaf33e
Remove 'offset' from Box.
|
5 سال پیش |
|
IdNameMap.h
|
d5615eda9d
Implement the 'box-sizing' property.
|
5 سال پیش |
|
LayoutBlockBox.cpp
|
db35715153
Fix offsets of relatively positioned elements with percentage positioning, see #262
|
4 سال پیش |
|
LayoutBlockBox.h
|
db35715153
Fix offsets of relatively positioned elements with percentage positioning, see #262
|
4 سال پیش |
|
LayoutBlockBoxSpace.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
LayoutBlockBoxSpace.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
LayoutDetails.cpp
|
40862ebb05
Add formatting context mode for LayoutDetails::BuildBox
|
4 سال پیش |
|
LayoutDetails.h
|
40862ebb05
Add formatting context mode for LayoutDetails::BuildBox
|
4 سال پیش |
|
LayoutEngine.cpp
|
555b6f046a
Warn when using absolutely positioned or floated flex boxes
|
4 سال پیش |
|
LayoutEngine.h
|
555b6f046a
Warn when using absolutely positioned or floated flex boxes
|
4 سال پیش |
|
LayoutFlex.cpp
|
7824726c51
Implement flexbox layouting
|
4 سال پیش |
|
LayoutFlex.h
|
7824726c51
Implement flexbox layouting
|
4 سال پیش |
|
LayoutInlineBox.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
LayoutInlineBox.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
LayoutInlineBoxText.cpp
|
a66b465c4b
Improve font loading log message and missing font face warning.
|
4 سال پیش |
|
LayoutInlineBoxText.h
|
a66b465c4b
Improve font loading log message and missing font face warning.
|
4 سال پیش |
|
LayoutLineBox.cpp
|
8bf0f6af2e
Layout engine: Avoid text wrapping due to float imprecision by rounding up available width.
|
4 سال پیش |
|
LayoutLineBox.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
LayoutTable.cpp
|
40862ebb05
Add formatting context mode for LayoutDetails::BuildBox
|
4 سال پیش |
|
LayoutTable.h
|
e720b17361
Rework table layouting algorithm. Now rows can also use flexible sizing as long as the table height is definite (non-auto).
|
4 سال پیش |
|
LayoutTableDetails.cpp
|
c7cda708c5
Abstract and move some methods from table details to layout details
|
4 سال پیش |
|
LayoutTableDetails.h
|
c7cda708c5
Abstract and move some methods from table details to layout details
|
4 سال پیش |
|
Log.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
Math.cpp
|
221b43b8d6
Add Max and Min math functions for Vector2f
|
4 سال پیش |
|
Memory.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
Memory.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
ObserverPtr.cpp
|
ab90eea5b8
Add ReleaseMemoryPools to free up any memory pools and free the ObserverPtrBlock pool. (#265)
|
3 سال پیش |
|
Plugin.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PluginRegistry.cpp
|
4f073e30d4
Add Rml::UnregisterPlugin
|
4 سال پیش |
|
PluginRegistry.h
|
4f073e30d4
Add Rml::UnregisterPlugin
|
4 سال پیش |
|
Pool.h
|
828d52bff2
Split layout pool to avoid wasted memory.
|
5 سال پیش |
|
Pool.inl
|
828d52bff2
Split layout pool to avoid wasted memory.
|
5 سال پیش |
|
Profiling.cpp
|
5587544f01
Enhanced Tracy profiler CMake configuration. Add separate build configuration.
|
5 سال پیش |
|
PropertiesIterator.h
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
PropertiesIteratorView.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
Property.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyDefinition.cpp
|
48eda79d2c
Added VH and VW units (#162)
|
4 سال پیش |
|
PropertyDictionary.cpp
|
81a0d0671c
Move stylesheet property optimization into the stylesheet factory so that decorators are cached. This should make loading documents with shared stylesheets faster.
|
5 سال پیش |
|
PropertyParserAnimation.cpp
|
2de889aeb2
Change enum names to avoid collision with windows header macros, see #258
|
4 سال پیش |
|
PropertyParserAnimation.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyParserColour.cpp
|
7bcbf3ba6a
Color fuschia -> fuchsia.
|
5 سال پیش |
|
PropertyParserColour.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyParserDecorator.cpp
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
PropertyParserDecorator.h
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
PropertyParserFontEffect.cpp
|
5dd0cf1c84
Move Utilities.h header to public include directory
|
3 سال پیش |
|
PropertyParserFontEffect.h
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
PropertyParserKeyword.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyParserKeyword.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyParserNumber.cpp
|
dd99820ecd
Media queries (#169)
|
4 سال پیش |
|
PropertyParserNumber.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyParserRatio.cpp
|
390eb6bef5
Make 'ratio' properties use integer comparisons to avoid floating point issues.
|
4 سال پیش |
|
PropertyParserRatio.h
|
dd99820ecd
Media queries (#169)
|
4 سال پیش |
|
PropertyParserString.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyParserString.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyParserTransform.cpp
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
PropertyParserTransform.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
PropertyShorthandDefinition.h
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
PropertySpecification.cpp
|
606aa37176
Support special keyword and defaults in flex shorthand property
|
4 سال پیش |
|
RenderInterface.cpp
|
e04a8e3e21
Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected.
|
4 سال پیش |
|
Spritesheet.cpp
|
53a5048970
Make it legal to define multiple sprites with the same name, the last one is used. Allow anonymous sprite sheets.
|
4 سال پیش |
|
Stream.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StreamFile.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StreamFile.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StreamMemory.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StringUtilities.cpp
|
b9029c0848
Fix log message format string when compiling in debug mode
|
4 سال پیش |
|
StyleSheet.cpp
|
aba05b4a8e
Update style sheet index cache lookup for faster retrieval of element style definition, see #293.
|
3 سال پیش |
|
StyleSheetContainer.cpp
|
5dd0cf1c84
Move Utilities.h header to public include directory
|
3 سال پیش |
|
StyleSheetFactory.cpp
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
StyleSheetFactory.h
|
f0a0480e9b
Sharing style sheet containers is dangerous, clean up accordingly.
|
4 سال پیش |
|
StyleSheetNode.cpp
|
aba05b4a8e
Update style sheet index cache lookup for faster retrieval of element style definition, see #293.
|
3 سال پیش |
|
StyleSheetNode.h
|
aba05b4a8e
Update style sheet index cache lookup for faster retrieval of element style definition, see #293.
|
3 سال پیش |
|
StyleSheetNodeSelector.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelector.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorEmpty.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorEmpty.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorFirstChild.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorFirstChild.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorFirstOfType.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorFirstOfType.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorLastChild.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorLastChild.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorLastOfType.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorLastOfType.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthChild.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthChild.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthLastChild.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthLastChild.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthLastOfType.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthLastOfType.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthOfType.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorNthOfType.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorOnlyChild.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorOnlyChild.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorOnlyOfType.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetNodeSelectorOnlyOfType.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
StyleSheetParser.cpp
|
3eb6007c1f
Change style sheet parser escape character to backslash, and allow whitespace characters at end of string
|
4 سال پیش |
|
StyleSheetParser.h
|
0639b0fff0
Add printf-style warnings to the Log system. Fix resulting warnings.
|
4 سال پیش |
|
StyleSheetSpecification.cpp
|
606aa37176
Support special keyword and defaults in flex shorthand property
|
4 سال پیش |
|
SystemInterface.cpp
|
176260ae07
Fix build on UWP platform. It does not have MessageBoxA() API.
|
4 سال پیش |
|
Template.cpp
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
Template.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
TemplateCache.cpp
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
TemplateCache.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
Texture.cpp
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
TextureDatabase.cpp
|
e04a8e3e21
Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected.
|
4 سال پیش |
|
TextureDatabase.h
|
e04a8e3e21
Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected.
|
4 سال پیش |
|
TextureLayout.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
TextureLayout.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
TextureLayoutRectangle.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
TextureLayoutRectangle.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
TextureLayoutRow.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
TextureLayoutRow.h
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
TextureLayoutTexture.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
TextureLayoutTexture.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
TextureResource.cpp
|
e04a8e3e21
Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected.
|
4 سال پیش |
|
TextureResource.h
|
e04a8e3e21
Remove virtual call in destructor in cases where the render interface was destroyed before the call to Rml::Shutdown, see #222. Update the lifetime requirements for render interface, and add an assert in the render interface destructor to identify cases where this requirement is not respected.
|
4 سال پیش |
|
Transform.cpp
|
61f586eb8d
Add some missing moves
|
4 سال پیش |
|
TransformPrimitive.cpp
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
TransformState.cpp
|
98282c7b2e
Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive.
|
5 سال پیش |
|
TransformState.h
|
98282c7b2e
Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive.
|
5 سال پیش |
|
TransformUtilities.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
TransformUtilities.h
|
98282c7b2e
Refactor some of the Transform functionality. Move functions that should only be called internally to an internal TransformUtilities. Rename Transforms::Primitive to TransformPrimitive.
|
5 سال پیش |
|
Tween.cpp
|
c261c1ff81
Add ability for user to override container types.
|
5 سال پیش |
|
TypeConverter.cpp
|
79fb3b5405
- Decorators and font effects are now parsed by separate property parsers.
|
4 سال پیش |
|
URL.cpp
|
398602949e
Fix leading '/' leftover during URL path normalization in some cases, see #161. Add unit tests for URL.
|
4 سال پیش |
|
Variant.cpp
|
a255374f69
Added unsigned int and uint64_t to Variant (#165)
|
4 سال پیش |
|
WidgetScroll.cpp
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
WidgetScroll.h
|
3877e3dbad
Remove unnecessary references in arguments. Add conversion between vector types.
|
4 سال پیش |
|
XMLNodeHandler.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
XMLNodeHandlerBody.cpp
|
b866c72380
Fix luainvaders template warnings
|
4 سال پیش |
|
XMLNodeHandlerBody.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
XMLNodeHandlerDefault.cpp
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
XMLNodeHandlerDefault.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
XMLNodeHandlerHead.cpp
|
b8ef1e01ab
Scripts and RCSS are now loaded in declared order, regardless of whether they are inline or external (#144)
|
5 سال پیش |
|
XMLNodeHandlerHead.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
XMLNodeHandlerTemplate.cpp
|
0604d61ce4
Add back unit tests and warnings from #168
|
4 سال پیش |
|
XMLNodeHandlerTemplate.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |
|
XMLParseTools.cpp
|
3383c01e4d
Ignore curly brackets inside string literals in data expressions (#190)
|
4 سال پیش |
|
XMLParseTools.h
|
3383c01e4d
Ignore curly brackets inside string literals in data expressions (#190)
|
4 سال پیش |
|
XMLParser.cpp
|
61a14fd25a
- Add a visual test suite for navigating and comparing formatting of documents for correctness, in particular for testing the layout engine. Includes some examples from the CSS specifications.
|
5 سال پیش |
|
precompiled.h
|
e9844e3801
The big restructuring for RmlUi 4.0. This involves breaking changes but should benefit everyone using the library in the future.
|
5 سال پیش |