Steven Kirk
bdb585deef
Merge branch 'master' into dont-build-core-tests
8 years ago
Steven Kirk
c4a5d3722b
Don't build RenderTest in mono config.
8 years ago
Steven Kirk
9cb871e901
Don't run tests on net47 in build.cake.
8 years ago
Steven Kirk
30e78dc5b6
Only run unit tests on .net core.
This allows us to run them on linux.
8 years ago
Jeremy Koritzinsky
9378d6266b
Merge pull request #1348 from AvaloniaUI/fixes/1344-listbox-horizontal-scrollbar
Allow disabling of scrollbars in ListBox.
8 years ago
Steven Kirk
8bacf38524
Do a proper .NET core build.
8 years ago
Jeremy Koritzinsky
e8d18f52b6
Merge branch 'master' into fixes/1344-listbox-horizontal-scrollbar
8 years ago
Steven Kirk
31c5cc1847
Merge pull request #1312 from jkoritzinsky/EfficientTransformedBounds
Change TransformedBounds to a direct property on Visual/IVisual
8 years ago
Steven Kirk
d6bfabec43
Merge branch 'master' into EfficientTransformedBounds
8 years ago
Steven Kirk
a7e01228a5
Merge pull request #1340 from AvaloniaUI/fixes/816-dispatcher-invoke-naming
Rename Dispatcher invoke methods.
8 years ago
Steven Kirk
6c81b0e668
Merge branch 'master' into fixes/816-dispatcher-invoke-naming
8 years ago
Jeremy Koritzinsky
0902845f0d
Merge pull request #1351 from AvaloniaUI/fix-intermittently-failing-test
Fix intermittently failing tests.
8 years ago
Steven Kirk
1d9e4fdbe5
Don't pass platform to build.ps1.
8 years ago
Steven Kirk
51a47b3a94
Instance can be null here.
Was causing intermittently failing test: https://ci.appveyor.com/project/AvaloniaUI/Avalonia/build/0.1.4468
8 years ago
Steven Kirk
5cdaf0a32f
Removed platform from appveyor.yaml.
As suggested in https://help.appveyor.com/discussions/problems/10117-dotnet-test-with-xunit-fails-because-of-the-wrongly-resolved-path
8 years ago
Steven Kirk
7458f28ca9
Fix intermittently failing test.
Fixed in https://ci.appveyor.com/project/AvaloniaUI/Avalonia/build/0.1.4466 : this should prevent that by keeping both of the data objects alive.
8 years ago
Steven Kirk
262d49fb91
Don't build/restore when running .net core tests.
Everything has already been built.
8 years ago
Steven Kirk
dfb47e2cfb
Merge branch 'master' into EfficientTransformedBounds
8 years ago
Jeremy Koritzinsky
b1fb930b3b
Merge pull request #1346 from AvaloniaUI/move-render-tests
Moved render tests for each platform to their own directory.
8 years ago
Steven Kirk
6133837600
Locate tests directory in code.
Rather than using a hard-coded path.
8 years ago
Steven Kirk
f102ef9c1f
Updated cake to latest version.
8 years ago
Steven Kirk
8a80a724d7
Implement disabling of ListBox scrollbars.
Fixes #1344 .
8 years ago
Steven Kirk
7e5e9c468b
Make VirtualizationTest items word-wrap.
8 years ago
Steven Kirk
1be39b8f71
Select scrollbar visibility in VirtualizationTest.
Does not currently work.
8 years ago
Steven Kirk
02c6ae3c1a
Added ScrollBarVisibility.Disabled.
8 years ago
Steven Kirk
6a0b945548
Update cake script with new render test locations.
8 years ago
Steven Kirk
589b76e9cd
Moved render tests for each platform to their own directory.
The test .cs files stay in the `Avalonia.RenderTests` directory but the D2D and Skia render test .csprojs are moved to their own directory: include the test files by using a glob in the .csproj.
This avoids the hack we were having to do to get `BaseIntermediateOutputPath` to work - we no longer have this problem as now each .csproj has its own directory, it can use the default directory for intermediate files.
8 years ago
Steven Kirk
38f550576c
Merge pull request #1342 from AvaloniaUI/fixes/1341-transformed-geometry
Preserve Shape's defining geometry transform.
8 years ago
Steven Kirk
062f67cd18
Added expected test output.
8 years ago
Steven Kirk
438bc89a90
Preserve defining geometry transform.
Previous logic was overwriting `DefiningGeometry`'s transform with the transform calculated by the layout pass. Be sure to apply both transforms to the `RenderedGeometry`.
8 years ago
Steven Kirk
7a60b790b0
Added failing test for #1341 .
8 years ago
Steven Kirk
64ed0761c7
Rename Dispatcher invoke methods.
`InvokeAsync` -> `Post`
`InvokeTaskAsync` -> `InvokeAsync`
8 years ago
Steven Kirk
15594d4e6e
Merge pull request #1336 from jp2masa/togglebutton-ischecked-default-value
Fixed ToggleButton.IsChecked default value
8 years ago
jp2masa
46fa428c96
Merge branch 'master' into togglebutton-ischecked-default-value
8 years ago
Steven Kirk
40dd5309e1
Merge pull request #1337 from jp2masa/dropdown-item-selection
Use nameof where possible
8 years ago
José Pedro
7cccc6bda0
Use nameof where possible.
8 years ago
jp2masa
9dc7b6fe62
Merge branch 'master' into togglebutton-ischecked-default-value
8 years ago
José Pedro
60a04fbd24
Fixed ToggleButton.IsChecked default value.
8 years ago
Jeremy Koritzinsky
cedd7da995
Merge pull request #1331 from jkoritzinsky/net471-bugfix
Fix broken Appveyor builds
8 years ago
Jeremy Koritzinsky
e462e06193
Use memcpy instead of System.Runtime.CompilerServices.Unsafe
8 years ago
Jeremy Koritzinsky
fca2762d36
Merge pull request #1251 from AvaloniaUI/appbuilder-setup-run
Appbuilder setup run
8 years ago
Jeremy Koritzinsky
a1eee28803
Merge branch 'master' into appbuilder-setup-run
8 years ago
Jeremy Koritzinsky
1c12cd4bd6
Fix x64 builds of Avaloina.Direct2D1. Refactor build scripts to reduce time and fix issues.
8 years ago
Jeremy Koritzinsky
fb8d2daa8a
Add back toolPath.
8 years ago
Jeremy Koritzinsky
b502f48ff8
Make sure Direct2D1 Unit tests (non-render tests) run in the build.
8 years ago
Jeremy Koritzinsky
5b8f906b1e
Add back xunit settings.
8 years ago
Jeremy Koritzinsky
ba95a9398d
Add missing close paren in build script.
8 years ago
Jeremy Koritzinsky
4d9b354d1c
Fix cleaned tests-dir.
8 years ago
Jeremy Koritzinsky
f72577cf92
Clean up test scripts
8 years ago
Jeremy Koritzinsky
ee433f741e
Update appveyor.yml
8 years ago