Steven Kirk
16efee95ca
Disambiguate ShowWindowTest controls.
Under the appium-mac2-driver, `FindElementByAccessibilityId` doesn't actually find elements by their accessibility ID, it also finds them by their accessibility name. Since #10531 added an automation peer for `Label` which sets the accessibility name, the wrong control was being located (e.g. it located the "Position" label instead of the `Name="Position"` text box).
Disambiguate these controls by adding a `Current` prefix to make integration tests pass again.
3 years ago
Benedikt Stebner
105b999d5f
Merge pull request #10514 from Gillibald/fixes/samplesWithFonts
Reference Inter font in sample projects
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
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
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
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
Benedikt Stebner
7786a00623
Add Inter font reference to all samples
3 years ago
Julien Lebosquain
b6701f63fd
Made Panel.IsItemsHost setter internal
3 years ago
Julien Lebosquain
3791fa8a51
Don't add ItemsControl items to its panel logical children
3 years ago
Tom Edwards
49c57a610c
Make `Avalonia.Win32.Input.KeyInterop` public
3 years ago
Max Katz
baf2a69347
Merge branch 'master' into fixes/setcurrent-value-with-style
3 years ago
Max Katz
0703fb66ba
Merge branch 'master' into feature/assetLoaderTryPattern
3 years ago
Max Katz
033c1e29ce
Merge pull request #10489 from AvaloniaUI/compiled-binding-fixes
Fix Relative Source with {x:Type} bindings
3 years ago