Steven Kirk
2de57da8ff
Added nullable annotations to Avalonia.Layout.
4 years ago
Max Katz
494746ed8a
Merge pull request #7206 from Abdesol/master
Disabled button can be pressed issue/bug
4 years ago
abdesol
b2ae473f2a
changed assert value of Button_Invokes_Doesnt_Execute_When_Button_Disabled from 1 to 0
4 years ago
abdesol
925af9864d
Merge remote-tracking branch 'origin/master'
4 years ago
abdesol
845ff07f1f
Button_Invokes_Doesnt_Execute_When_Button_Disabled test added
4 years ago
Abdella Solomon
170d4924c0
Merge branch 'master' into master
4 years ago
Max Katz
9563eeea24
Merge pull request #7203 from AvaloniaUI/fixes/avalonia-visuals-nullability
Added nullable annotations to Avalonia.Visuals.
4 years ago
abdesol
7f20078e4f
removed focus fix and added test in sandbox
4 years ago
Max Katz
1fa8c9f565
Merge branch 'master' into fixes/avalonia-visuals-nullability
4 years ago
Steven Kirk
f092724fd8
Fixed another mistake made when adding nullable annotations.
4 years ago
Steven Kirk
ba258ffa90
Don't pass null where it shouldn't be.
4 years ago
Steven Kirk
7983a496e3
Fix mistakes made when adding nullable annotations.
I shouldn't be doing this stuff when I'm tired.
4 years ago
Nikita Tsukanov
d763e9b7fe
Merge pull request #7201 from jkoritzinsky/relativesource-compiledbinding
Support RelativeSource-based bindings without requiring an x:DataType property.
4 years ago
Steven Kirk
1bacdc4b6e
Added nullable annotations for DrawEllipse.
4 years ago
Steven Kirk
1524274a3b
Add a hacky exception for existing potential problem.
This isn't good, but I don't want to change that as part of adding nullable annotations.
4 years ago
Steven Kirk
4582b43118
More nullability fixes.
4 years ago
Benedikt Stebner
42f552d803
Nullability for text related types
4 years ago
Steven Kirk
882e3b79b5
Disable CS8632 in Avalonia.Build.Tasks.
`CS8632 The annotation for nullable reference types should only be used in code within a '#nullable' annotations context`: need to supress this as the project includes files from Avalonia.Visuals which now has nullable annotations enabled.
4 years ago
Steven Kirk
22a55fed27
Added a lot of nullable annotations to Avalonia.Visuals.
Except types related to text and one method in `DrawingContext` which I'm not sure what to do with.
4 years ago
Jeremy Koritzinsky
7624e14bcd
Support RelativeSource-based bindings without requiring an x:DataType property.
Only require an x:DataType property when we actually use it.
4 years ago
Dan Walmsley
b5ca4734d0
Merge pull request #7031 from MarchingCube/dc-ellipse
Add support for drawing ellipses directly via DrawingContext
4 years ago
Dan Walmsley
8b4c0a759e
Merge pull request #7187 from AvaloniaUI/fixes/catalina-red-window
osx: Fixes red flicker on Catalina when resizing
4 years ago
Dan Walmsley
f96b9a85b3
Merge branch 'master' into fixes/catalina-red-window
4 years ago
Dan Walmsley
51359904d7
Merge pull request #7189 from AvaloniaUI/fixes/skiasharp-release
Update skiasharp
4 years ago
Dan Walmsley
54e4f13ea6
Revert "[OSX] fix resize calls before window shown."
This reverts commit 06807324d0 .
4 years ago
Dan Walmsley
0a65e0a50d
forcefully invalidate shadow.
4 years ago
Dan Walmsley
6405558dd0
remove skiasharp from nuget.config
4 years ago
Dan Walmsley
29d164952d
Update skiasharp
4 years ago
Dan Walmsley
06807324d0
[OSX] fix resize calls before window shown.
4 years ago
Dan Walmsley
cce425b8da
fix red shown during resizing catalina.
4 years ago
Jumar Macato
7b00b786cb
Merge pull request #7183 from AvaloniaUI/listboxitem-do-not-set-alignment
Do not copy UWP behavior with ListBoxItem horizontal alignment
4 years ago
Max Katz
647cfe68bc
Update ListBoxItem.xaml
4 years ago
Max Katz
9bc3ce6ad8
Merge pull request #7179 from AvaloniaUI/fixes/avalonia-base-nullability
Finished adding nullable annotations to Avalonia.Base.
4 years ago
Max Katz
6cac23b3df
Merge branch 'master' into fixes/avalonia-base-nullability
4 years ago
Steven Kirk
e4b19743ca
baseUri can be null.
4 years ago
Steven Kirk
7175960556
Merge pull request #7067 from workgroupengineering/features/Build/Reatry_LeakTests
feat(Build): Add 3 retry when the LeakTests fails
4 years ago
Steven Kirk
8de3ec9edf
Merge branch 'master' into features/Build/Reatry_LeakTests
4 years ago
Steven Kirk
76667dbd0d
Finished adding nullable annotations to Avalonia.Base.
4 years ago
Steven Kirk
9c585e85fb
Updated ncrunch configuration.
Has changed a lot due to dual targeting net6 and netstandard2.
4 years ago
Max Katz
237724a5c9
Merge pull request #7172 from AvaloniaUI/fixes/enable-existing-nullable-errors
Enable nullable warnings as errors on projects which enabled Nullable Reference Types
4 years ago
Steven Kirk
f89ab2d8ee
Merge branch 'master' into fixes/enable-existing-nullable-errors
4 years ago
Steven Kirk
c9c9d05098
Fix nullable reference errors.
The projects that have nullable reference types enabled are now generating errors instead of warnings, so fix those errors.
4 years ago
Steven Kirk
50659d9c2a
Enable nullable reference checking via .props file.
The Nullable annotations on netstandard2.0 are incomplete and incorrect in places. Ignore nullable warnings on netstandard2.0 and make them errors on later target frameworks.
4 years ago
Max Katz
42bd3e93a8
Merge pull request #7167 from workgroupengineering/fixes/link_to_missing_file
fixes: remove link to missing file(SharedAssemblyInfo.cs)
4 years ago
Giuseppe Lippolis
fa07c598a7
fixes: remove link to missing file
4 years ago
Dan Walmsley
1249647187
Merge pull request #7163 from AvaloniaUI/fixes/7158-dispose-x11-transparency-helper
[X11] Dispose transparency helper
4 years ago
Nikita Tsukanov
a96cb03ad6
[X11] Dispose transparency helper
4 years ago
Steven Kirk
885f66f769
Merge pull request #7122 from AvaloniaUI/feature/target-net6
Multitarget net6.0 and netstandard2.0.
4 years ago
Steven Kirk
c1995749ee
Merge branch 'master' into feature/target-net6
4 years ago
Benedikt Stebner
2633cf3ba4
Introduce FontManagerOptions ( #7089 )
* Introduce FontManagerOptions
* Add missing comments
4 years ago