Dan Walmsley
|
101ea9cb5f
|
only constrain to working area before show. After that cocoa will do it for us.
|
3 years ago |
Dan Walmsley
|
c74e0b7148
|
Merge branch 'master' into fixes/mac-os-constrain-window-size
|
3 years ago |
Dan Walmsley
|
92562b0d99
|
Merge pull request #10535 from AvaloniaUI/fixes/flaky-builds
skip netfx tests on macos.
|
3 years ago |
Dan Walmsley
|
72641ad7c8
|
Merge branch 'master' into fixes/flaky-builds
|
3 years ago |
Dan Walmsley
|
c1de1ca902
|
skip netfx tests on macos.
|
3 years ago |
Dan Walmsley
|
326c8f24fb
|
Merge branch 'master' into fixes/mac-os-constrain-window-size
|
3 years ago |
Dan Walmsley
|
48fad8e8d6
|
Merge pull request #10531 from AvaloniaUI/add-labelAutomationPeer
Add LabelAutomationPeer
|
3 years ago |
Daniil Pavliuchyk
|
8cb4cf8344
|
Remove unneccessary using directives.
|
3 years ago |
Dan Walmsley
|
fc1a1c99a8
|
Merge branch 'master' into add-labelAutomationPeer
|
3 years ago |
Dan Walmsley
|
bc29a51e7c
|
Merge branch 'master' into fixes/mac-os-constrain-window-size
|
3 years ago |
Steven Kirk
|
0fb781aa03
|
Merge pull request #10518 from AvaloniaUI/fixes/macos-integration-test-stability
Trying to make integration tests more stable on macOS.
|
3 years ago |
Steven Kirk
|
0a97f8b557
|
Merge pull request #10370 from Enscape/refactor/readonly-directprop/easy-styledprop-conversions
Convert various `DirectProperty` definitions to `StyledProperty`
|
3 years ago |
Dan Walmsley
|
7ae98c825c
|
Merge pull request #10529 from AvaloniaUI/fixes/macos-screen-scale-factor
macos screen api to return correct scaling.
|
3 years ago |
Dan Walmsley
|
77dab86052
|
Merge branch 'master' into fixes/macos-integration-test-stability
|
3 years ago |
Dan Walmsley
|
57c827fe44
|
Merge branch 'master' into fixes/macos-screen-scale-factor
|
3 years ago |
Dan Walmsley
|
f0b4632f04
|
Merge branch 'master' into fixes/mac-os-constrain-window-size
|
3 years ago |
Dan Walmsley
|
f2bceb40c9
|
add an integration test.
|
3 years ago |
Dan Walmsley
|
c9aed1386d
|
update the test app to show the size that measure was called with on window content.
|
3 years ago |
Dan Walmsley
|
d56c7aa6e7
|
make sure _lastWindowState and _actualWindowState are both reset when window is shown.
|
3 years ago |
Dan Walmsley
|
c6417b2499
|
constrain window to maximum size.
|
3 years ago |
Tom Edwards
|
f36cf7e3ba
|
Converted several "dataValidation" properties to StyledProperty
Changed Button.IsPressed to a read-only DirectProperty
|
3 years ago |
Tom Edwards
|
81530c4231
|
Converted a variety of writeable DirectProperty definitions to StyledProperty
|
3 years ago |
Nikita Tsukanov
|
8b22bf7eb3
|
Merge pull request #10530 from Gillibald/fixes/glyphRunNodeBounds
Introduce GlyphRun.Bounds
|
3 years ago |
Daniil Pavliuchyk
|
b65933b9d6
|
Update GetNameCore logic to match WPF logic
|
3 years ago |
Dan Walmsley
|
39126b9a8c
|
skip flaky test on macos.
|
3 years ago |
Dan Walmsley
|
99b2eb23c4
|
Merge branch 'master' into fixes/macos-integration-test-stability
|
3 years ago |
Benedikt Stebner
|
9016933085
|
Fix some unit tests
|
3 years ago |
Benedikt Stebner
|
147db08f90
|
Introduce GlyphRun.Bounds
|
3 years ago |
Daniil Pavliuchyk
|
de50cda755
|
Add LabelAutomationPeer
|
3 years ago |
Dan Walmsley
|
c0276f75b9
|
macos screen api returns the RenderScaling, instead of Desktop scaling, which is always 1 on macos.
|
3 years ago |
Steven Kirk
|
3c1177ced5
|
Merge pull request #10454 from MrJul/itemspanel-no-logical-children
Don't add ItemsControl items to its panel logical children
|
3 years ago |
Max Katz
|
541cadc829
|
Merge branch 'master' into itemspanel-no-logical-children
|
3 years ago |
Steven Kirk
|
908a87de92
|
Merge branch 'master' into itemspanel-no-logical-children
|
3 years ago |
Steven Kirk
|
e9cffd02be
|
Merge pull request #10497 from AvaloniaUI/fixes/setcurrent-value-with-style
Fix `SetCurrent` value in combination with certain styles
|
3 years ago |
Steven Kirk
|
24ad4af49b
|
Merge pull request #10468 from workgroupengineering/fixes/core/tools/AvaloniaPropertyAnalyzer/AVP1031
fix(AvaloniaPropertyAnalyzer): Avoid AVP1031 when Avalonia Field Acce…
|
3 years ago |
Steven Kirk
|
cd5b4ad5a5
|
Merge branch 'master' into itemspanel-no-logical-children
|
3 years ago |
Steven Kirk
|
e99e4ef9f2
|
Merge branch 'master' into fixes/core/tools/AvaloniaPropertyAnalyzer/AVP1031
|
3 years ago |
Max Katz
|
1809ac2426
|
Merge pull request #10523 from workgroupengineering/features/VS_Extensibility/Defered_Loading
feat: AvaloniaVS defered loading
|
3 years ago |
Nikita Tsukanov
|
f4c5490300
|
Merge pull request #10522 from AvaloniaUI/feature/skia-beginfigure-isfilled
Use proper baseline origin
|
3 years ago |
Steven Kirk
|
b84e649539
|
Merge pull request #10500 from Enscape/feature/expose-win32-KeyInterop
Make `Avalonia.Win32.Input.KeyInterop` public
|
3 years ago |
Giuseppe Lippolis
|
c41193bccb
|
feat: AvaloniaVS defered loading
Allow loading the AvaloniaVS extension when referencing the Avalonia nuget package
Part of AvaloniaUI/AvaloniaVS#311
|
3 years ago |
Nikita Tsukanov
|
a4b3d30aff
|
Use proper baseline origin
|
3 years ago |
Steven Kirk
|
1a68d00e31
|
Merge branch 'master' into fixes/macos-integration-test-stability
|
3 years ago |
Steven Kirk
|
8b5114357f
|
Skip flaky test.
|
3 years ago |
Giuseppe Lippolis
|
9201f23754
|
fix: Signal warnig if protected
|
3 years ago |
Giuseppe Lippolis
|
12d418db33
|
fix: Address Review
|
3 years ago |
Steven Kirk
|
0e0db41f05
|
Publish appium logs on failure.
|
3 years ago |
Benedikt Stebner
|
b520f31e3c
|
Merge pull request #10496 from Gillibald/feature/assetLoaderTryPattern
Prevent AssetLoader.GetAssets from crashing for missing assemblies
|
3 years ago |
Steven Kirk
|
8f04fcd850
|
Detailed logs on macOS.
|
3 years ago |
Steven Kirk
|
45ef923562
|
Add display names to tasks.
|
3 years ago |