Steven Kirk
9f807c9737
Sigh. Appium sucks.
5 years ago
Steven Kirk
261f46ea74
Added a few ListBox tests.
5 years ago
Steven Kirk
b4a183bd97
Skip keyboard interaction tests on macOS.
They send appium for mac crazy.
5 years ago
Steven Kirk
26137caaca
Trying to get stuff working on macOS.
Man, appium for mac sucks.
5 years ago
Steven Kirk
ddb6ab977e
Refactored ComboBox integration tests.
5 years ago
Steven Kirk
33ca12c48c
Remove faulty cast.
5 years ago
Steven Kirk
742d960874
Remove rogue character.
5 years ago
Steven Kirk
f6e06a6d15
Refactored Menu integration tests.
5 years ago
Steven Kirk
610ef6f467
Added a NativeMenu test for macOS.
5 years ago
Steven Kirk
5534e66bcd
Implement isAccessibilitySelected.
5 years ago
Steven Kirk
dc83f8e788
Use ListItemAutomationPeer for TabItem.
5 years ago
Steven Kirk
f4d9d4cc13
Make integration tests pass on MacOS.
5 years ago
Steven Kirk
6b17707812
Raise focus changed on new window if it has focus.
5 years ago
Steven Kirk
66923cdb24
Skip accelerator key test on OSX.
OSX doesn't support accelerator keys.
5 years ago
Steven Kirk
8250131e10
Rename integration tests now they're not win32-only.
5 years ago
Steven Kirk
812bf2665e
Get CheckBox automation tests passing on macOS.
5 years ago
Steven Kirk
71b84b3664
Correctly raise layout changed notification (?)
5 years ago
Steven Kirk
cab21b6084
Start making automation tests work on macOS.
5 years ago
Steven Kirk
9b9abb28ca
Added script to create bundle.
5 years ago
Steven Kirk
32e76d3350
WIP: Bundle IntegrationTestApp.
5 years ago
Steven Kirk
77f535f49d
Trying to use a shared project for win32/mac integration tests.
5 years ago
Steven Kirk
e0d3799887
Update IntegrationTestApp to net6.0.
5 years ago
Steven Kirk
e253b6c1a8
Merge branch 'master' into feature/ui-automation
5 years ago
Dan Walmsley
281721b1df
Merge pull request #6926 from AvaloniaUI/fixes/6827-osx-non-client-click
macOS: Only raise non-client click when outside view client area.
5 years ago
Steven Kirk
76beb381ae
Only raise non-client click when outside view client area.
#6700 implemented non-client click support for macOS but it caused non-client clicks to get sent even for clicks on the client area, causing #6827 . Fix this by checking that the click is outside the view's bounds before raising the non-client click.
5 years ago
Jumar Macato
395522d5cb
Merge pull request #6915 from AvaloniaUI/update/samples-tests-net6
Update samples/tests to net6.0
5 years ago
Jumar Macato
ea491b91dd
Merge branch 'master' into update/samples-tests-net6
5 years ago
Jumar Macato
33b0d9980a
Merge pull request #6925 from AvaloniaUI/fix-copypasta
Fix copy-pasta
5 years ago
Takoooooo
0e3cfc889b
fix
5 years ago
Dan Walmsley
a062b6c34c
Merge pull request #6913 from AvaloniaUI/fix-trayicon-command-executes-twice
Fix TrayIcon commands executes twice
5 years ago
Steven Kirk
1a459eb83b
Update hardcoded paths.
5 years ago
Steven Kirk
5153cc4e12
Remove unneeded dependency.
5 years ago
Steven Kirk
721547fcb2
Update samples/tests to net6.0.
And no longer target net461 in unit tests as we've not had a test pass in net core and fail in netfx in years, and it bloats our CI time; EXCEPT Avalonia.Markup.Xaml.UnitTests where we're still testing against net4.7 as MSIL generation is runtime-sensitive.
5 years ago
Takoooooo
9bf42b9cf9
fix
5 years ago
Steven Kirk
dab63d346f
Merge branch 'master' into feature/ui-automation
5 years ago
Jumar Macato
4f7a82c7e1
Merge pull request #6912 from AvaloniaUI/fixes/microcomgenerator
Don't multi-target MicroComGenerator.
5 years ago
Steven Kirk
5b2a83b190
Don't multi-target MicroComGenerator.
Was causing problems building in VS. Instead include the source files directly into `_build.csproj`.
5 years ago
Steven Kirk
af588cc193
Stop warning.
5 years ago
Steven Kirk
ab15b8e882
Try to prevent leaks.
5 years ago
Steven Kirk
bc128676c4
Make OSX a11y work again.
Pretty major refactor of that code.
5 years ago
Max Katz
bc46b559b0
Merge pull request #6907 from YohDeadfall/use-args
Use event args to get value instead of field
5 years ago
Yoh Deadfall
618f70a0f4
Use event args to get value instead of feild
5 years ago
Dan Walmsley
581ed37be9
Merge pull request #6896 from AvaloniaUI/fixes/clipping-rendering-issues-osx
Fixes/clipping rendering issues osx
5 years ago
Dan Walmsley
02a343f12b
Merge branch 'master' into fixes/clipping-rendering-issues-osx
5 years ago
Dan Walmsley
16d10238a9
Merge pull request #6902 from AvaloniaUI/features/net6-support
net6.0 sdk
5 years ago
Dan Walmsley
e6669ab022
net 6 sdk bug workaround.
5 years ago
Dan Walmsley
e5a9776fc8
fix nuke build.
5 years ago
Dan Walmsley
aba3280277
fix net6.0 build
5 years ago
Dan Walmsley
1df32a9645
use multitargetting.
5 years ago
Dan Walmsley
d4ce30decd
micro com net6 with build script on netcoreapp3.1
5 years ago