Nikita Tsukanov
f072a32f79
Added MicroComRuntime.TryUnwrapManagedObject
4 years ago
Dan Walmsley
85f8b83519
update readme
4 years ago
Nikita Tsukanov
7da3100345
Merge pull request #7508 from Gillibald/fixes/webappDeps
Fix webapp dependency vulnerabilities
4 years ago
Benedikt Stebner
f3a6e88a72
Fix webapp dependency vulnerabilities
4 years ago
Max Katz
2c7ae3a50f
Merge pull request #7477 from AvaloniaUI/fixes/avalonia-controls-nullability
Added nullable annotations to Avalonia.Controls.
4 years ago
Steven Kirk
cccbbc44c5
Clarify the return value of `StripAccessKey`.
4 years ago
Steven Kirk
d0d86e28c1
Added remaining nullable annotations after merge.
4 years ago
Steven Kirk
b470fcc476
Handle nullability in new TextBox/TextPresenter.
Made the decision to return a null `TextLayout` when `TextPresenter.Foreground` is null for consistency with our other usages of null brushes, though not 100% sure this is correct.
4 years ago
Steven Kirk
3e8cb0696c
Merge branch 'master' into fixes/avalonia-controls-nullability
4 years ago
Steven Kirk
863f0199b4
Merge pull request #7495 from AvaloniaUI/fixes/validating-layer-unit-test-failures
Fix failing unit tests in debug mode.
4 years ago
Steven Kirk
1c7c9aad2b
Merge branch 'master' into fixes/validating-layer-unit-test-failures
4 years ago
Benedikt Stebner
17e334b77f
Merge pull request #4893 from Gillibald/feature/FormattedTextPort
Port WPF's FormattedText to Avalonia and rework TextPresenter
4 years ago
Benedikt Stebner
79298e3375
Fix nit
4 years ago
Benedikt Stebner
4bac7fd953
Fix HitTestTextRange bidi
4 years ago
Benedikt Stebner
ce664fd224
Update _navigationPosition when MoveCaretToTextPosition is used
4 years ago
Benedikt Stebner
7665d9e99e
Merge remote-tracking branch 'origin/feature/FormattedTextPort' into feature/FormattedTextPort
4 years ago
Benedikt Stebner
cda32a83b4
Keep _presenter reference
4 years ago
Dan Walmsley
a32d5917e2
Merge branch 'master' into feature/FormattedTextPort
4 years ago
Max Katz
765f2048d3
Merge pull request #7498 from AvaloniaUI/fixes/nuget-cycle
fix nuget cycle error.
4 years ago
Benedikt Stebner
f469a39b98
Merge remote-tracking branch 'origin/feature/FormattedTextPort' into feature/FormattedTextPort
4 years ago
Benedikt Stebner
617ca9492f
Fix MaskedTextBoxTests
4 years ago
Benedikt Stebner
a91c86977f
Merge branch 'master' into feature/FormattedTextPort
4 years ago
Benedikt Stebner
c640bc21c6
Fix failing tests
4 years ago
Benedikt Stebner
27c7a5c724
Fix issues mentioned during review
4 years ago
Dan Walmsley
6866ba12aa
fix nuget cycle error.
4 years ago
Steven Kirk
8ff251ec96
Actually dispose PlatformImpl.
4 years ago
Steven Kirk
888cc33170
Fix failing unit tests in debug mode.
#7369 introduced a validating layer over `WindowBase.PlatformImpl` that is only enabled in debug mode. This validating layer was causing unit tests to fail in debug mode but not on CI which runs tests in release mode.
Fix the problems:
- `PopupRoot` was not correctly disposing itself on `Dispose` - make it call `HandleClosed` in order to perform the same steps as when the popup is closed via other means
- Some unit tests try to access the `PlatformImpl` to get hold of a mock. Added `ValidatingWindowImpl.Unwrap` to allow this
- `ValidatingWindowBaseImpl.Activated` was setting the wrong property on the wrapped `PlatformImpl`.
4 years ago
Steven Kirk
f71893e42d
Relax constraint on ITemplate<T>.
4 years ago
Steven Kirk
402a262502
Remove usages of Contract.Requires.
4 years ago
Steven Kirk
d80cfbca18
Remove #nullable directives.
4 years ago
Max Katz
fd64440ea0
Merge pull request #7475 from wieslawsoltes/ViewboxPageXamlOnly
[ControlCatalog] Set ComboBox items from xaml on ViewboxPage
4 years ago
Max Katz
e4d86e15ca
Merge branch 'master' into ViewboxPageXamlOnly
4 years ago
Wiesław Šoltés
26eba8d80e
Use ArrayList for items
4 years ago
Max Katz
67c82a89b6
Merge pull request #7484 from wieslawsoltes/ClippingPageXamlOnly
[RenderDemo] Set Border clip from xaml on ClippingPage
4 years ago
Wiesław Šoltés
979a5aa437
Set Border clip from xaml on ClippingPage
4 years ago
Max Katz
a2698bd05c
Merge pull request #7347 from AvaloniaUI/platform-support-project
Replace old shared project with real one - Avalonia.PlatformSupport
4 years ago
Max Katz
f1d490333a
Merge branch 'master' into platform-support-project
4 years ago
Steven Kirk
2d251b04fb
Fix nullability error from Avalonia.Web.Blazor.
4 years ago
Steven Kirk
7f774a130f
Fix up nullable issues in Avalonia.Diagnostics.
4 years ago
Steven Kirk
77d059be22
Add nullable annotations to Avalonia.Controls.
4 years ago
Max Katz
42852e50b1
Merge pull request #7476 from AvaloniaUI/fixes/nullability-tweaks
Nullability tweaks in lower-level libraries.
4 years ago
Steven Kirk
ad0a813304
Nullability tweaks in lower-level libraries.
4 years ago
Wiesław Šoltés
eaa62b7828
Set combobox items from xaml on ViewboxPage
4 years ago
Tako
fed6363012
Merge pull request #7449 from emmauss/fluent-compact
Add DensityStyle property in Fluent Theme provider
4 years ago
Emmanuel Hansen
9a5fe6cbdf
fixup
4 years ago
Max Katz
4d866b544c
Replace shared project with Avalonia.PlatformSupport
4 years ago
Max Katz
48cbb964c2
Merge branch 'master' into fluent-compact
4 years ago
Benedikt Stebner
0f5c3a0322
Merge remote-tracking branch 'origin/feature/FormattedTextPort' into feature/FormattedTextPort
4 years ago
Benedikt Stebner
6fcba32bbf
Fix TryGetShapeableLength
4 years ago
Benedikt Stebner
391308d5ff
Merge branch 'master' into feature/FormattedTextPort
4 years ago