Nikita Tsukanov
f145424eff
Merge pull request #7548 from ahopper/fix-32bit-linux-session-manger-pinvoke
fix 32 bit raspberry pi session manager seg fault
5 years ago
ahopper
571161cc0e
fix 32 bit raspberry pi session manager seg fault
5 years ago
Emmanuel Hansen
ecb0de2c32
Add Support for Overwrite Prompt option in save dialog ( #7531 )
Add support for overwrite prompt option
5 years ago
Andrii Kurdiumov
0dca903105
Fix AOT incompatible code ( #7534 )
* Fix AOT incompatible code
Use code patterns which are AOT-friendly. That improves R2R and Native AOT scenarios
5 years ago
Nikita Tsukanov
fb7cf3dde1
Merge pull request #7528 from odalet/fix-OpenGLControlBase
Fix #7519 - Reset fb and depth buffer Ids once they are deleted
5 years ago
Nikita Tsukanov
9ea32bb05d
Merge branch 'master' into fix-OpenGLControlBase
5 years ago
Tako
f0a22e05b1
Merge pull request #7527 from imranZERO/patch-1
Fix typo in README
5 years ago
Imran H
5c4179b510
Fix typo in README
5 years ago
Olivier DALET
e26d9d796c
Fix #7519 - Reset fb and depth buffer Ids once they are deleted
5 years ago
Dominik Matijaca
b040ac5414
ItemsControl: WrapSelection ( #6286 )
Add support for selection wrapping for ListBox, ItemsControl, ComboBox.
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
Co-authored-by: Takoooooo <tako0qq@gmail.com>
Co-authored-by: Steven Kirk <grokys@gmail.com>
5 years ago
Dariusz Komosiński
a9c25d8bbc
Merge pull request #7516 from MarchingCube/textlayout-annotations
TextLayout: Nullable annotations
5 years ago
Dariusz Komosinski
361bfeb1a0
Foreground can be nullable as well.
5 years ago
Dariusz Komosiński
7725d7f5a9
Merge branch 'master' into textlayout-annotations
5 years ago
Dariusz Komosinski
af97568819
Text can be nullable.
5 years ago
Dan Walmsley
1c54bd021b
Update readme.md
5 years ago
Steven Kirk
85e92451b6
Merge pull request #7514 from MarchingCube/itemscontrol-annotations
Nullable: ItemContainerGenerator cannot be null
5 years ago
Dariusz Komosinski
27f920a79d
Fixed ItemContainerGenerator usages.
5 years ago
Dariusz Komosinski
9dca8b8321
Update comment as well.
5 years ago
Dariusz Komosinski
5e5389d74c
ItemContainerGenerator cannot be null
5 years ago
Dan Walmsley
85f8b83519
update readme
5 years ago
Nikita Tsukanov
7da3100345
Merge pull request #7508 from Gillibald/fixes/webappDeps
Fix webapp dependency vulnerabilities
5 years ago
Benedikt Stebner
f3a6e88a72
Fix webapp dependency vulnerabilities
5 years ago
Max Katz
2c7ae3a50f
Merge pull request #7477 from AvaloniaUI/fixes/avalonia-controls-nullability
Added nullable annotations to Avalonia.Controls.
5 years ago
Steven Kirk
cccbbc44c5
Clarify the return value of `StripAccessKey`.
5 years ago
Steven Kirk
d0d86e28c1
Added remaining nullable annotations after merge.
5 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.
5 years ago
Steven Kirk
3e8cb0696c
Merge branch 'master' into fixes/avalonia-controls-nullability
5 years ago
Steven Kirk
863f0199b4
Merge pull request #7495 from AvaloniaUI/fixes/validating-layer-unit-test-failures
Fix failing unit tests in debug mode.
5 years ago
Steven Kirk
1c7c9aad2b
Merge branch 'master' into fixes/validating-layer-unit-test-failures
5 years ago
Benedikt Stebner
17e334b77f
Merge pull request #4893 from Gillibald/feature/FormattedTextPort
Port WPF's FormattedText to Avalonia and rework TextPresenter
5 years ago
Benedikt Stebner
79298e3375
Fix nit
5 years ago
Benedikt Stebner
4bac7fd953
Fix HitTestTextRange bidi
5 years ago
Benedikt Stebner
ce664fd224
Update _navigationPosition when MoveCaretToTextPosition is used
5 years ago
Benedikt Stebner
7665d9e99e
Merge remote-tracking branch 'origin/feature/FormattedTextPort' into feature/FormattedTextPort
5 years ago
Benedikt Stebner
cda32a83b4
Keep _presenter reference
5 years ago
Dan Walmsley
a32d5917e2
Merge branch 'master' into feature/FormattedTextPort
5 years ago
Max Katz
765f2048d3
Merge pull request #7498 from AvaloniaUI/fixes/nuget-cycle
fix nuget cycle error.
5 years ago
Benedikt Stebner
f469a39b98
Merge remote-tracking branch 'origin/feature/FormattedTextPort' into feature/FormattedTextPort
5 years ago
Benedikt Stebner
617ca9492f
Fix MaskedTextBoxTests
5 years ago
Benedikt Stebner
a91c86977f
Merge branch 'master' into feature/FormattedTextPort
5 years ago
Benedikt Stebner
c640bc21c6
Fix failing tests
5 years ago
Benedikt Stebner
27c7a5c724
Fix issues mentioned during review
5 years ago
Dan Walmsley
6866ba12aa
fix nuget cycle error.
5 years ago
Steven Kirk
8ff251ec96
Actually dispose PlatformImpl.
5 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`.
5 years ago
Steven Kirk
f71893e42d
Relax constraint on ITemplate<T>.
5 years ago
Steven Kirk
402a262502
Remove usages of Contract.Requires.
5 years ago
Steven Kirk
d80cfbca18
Remove #nullable directives.
5 years ago
Max Katz
fd64440ea0
Merge pull request #7475 from wieslawsoltes/ViewboxPageXamlOnly
[ControlCatalog] Set ComboBox items from xaml on ViewboxPage
5 years ago
Max Katz
e4d86e15ca
Merge branch 'master' into ViewboxPageXamlOnly
5 years ago