Max Katz
adbbe46aee
Reorganize generators code
3 years ago
Max Katz
7d8127991f
Return generators sandbox
3 years ago
Max Katz
60b3467123
Merge branch 'master' into move-name-generator
3 years ago
Max Katz
033c1e29ce
Merge pull request #10489 from AvaloniaUI/compiled-binding-fixes
Fix Relative Source with {x:Type} bindings
3 years ago
Max Katz
4118c8cc82
Merge branch 'master' into compiled-binding-fixes
3 years ago
Max Katz
498f68f659
Merge pull request #10477 from workgroupengineering/fixes/Warnings/AVP-Misc
fix: AVP1021 and AVP1022
3 years ago
workgroupengineering
a4fed25912
fix: Address review
3 years ago
Nikita Tsukanov
c30e1100e3
Merge pull request #10491 from AvaloniaUI/feature/skia-beginfigure-isfilled
Implemented BeginFigure(isFilled: false)
3 years ago
Nikita Tsukanov
a9ef92bbeb
Implemented BeginFigure(isFilled: false)
3 years ago
Max Katz
a94e6fbade
Merge branch 'master' into compiled-binding-fixes
3 years ago
Max Katz
29d92f75dc
Fix Relative Source with {x:Type} bindings
3 years ago
Max Katz
a0d36df2c3
Merge pull request #10471 from jp2masa/issue-10226
Fixed templated parent theme changed loop
3 years ago
Max Katz
d76f8e6692
Merge branch 'master' into issue-10226
3 years ago
Max Katz
4003b0e7b4
Merge pull request #10475 from affederaffe/fix-slnf
Add Avalonia.Fonts.Inter to Avalonia.Desktop.slnf
3 years ago
Steven Kirk
d5b5cd9ecb
Merge branch 'master' into fix-slnf
3 years ago
Max Katz
169f651525
Merge pull request #10476 from workgroupengineering/fixes/Warnings/CA2823
fix: CA1823 Unused field
3 years ago
jp2masa
98b7b26825
Merge branch 'master' into issue-10226
3 years ago
Max Katz
cebe0f7e24
Merge branch 'master' into fix-slnf
3 years ago
Max Katz
584db92b55
Merge branch 'master' into fixes/Warnings/CA2823
3 years ago
Max Katz
c2d18117ab
Merge pull request #10478 from MrJul/alloc-improvements
Alloc improvements
3 years ago
affederaffe
b9644c3068
Revert "Fix dependency of Avalonia.Fonts.Inter"
This reverts commit ffe6fe8a39 .
3 years ago
Max Katz
b2bb2148ea
Merge branch 'master' into fixes/Warnings/AVP-Misc
3 years ago
affederaffe
490575f5be
Trigger Build
3 years ago
affederaffe
01d8919f61
Merge branch 'master' into fix-slnf
3 years ago
Julien Lebosquain
45ba9c98df
Reduce allocations in TypeNameAndClassSelector.Classes
3 years ago
Julien Lebosquain
79af58b32f
Adjusted AvaloniaPropertyDictionary growth rate to reduce allocations
3 years ago
Julien Lebosquain
765bce78d7
Avoid unneeded allocations in CompiledBindingPath
3 years ago
Julien Lebosquain
dca96b5ad3
Avoid boxing iterators in hot paths
3 years ago
workgroupengineering
033ff38d10
Merge branch 'master' into fixes/Warnings/CA2823
3 years ago
Dan Walmsley
91d881829c
Merge pull request #10474 from AvaloniaUI/fixes/integration-tests-xo
integration tests: xcode-select
3 years ago
affederaffe
ffe6fe8a39
Fix dependency of Avalonia.Fonts.Inter
3 years ago
Giuseppe Lippolis
0038f9ed96
fix: AVP1022 Bad name: An AvaloniaProperty named 'DrawOnlyPoints' is being assigned to ControlCatalog.Pages.PointerCanvas.StatusProperty
3 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
```
3 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
```
3 years ago
Dan Walmsley
4592470047
remove header not needed.
3 years ago
affederaffe
4dbd9a91c8
Add Avalonia.Fonts.Inter to Avalonia.Desktop.slnf
3 years ago
Dan Walmsley
4a3c82b194
remove trigger from yaml.
3 years ago
Dan Walmsley
b548ccb346
fix integration test app, missing inter font package.
3 years ago
Dan Walmsley
c1c1a10d2f
sudo
3 years ago
Dan Walmsley
c315842c1e
xcode-select
3 years ago
José Pedro
12bf8bd181
Fixed templated parent theme changed loop.
3 years ago
José Pedro
5778afd76a
Added unit test for templated parent theme changed loop.
3 years ago
Max Katz
621f3ed767
Merge pull request #10466 from workgroupengineering/fixes/Warnings/AVP1010
fix: Address Rule AVP1010 AvaloniaProperty owner {type} , which is not the containing type
3 years ago
Max Katz
cb5bcc5f4a
Merge pull request #10293 from Gillibald/feature/moveThemeFontAssets
Move theme font assets to a dedicated package
3 years ago
Max Katz
5f38f34862
Merge branch 'master' into feature/moveThemeFontAssets
3 years ago
Max Katz
52dfe29854
Merge branch 'master' into fixes/Warnings/AVP1010
3 years ago
Steven Kirk
9748948bc9
Merge pull request #10470 from AvaloniaUI/fixes/10374-carousel-bringintoview-exception
Don't throw exceptions in carousel panel.
3 years ago
Max Katz
5c3bcf2d07
Merge branch 'master' into fixes/Warnings/AVP1010
3 years ago
Max Katz
34589b4ceb
Merge pull request #10464 from workgroupengineering/fixes/Warnings/RS1036
fix: Address Rule RS1036: Specify analyzer banned API enforcement setings
3 years ago
Max Katz
4b6ecf9366
Merge branch 'master' into fixes/Warnings/AVP1010
3 years ago