Nikita Tsukanov
85350b27b2
Fix for Popup
9 years ago
Nikita Tsukanov
e0cabbbf8f
Merge pull request #1012 from AvaloniaUI/mouse-device-nolocator
Removed IMouseDevice from service locator
9 years ago
Nikita Tsukanov
91691c30a7
PR notes
9 years ago
Nikita Tsukanov
21da2df1ec
Call ProcessRawEvent directly from the input manager
9 years ago
Nikita Tsukanov
77b7026ac9
Removed IMouseDevice from service locator
9 years ago
Nikita Tsukanov
088e0a009a
Merge pull request #1010 from AvaloniaUI/fixes/997-framebuffer-dpi-vector
Change ILockedFrameBuffer.Dpi to Vector.
9 years ago
Steven Kirk
3e8587348d
Change ILockedFrameBuffer.Dpi to Vector.
`ILockedFrameBuffer.Dpi` was a `Size` but it would make more sense as a `Vector` because `Size * Vector` produces a `Size` whereas a `Size * Size` would produce a `Size3D` if that type existed.
9 years ago
Nikita Tsukanov
e8d052272d
Merge pull request #1009 from AvaloniaUI/external-render-target
Added Direct2D-specific IExternalDirect2DRenderTargetSurface
9 years ago
Nikita Tsukanov
99393ab36d
Merge pull request #1008 from AvaloniaUI/fixes/1004-remove-devtools-reactiveui-depenency
Remove ReactiveUI dependency from DevTools.
9 years ago
Steven Kirk
69bfaf0800
Added NotifyPropertyChangedInvocator.
9 years ago
Steven Kirk
0b9a8bff06
Implement RaiseAndSetIfChanged.
On devtools `ViewModelBase`.
9 years ago
Steven Kirk
d506eb10f8
Merge branch 'master' into fixes/1004-remove-devtools-reactiveui-depenency
9 years ago
Steven Kirk
e015ef07bf
Remove ReactiveUI dependency from DevTools.
9 years ago
Nikita Tsukanov
5125784af5
Missing file
9 years ago
Nikita Tsukanov
2f34c124e6
Added Direct2D-specific IExternalDirect2DRenderTargetSurface
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
261df061e9
Reference Rx.props for interop samples.
Instead of including the `PackageReference` directly in the csproj.
9 years ago
Steven Kirk
3c3dc973e1
Fix interop samples.
They were missing a reference to System.Reactive.
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
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
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
Nikita Tsukanov
25ba0c8207
Updated dotMemory
9 years ago
Nikita Tsukanov
470e64fbe0
Added inspectcode.xml to artifact list
9 years ago
Nikita Tsukanov
b18a103834
PR notes
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
Connor Laderer
0a65816ae1
Corrected where statement because if its provided, it doesn't need a parameterless constructor
9 years ago
Connor Laderer
4ecca2bb53
Added overload of Start for AppBuilderBase
This will allow for easy use of Dependency Injection with Microsoft.Extensions.DependencyInjection the mainWindow can resolve any constructor objects it may have.
9 years ago
Nikita Tsukanov
760caf86ce
Bump version
9 years ago
Nikita Tsukanov
49aeb7cec2
Fixed binding to Task<T>
9 years ago
Steven Kirk
01196a5c86
Updated links to extension.
9 years ago
Steven Kirk
6f70acc7b0
Updated version to 0.5.0.
9 years ago
Nikita Tsukanov
eb2b10900c
Include config files in zip archive
9 years ago