Steven Kirk
2c2c099ad1
Merge branch 'master' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
4a556fd047
Merge pull request #1349 from AvaloniaUI/fixes/1343-rectanglegeometry-transform
Fix Geometries
8 years ago
Steven Kirk
eb0e6650ca
Remove debug code.
8 years ago
Steven Kirk
a8637a6249
Merge branch 'fixes/1343-rectanglegeometry-transform' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
e64b4fb0e8
Merge branch 'master' into fixes/1343-rectanglegeometry-transform
8 years ago
Steven Kirk
6fff6f73fe
Merge pull request #1353 from AvaloniaUI/dont-build-core-tests
Don't rebuild when running .NET Core tests.
8 years ago
Steven Kirk
2c14b70d0a
Renamed Mono sln Config to NetCoreOnly.
8 years ago
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
Steven Kirk
5a5f25012f
Merge branch 'fixes/1343-rectanglegeometry-transform' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
2e108483df
Merge branch 'master' into fixes/1343-rectanglegeometry-transform
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
Steven Kirk
9b099de4a4
Addressed PR feedback.
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
91a0811c18
Removed unused variable.
8 years ago
Steven Kirk
dfb47e2cfb
Merge branch 'master' into EfficientTransformedBounds
8 years ago
Steven Kirk
1eab0521d6
Merge branch 'fixes/1343-rectanglegeometry-transform' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
8901f1d781
Don't make IGeometryImpl implement IDisposable.
8 years ago
Steven Kirk
e9e4ec15d1
Merge branch 'fixes/1343-rectanglegeometry-transform' into fixes/337-focus-adorner-clipping
8 years ago
Steven Kirk
5821880ac6
Merge branch 'master' into fixes/1343-rectanglegeometry-transform
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
52dcd41cd9
Don't dispose geometry impls.
We can't do this until we have ref counting infrastructure in, as the impls may still be in use by the deferred renderer.
8 years ago
Steven Kirk
375e0f0a64
WIP
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
244fa9b02a
Merge branch 'master' into fixes/1343-rectanglegeometry-transform
8 years ago
Steven Kirk
d2e1eba876
Refactored geometry.
There were a number of problems with `Geometry` and its subclasses and platform implementations. Fix these, for more details see the PR that this commit is a part of.
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
42f0f6a23f
Added failing test for #1343 .
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