Nikita Tsukanov
b3ff6754cb
Merge branch 'master' into devtools-ivisual
9 years ago
Nikita Tsukanov
6d7bc4a37f
Merge pull request #968 from AvaloniaUI/fix-failing-visuals-tests
Fix failing visuals tests
9 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.
9 years ago
Nikita Tsukanov
9d0ee4ef1b
Moved Erase call to bitmap constructor
9 years ago
Nikita Tsukanov
982fee222c
Skia: Erase bitmap on drawing context creation
9 years ago
Nikita Tsukanov
59e79a6685
Removed unused field from WicBitmapImpl
9 years ago
Nikita Tsukanov
b9e378b694
Removed obsolete code from Skia.iOS
9 years ago
Steven Kirk
a8555ea240
Added appveyor workaround
See https://github.com/appveyor/ci/issues/1479
9 years ago
Steven Kirk
be83759cad
Rename Control -> Visual.
9 years ago
Steven Kirk
859e748605
Handle non Control-derived classes in DevTools.
Previously DevTools expected all controls to be derived from `Control`
which isn't necessarily always the case.
9 years ago
Steven Kirk
425a670b9d
Added immediate renderer hit tests.
Ported from `scenegraph`. Tests from
`VisualExtensionsTests_GetVisualsAt` moved there.
9 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.
9 years ago
Nikita Tsukanov
db3db7e987
Fixes for Direct3D example
9 years ago
Nikita Tsukanov
b2cf09c001
Merge pull request #966 from kekekeks/direct3dsample
Direct3D interop sample
9 years ago
Nikita Tsukanov
7a66752f2e
Make CreateRenderTarget virtual
9 years ago
Nikita Tsukanov
3da37f7dc8
Update appveyor.yml
9 years ago
Nikita Tsukanov
012451a4db
Direct3D interop sample
9 years ago
Steven Kirk
2eff412833
Merge pull request #956 from AvaloniaUI/port-immediaterenderer
Port ImmediateRenderer from scenegraph
9 years ago
Steven Kirk
70d6d8052b
Merge branch 'master' into port-immediaterenderer
9 years ago
Nikita Tsukanov
a2ef898eb0
Merge pull request #958 from wieslawsoltes/SetDotNetEnvironmentVariables
Set dotnet environment variables for ci builds
9 years ago
Wiesław Šoltés
0c6a3f435d
Set dotnet environment variables for ci builds
9 years ago
Steven Kirk
3082bda498
Pass resized message to renderer.
9 years ago
Steven Kirk
cc48e6322d
Removed AvaloniaDisposable.
No longer used.
9 years ago
Steven Kirk
1b9d61416f
Ported ImmediateRenderer from scenegraph branch.
9 years ago
Steven Kirk
efce48b604
Merge pull request #952 from AvaloniaUI/appveyor-vs-image
[WIP] Use image from appveyor settings
9 years ago
Steven Kirk
66cc4d59a5
Merge pull request #951 from AvaloniaUI/sharpdx-enable-release-on-finalizer
Enable SharpDX EnableReleaseOnFinalizer.
9 years ago
Steven Kirk
7b9f3acb02
Merge pull request #953 from prokopst/patch-1
Removed incorrect bracket from the readme file.
9 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.
9 years ago
Steven Kirk
f47519b41f
Merge branch 'master' into master
9 years ago
Steven Kirk
7425d6c793
Merge pull request #948 from AvaloniaUI/immutable-media-impls
Ported immutable media impls from scenegraph.
9 years ago
Ivan Kochurkin
a0fa312abf
Skip excess AppVeyor CI run if Pull Request opened from non default (master) branch.
9 years ago
Steven Kirk
7f630874b2
Merge branch 'master' into immutable-media-impls
9 years ago
Steven Kirk
1af559c52e
Fixed name of tests.
9 years ago
Stanislav Prokop
59f76152c4
Removed incorrect bracket from the readme file.
9 years ago
Nikita Tsukanov
a870111fd4
Update appveyor.yml
9 years ago
Nikita Tsukanov
0145b06eeb
Use image from appveyor settings
9 years ago
Steven Kirk
4a6deb7d8b
Added some doc comments.
And removed some tabs.
9 years ago
Steven Kirk
490bbc10ef
Merge branch 'master' into sharpdx-enable-release-on-finalizer
9 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.
9 years ago
Steven Kirk
e888e26ff7
Merge pull request #949 from wieslawsoltes/UpdateNuGetCommandLine
Updated NuGet.CommandLine package version
9 years ago
Steven Kirk
a5fcfd2366
Merge branch 'master' into immutable-media-impls
9 years ago
Steven Kirk
ed72e72237
Merge pull request #947 from wieslawsoltes/FixFor946
Use different FromEventPattern method
9 years ago
Steven Kirk
fab20c42eb
Merge branch 'master' into FixFor946
9 years ago
Steven Kirk
5a31132c6d
Merge pull request #943 from Seeker1437/patch-1
Corrects gitter.im badges
9 years ago
Steven Kirk
bd7877518a
Merge pull request #945 from wieslawsoltes/FixOnPointerReleasedParam
Fixed OnPointerReleased parameter type
9 years ago
Wiesław Šoltés
457d7bccaa
Updated NuGet.CommandLine package version
9 years ago
Steven Kirk
477eba7e98
Merge branch 'master' into patch-1
9 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.
9 years ago
Wiesław Šoltés
0e6f48e8a0
Use different FromEventPattern method
Fixes #946
9 years ago
Wiesław Šoltés
a26c261aad
Fixed OnPointerReleased parameter type
9 years ago