Nikita Tsukanov
7b7c905ec0
Merge pull request #970 from kekekeks/direct2d-fix
Direct2d fix
10 years ago
Nikita Tsukanov
cbd07d1393
Merge branch 'master' into direct2d-fix
10 years ago
Nikita Tsukanov
6d7bc4a37f
Merge pull request #968 from AvaloniaUI/fix-failing-visuals-tests
Fix failing visuals tests
10 years ago
Steven Kirk
9a015afa99
Fixed leak tests.
`IRenderer` mock was keeping hold of references passed to `AddDirty` -
tried resetting the mock but references were still held, so replaced the
mock `IRenderer` with a `NullRenderer` that fixes the problem.
10 years ago
Nikita Tsukanov
06aa7780fb
Moved Direct2D initialization away from static constructor
10 years ago
Nikita Tsukanov
342128bbf1
Fixed CreateSwapChain
10 years ago
Nikita Tsukanov
9d0ee4ef1b
Moved Erase call to bitmap constructor
10 years ago
Nikita Tsukanov
982fee222c
Skia: Erase bitmap on drawing context creation
10 years ago
Nikita Tsukanov
59e79a6685
Removed unused field from WicBitmapImpl
10 years ago
Nikita Tsukanov
b9e378b694
Removed obsolete code from Skia.iOS
10 years ago
Steven Kirk
a8555ea240
Added appveyor workaround
See https://github.com/appveyor/ci/issues/1479
10 years ago
Steven Kirk
425a670b9d
Added immediate renderer hit tests.
Ported from `scenegraph`. Tests from
`VisualExtensionsTests_GetVisualsAt` moved there.
10 years ago
Steven Kirk
69a06e452e
Fixed some Visuals unit tests.
Ported some stuff from `scenegraph` that was missed in #956 , which fixes
some of the failing Avalonia.Visuals.UnitTests.
10 years ago
Nikita Tsukanov
db3db7e987
Fixes for Direct3D example
10 years ago
Nikita Tsukanov
b2cf09c001
Merge pull request #966 from kekekeks/direct3dsample
Direct3D interop sample
10 years ago
Nikita Tsukanov
7a66752f2e
Make CreateRenderTarget virtual
10 years ago
Nikita Tsukanov
3da37f7dc8
Update appveyor.yml
10 years ago
Nikita Tsukanov
012451a4db
Direct3D interop sample
10 years ago
Steven Kirk
2eff412833
Merge pull request #956 from AvaloniaUI/port-immediaterenderer
Port ImmediateRenderer from scenegraph
10 years ago
Steven Kirk
70d6d8052b
Merge branch 'master' into port-immediaterenderer
10 years ago
Nikita Tsukanov
a2ef898eb0
Merge pull request #958 from wieslawsoltes/SetDotNetEnvironmentVariables
Set dotnet environment variables for ci builds
10 years ago
Wiesław Šoltés
0c6a3f435d
Set dotnet environment variables for ci builds
10 years ago
Steven Kirk
3082bda498
Pass resized message to renderer.
10 years ago
Steven Kirk
cc48e6322d
Removed AvaloniaDisposable.
No longer used.
10 years ago
Steven Kirk
1b9d61416f
Ported ImmediateRenderer from scenegraph branch.
10 years ago
Steven Kirk
efce48b604
Merge pull request #952 from AvaloniaUI/appveyor-vs-image
[WIP] Use image from appveyor settings
10 years ago
Steven Kirk
66cc4d59a5
Merge pull request #951 from AvaloniaUI/sharpdx-enable-release-on-finalizer
Enable SharpDX EnableReleaseOnFinalizer.
10 years ago
Steven Kirk
7b9f3acb02
Merge pull request #953 from prokopst/patch-1
Removed incorrect bracket from the readme file.
10 years ago
Steven Kirk
0cf75309a3
Merge pull request #954 from KvanTTT/master
Skip excess AppVeyor CI run if Pull Request opened from non default (master) branch.
10 years ago
Steven Kirk
f47519b41f
Merge branch 'master' into master
10 years ago
Steven Kirk
7425d6c793
Merge pull request #948 from AvaloniaUI/immutable-media-impls
Ported immutable media impls from scenegraph.
10 years ago
Ivan Kochurkin
a0fa312abf
Skip excess AppVeyor CI run if Pull Request opened from non default (master) branch.
10 years ago
Steven Kirk
7f630874b2
Merge branch 'master' into immutable-media-impls
10 years ago
Steven Kirk
1af559c52e
Fixed name of tests.
10 years ago
Stanislav Prokop
59f76152c4
Removed incorrect bracket from the readme file.
10 years ago
Nikita Tsukanov
a870111fd4
Update appveyor.yml
10 years ago
Nikita Tsukanov
0145b06eeb
Use image from appveyor settings
10 years ago
Steven Kirk
4a6deb7d8b
Added some doc comments.
And removed some tabs.
10 years ago
Steven Kirk
490bbc10ef
Merge branch 'master' into sharpdx-enable-release-on-finalizer
10 years ago
Steven Kirk
92331915b4
Enable SharpDX EnableReleaseOnFinalizer.
We need to enable to avoid memory leaks this as we're not doing cleanup
of SharpDX objects ourselves.
10 years ago
Steven Kirk
e888e26ff7
Merge pull request #949 from wieslawsoltes/UpdateNuGetCommandLine
Updated NuGet.CommandLine package version
10 years ago
Steven Kirk
a5fcfd2366
Merge branch 'master' into immutable-media-impls
10 years ago
Steven Kirk
ed72e72237
Merge pull request #947 from wieslawsoltes/FixFor946
Use different FromEventPattern method
10 years ago
Steven Kirk
fab20c42eb
Merge branch 'master' into FixFor946
10 years ago
Steven Kirk
5a31132c6d
Merge pull request #943 from Seeker1437/patch-1
Corrects gitter.im badges
10 years ago
Steven Kirk
bd7877518a
Merge pull request #945 from wieslawsoltes/FixOnPointerReleasedParam
Fixed OnPointerReleased parameter type
10 years ago
Wiesław Šoltés
457d7bccaa
Updated NuGet.CommandLine package version
10 years ago
Steven Kirk
477eba7e98
Merge branch 'master' into patch-1
10 years ago
Steven Kirk
e6cb529878
Ported immutable media impls from scenegraph.
The deferred renderer requires immutable objects for drawing as it
renders on a separate thread.
10 years ago
Wiesław Šoltés
0e6f48e8a0
Use different FromEventPattern method
Fixes #946
10 years ago