abdesol
7f20078e4f
removed focus fix and added test in sandbox
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
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
Dan Walmsley
f9c0e722e3
Merge pull request #7144 from AvaloniaUI/fixes/wasm-props
Fixes/wasm props
4 years ago
Dan Walmsley
7a215e04bd
Merge remote-tracking branch 'origin/master' into fixes/wasm-props
4 years ago
Dan Walmsley
a6ebc4d2e1
fix wasm targets
4 years ago
Max Katz
e8447a9b04
Merge pull request #7146 from workgroupengineering/fixes/DevTools/DrillDown
fixes(DevTools): do not drill down on double click when property type is string or ValueType.
4 years ago
Giuseppe Lippolis
a973fcc1f8
fixes(DevTools): do not drill down on double click when property type is string or ValueType.
4 years ago
Dan Walmsley
ebb90a58da
allow configurable skia resource limit.
4 years ago
Dan Walmsley
b1353793f5
fix wasm props.
4 years ago
Jumar Macato
851aaeb79b
Merge pull request #7141 from AvaloniaUI/hamburger-menu
[ControlCatalog only] Implement simple HamburgerMenu to make control catalog looks good on mobile and web
4 years ago
Jumar Macato
c2d2968c37
Merge branch 'master' into hamburger-menu
4 years ago
Max Katz
ec23173a0a
Use enum items array instead of strings in control catalog settings
4 years ago
Max Katz
cbbe8f77ec
Implement HamburgerMenu control to be used in repo samples
4 years ago
Max Katz
a998f16832
Some default theme fixes
4 years ago
Max Katz
8836a9e208
Adaptive design for ControlCatalog sample pages
4 years ago
Dariusz Komosinski
500fa65b72
Add tests for ellipse hit testing.
4 years ago
Dariusz Komosinski
80041d8f30
Change pointers page to use new ellipse drawing APIs.
4 years ago
Dariusz Komosinski
7172b921a2
Update API baseline.
4 years ago
Dariusz Komosinski
b0317f46a5
Add support for drawing ellipses directly via DrawingContext
5 years ago