Steven Kirk
daf59b8497
Start/stop the renderer on window show/hide.
9 years ago
Steven Kirk
0f81420ee2
Don't remove root layer when hiding root.
9 years ago
Steven Kirk
024573ddd5
Removed bad project references.
9 years ago
danwalmsley
1ac08f3b94
Merge branch 'master' into scenegraph
9 years ago
danwalmsley
afe8244afd
Merge pull request #996 from AvaloniaUI/fixes/open-windows
Fixed problems with Windows.OpenWindows.
9 years ago
Steven Kirk
13720df8a2
Merge branch 'master' into fixes/open-windows
9 years ago
Steven Kirk
4fe404cf96
Merge pull request #1000 from AvaloniaUI/descendant
Fix spelling of descendant.
9 years ago
Steven Kirk
84ba68cb59
Merge branch 'master' into fixes/open-windows
9 years ago
Nikita Tsukanov
d13b0978d6
Merge branch 'master' into descendant
9 years ago
Nikita Tsukanov
3773850efe
Merge pull request #1001 from kekekeks/release-branches
Allow publishing to nuget from non-release branches
9 years ago
Nikita Tsukanov
ecd64c876b
Allow publishing to nuget from non-release branches with tags prefixed with `nuget-release-`
9 years ago
danwalmsley
86cf22e755
Merge branch 'master' into fixes/open-windows
9 years ago
Steven Kirk
4730ee1c41
Fix spelling of descendant.
While "descendent" is an acceptable English spelling, "descendant" is the common spelling.
9 years ago
Nikita Tsukanov
df1aed438d
Merge pull request #998 from AvaloniaUI/fixes/fix-interop-samples
Fix interop samples.
9 years ago
Steven Kirk
ddbc100ff6
Make D3D interop sample work.
By turning off deferred rendering.
9 years ago
Steven Kirk
6a2d9e8440
Merge branch 'fixes/fix-interop-samples' into scenegraph
9 years ago
Steven Kirk
261df061e9
Reference Rx.props for interop samples.
Instead of including the `PackageReference` directly in the csproj.
9 years ago
Steven Kirk
2d0d265bf3
Merge branch 'fixes/fix-interop-samples' into scenegraph
9 years ago
Steven Kirk
3c3dc973e1
Fix interop samples.
They were missing a reference to System.Reactive.
9 years ago
Steven Kirk
69c43cb645
Fix DPI scaling with Skia.
9 years ago
Steven Kirk
3d76a5040c
Port Direct2D code from master.
9 years ago
Steven Kirk
e5e5edd80d
Removed files deleted on master.
9 years ago
Steven Kirk
11a01001ce
Fix possible null reference exceptions.
9 years ago
Steven Kirk
5a819c1c87
Make Window.OpenWindows readonly
And hack around the fact that it's static in unit tests.
9 years ago
Steven Kirk
fb25645aed
Fixed expected skia output.
9 years ago
Steven Kirk
a7ff93450e
Fixed problems with Windows.OpenWindows.
- Showing a window was causing it to be added to the collection twice because `Show()` called `IsVisible = true` which called `Show()`
- The window wasn't getting removed when the `PlatformImpl` signalled it was closed
9 years ago
Steven Kirk
2fcafe15df
Merge branch 'master' into scenegraph
9 years ago
Steven Kirk
51688fa74b
Removed duplicate using statement.
9 years ago
Steven Kirk
9121b4d3e5
Implemented more deferred rendering.
Implemted geometry clips and opacity masks.
9 years ago
Steven Kirk
27ec199a3d
Added failing custom render tests.
Deferred rendering does not yet support geometry clipping or opacity masks from `Visual.Render`.
9 years ago
Nikita Tsukanov
5d8546f529
Merge pull request #995 from kekekeks/null-checks
Set PlatformImpl to null on close + null checks enforced by static analyzer
9 years ago
Steven Kirk
d6342e906a
Adjusted expected test output.
The output images were off-center.
9 years ago
Nikita Tsukanov
25ba0c8207
Updated dotMemory
9 years ago
Steven Kirk
7e1efb33e2
Added failing render test.
Deferred rendering does not yet support clipping in `Visual.Render`.
9 years ago
Steven Kirk
3ce2479489
Implemented deferred opacity drawing.
9 years ago
Steven Kirk
1c42bbf644
Added failing custom renderer test.
Deferred rendering does not yet support opacity from `Visual.Render`.
9 years ago
Steven Kirk
80745a3616
Expose Visuals internals to render tests.
9 years ago
Nikita Tsukanov
470e64fbe0
Added inspectcode.xml to artifact list
9 years ago
Nikita Tsukanov
b18a103834
PR notes
9 years ago
Steven Kirk
aec3c51590
Merge remote-tracking branch 'origin/master' into scenegraph
9 years ago
Nikita Tsukanov
3d3786e742
Cake + Mono = HATE
https://github.com/cake-build/cake/issues/1167
9 years ago
Nikita Tsukanov
0ccd5fb3be
Speed limit enforced by aircraft
9 years ago
Nikita Tsukanov
0b756d0b8a
More null checks
9 years ago
Nikita Tsukanov
e883107ca3
Make PlatformImpl nullable and always check for null value
9 years ago
Nikita Tsukanov
e822198958
Merge pull request #994 from AvaloniaUI/fixes/993-margin-width-height
Apply margin before width/height.
9 years ago
Steven Kirk
f5c700a59c
Merge branch 'master' into fixes/993-margin-width-height
9 years ago
Steven Kirk
8f07960338
Merge pull request #992 from Beffyman/feature/QolOverloads
Feature/qol overloads
9 years ago
Steven Kirk
4fa6c1e7f4
Fixed invalid doc references.
9 years ago
Steven Kirk
16a47dac61
Apply margin before width/height.
Fixes #993 .
9 years ago
Steven Kirk
15c3ef499b
Added failing test for #993 .
9 years ago