Steven Kirk
e9cffd02be
Merge pull request #10497 from AvaloniaUI/fixes/setcurrent-value-with-style
Fix `SetCurrent` value in combination with certain styles
4 years ago
Steven Kirk
24ad4af49b
Merge pull request #10468 from workgroupengineering/fixes/core/tools/AvaloniaPropertyAnalyzer/AVP1031
fix(AvaloniaPropertyAnalyzer): Avoid AVP1031 when Avalonia Field Acce…
4 years ago
Steven Kirk
e99e4ef9f2
Merge branch 'master' into fixes/core/tools/AvaloniaPropertyAnalyzer/AVP1031
4 years ago
Max Katz
1809ac2426
Merge pull request #10523 from workgroupengineering/features/VS_Extensibility/Defered_Loading
feat: AvaloniaVS defered loading
4 years ago
Nikita Tsukanov
f4c5490300
Merge pull request #10522 from AvaloniaUI/feature/skia-beginfigure-isfilled
Use proper baseline origin
4 years ago
Steven Kirk
b84e649539
Merge pull request #10500 from Enscape/feature/expose-win32-KeyInterop
Make `Avalonia.Win32.Input.KeyInterop` public
4 years ago
Giuseppe Lippolis
c41193bccb
feat: AvaloniaVS defered loading
Allow loading the AvaloniaVS extension when referencing the Avalonia nuget package
Part of AvaloniaUI/AvaloniaVS#311
4 years ago
Nikita Tsukanov
a4b3d30aff
Use proper baseline origin
4 years ago
Giuseppe Lippolis
9201f23754
fix: Signal warnig if protected
4 years ago
Giuseppe Lippolis
12d418db33
fix: Address Review
4 years ago
Benedikt Stebner
b520f31e3c
Merge pull request #10496 from Gillibald/feature/assetLoaderTryPattern
Prevent AssetLoader.GetAssets from crashing for missing assemblies
4 years ago
Tom Edwards
49c57a610c
Make `Avalonia.Win32.Input.KeyInterop` public
4 years ago
Max Katz
baf2a69347
Merge branch 'master' into fixes/setcurrent-value-with-style
4 years ago
Max Katz
0703fb66ba
Merge branch 'master' into feature/assetLoaderTryPattern
4 years ago
Max Katz
033c1e29ce
Merge pull request #10489 from AvaloniaUI/compiled-binding-fixes
Fix Relative Source with {x:Type} bindings
4 years ago
Max Katz
4118c8cc82
Merge branch 'master' into compiled-binding-fixes
4 years ago
workgroupengineering
4afa0ad0c7
Merge branch 'master' into fixes/core/tools/AvaloniaPropertyAnalyzer/AVP1031
4 years ago
Steven Kirk
d84f8225be
Fix value re-evaluation with SetCurrentValue.
`SetCurrentValue`'s value was being discarded if a style with more than one setter was was re-evaluated as `ValueStore.ReevaluationEffectiveValues` removed the effective value.
4 years ago
Steven Kirk
cfd35d17d5
Added failing `SetCurrentValue` test.
`SetCurrent_Value_Persists_When_Toggling_Style_1` passes but `SetCurrent_Value_Persists_When_Toggling_Style_2` fails as it uses a different code-path.
4 years ago
Benedikt Stebner
a826d586df
Merge branch 'master' into feature/assetLoaderTryPattern
4 years ago
Benedikt Stebner
db72ae64fc
Prevent AssetLoader.GetAssets from crashing
4 years ago
Max Katz
498f68f659
Merge pull request #10477 from workgroupengineering/fixes/Warnings/AVP-Misc
fix: AVP1021 and AVP1022
4 years ago
workgroupengineering
a4fed25912
fix: Address review
4 years ago
Nikita Tsukanov
c30e1100e3
Merge pull request #10491 from AvaloniaUI/feature/skia-beginfigure-isfilled
Implemented BeginFigure(isFilled: false)
4 years ago
Nikita Tsukanov
a9ef92bbeb
Implemented BeginFigure(isFilled: false)
4 years ago
Max Katz
a94e6fbade
Merge branch 'master' into compiled-binding-fixes
4 years ago
Max Katz
29d92f75dc
Fix Relative Source with {x:Type} bindings
4 years ago
Max Katz
a0d36df2c3
Merge pull request #10471 from jp2masa/issue-10226
Fixed templated parent theme changed loop
4 years ago
Max Katz
d76f8e6692
Merge branch 'master' into issue-10226
4 years ago
Max Katz
4003b0e7b4
Merge pull request #10475 from affederaffe/fix-slnf
Add Avalonia.Fonts.Inter to Avalonia.Desktop.slnf
4 years ago
Steven Kirk
d5b5cd9ecb
Merge branch 'master' into fix-slnf
4 years ago
Max Katz
169f651525
Merge pull request #10476 from workgroupengineering/fixes/Warnings/CA2823
fix: CA1823 Unused field
4 years ago
jp2masa
98b7b26825
Merge branch 'master' into issue-10226
4 years ago
Max Katz
cebe0f7e24
Merge branch 'master' into fix-slnf
4 years ago
Max Katz
584db92b55
Merge branch 'master' into fixes/Warnings/CA2823
4 years ago
Max Katz
c2d18117ab
Merge pull request #10478 from MrJul/alloc-improvements
Alloc improvements
4 years ago
affederaffe
b9644c3068
Revert "Fix dependency of Avalonia.Fonts.Inter"
This reverts commit ffe6fe8a39 .
4 years ago
Max Katz
b2bb2148ea
Merge branch 'master' into fixes/Warnings/AVP-Misc
4 years ago
affederaffe
490575f5be
Trigger Build
4 years ago
affederaffe
01d8919f61
Merge branch 'master' into fix-slnf
4 years ago
Julien Lebosquain
45ba9c98df
Reduce allocations in TypeNameAndClassSelector.Classes
4 years ago
Julien Lebosquain
79af58b32f
Adjusted AvaloniaPropertyDictionary growth rate to reduce allocations
4 years ago
Julien Lebosquain
765bce78d7
Avoid unneeded allocations in CompiledBindingPath
4 years ago
Julien Lebosquain
dca96b5ad3
Avoid boxing iterators in hot paths
4 years ago
workgroupengineering
033ff38d10
Merge branch 'master' into fixes/Warnings/CA2823
4 years ago
Dan Walmsley
91d881829c
Merge pull request #10474 from AvaloniaUI/fixes/integration-tests-xo
integration tests: xcode-select
4 years ago
affederaffe
ffe6fe8a39
Fix dependency of Avalonia.Fonts.Inter
4 years ago
Giuseppe Lippolis
0038f9ed96
fix: AVP1022 Bad name: An AvaloniaProperty named 'DrawOnlyPoints' is being assigned to ControlCatalog.Pages.PointerCanvas.StatusProperty
4 years ago
Giuseppe Lippolis
5f98ec8319
fix: Address Rule AVP1021 Name collision: {type} owns multiple Avalonia properties with the name '{PropertyName}'
```bash
Warning AVP1021 Name collision: Avalonia.Controls.MaskedTextBox owns multiple Avalonia properties with the name 'PasswordChar' Avalonia.Controls.TextBox.PasswordCharProperty Avalonia.Controls.MaskedTextBox.PasswordCharProperty Avalonia.Controls (net6.0) .\src\Avalonia.Controls\MaskedTextBox.cs 134 Active
Warning AVP1021 Name collision: Avalonia.Diagnostics.Controls.ThicknessEditor owns multiple Avalonia properties with the name 'Header' Avalonia.Diagnostics.Controls.ThicknessEditor.HeaderProperty Avalonia.Diagnostics.Controls.ThicknessEditor.IsPresentProperty Avalonia.Diagnostics (net6.0) .\src\Avalonia.Diagnostics\Diagnostics\Controls\ThicknessEditor.cs 53 Active
```
4 years ago
Giuseppe Lippolis
5009fb9d9b
fix: CA1823 Unused field
```bash
Warning CA1823 Unused field '_transform' Avalonia.Base (net6.0) .\src\Avalonia.Base\Media\DrawingGroup.cs 110 Active
Warning CA1823 Unused field '_matrix' Avalonia.Base (netstandard2.0) .\src\Avalonia.Base\Media\DrawingContext.cs 280 Active
```
4 years ago