Eli Arbel
31c9446429
Improve demo
9 years ago
Steven Kirk
1cf3e6bfc6
Use discard in TryGetResource.
9 years ago
Jeremy Koritzinsky
dff3031e20
Upgrade ReactiveUI to the v8 alpha nuget package so we don't need to maintain our own fork. Avalonia.ReactiveUI only registers the MainScheduler, and it does so via a call to UseReactiveUI on AppBuilder.
Update Rx.Net dependency to match reactiveui's dependency on Rx.
Removed ReactiveUI dependeny in BindingTests.
Updated BindingTest sample to use the new reactiveui APIs.
Update samples to use current ReactiveUI APIs.
Fixed bug I introduced into tests.
Remove RxUI submodule info from .gitmodules
9 years ago
Steven Kirk
f6ed69be28
StyleResource -> DynamicResource
9 years ago
Eli Arbel
426cd8c9dd
ToolTip: IsOpen, Placement, Offset
9 years ago
Steven Kirk
51f9cbe49d
Fix build failure.
9 years ago
Steven Kirk
84aa27162f
Made a start adding Control/Application.Resources.
9 years ago
Eli Arbel
7bbbb185de
Typo
9 years ago
Eli Arbel
b9aa086f03
Adding Drawing classes & render test
9 years ago
Nikita Tsukanov
646db5b914
Initial working version of remoting
9 years ago
Nikita Tsukanov
a2551d505b
Initial effort on Remote
9 years ago
Jeremy Koritzinsky
5ec7b33a1a
Revert "Upgrade ReactiveUI to the v8 alpha"
9 years ago
Jeremy Koritzinsky
9f8336c733
Update samples to use current ReactiveUI APIs.
9 years ago
Jeremy Koritzinsky
35c82ecac5
Updated BindingTest sample to use the new reactiveui APIs.
9 years ago
Jeremy Koritzinsky
7734fcb660
Update to SharpDX 4.0.1 to keep strong naming and fix some broken project files
9 years ago
Nikita Tsukanov
fe7566a5d8
Build & packaging
9 years ago
Nikita Tsukanov
cce1c7af60
Switched to nuget version of Portable.Xaml and updated to use netstandard1.3
9 years ago
Nikita Tsukanov
e610d5858f
Merge skia projects into one
9 years ago
Nikita Tsukanov
76c90df2da
Initial implementation for Direct2D rendering for WPF integration
9 years ago
Steven Kirk
97684b9281
Make pages alphabetical.
9 years ago
danwalmsley
64d1535b92
move the context menu to its own page in control catalog.
9 years ago
Dan Walmsley
a1b5e43e18
add a context menu to the control catalog.
9 years ago
Nikita Tsukanov
e5289146d9
Remove AttachDevToolsToTopLevelOnVisualTreeAttachment since @grokys doesn't like it
9 years ago
Nikita Tsukanov
76bc7aaafb
Fixed issues from PR comments #1016
9 years ago
Nikita Tsukanov
abf866cf61
Fixes to get it working again after merge
9 years ago
Steven Kirk
dc7a50812d
Fix d2d interop sample sharpdx packages.
9 years ago
Steven Kirk
6bc9636896
Make Avalonia.Direct2D1 target netstandard1.3
It can't target netstandard1.1 because that doesn't include `FileStream`. Had to update the samples to net4.6.1 because of this.
9 years ago
Friedrich von Never
cd8ddf31a6
WindowsInteropTest: add SkiaSharp dependency
9 years ago
Nikita Tsukanov
3126901721
WPF embedding improvements
9 years ago
Nikita Tsukanov
b4d43be327
DevTools now can be attached to any toplevel
9 years ago
Nikita Tsukanov
67ff5ba53c
Initial implementation of Proper WPF embedding™
9 years ago
Steven Kirk
e015ef07bf
Remove ReactiveUI dependency from DevTools.
9 years ago
Steven Kirk
ddbc100ff6
Make D3D interop sample work.
By turning off deferred rendering.
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
Nikita Tsukanov
e883107ca3
Make PlatformImpl nullable and always check for null value
9 years ago
Wiesław Šoltés
2afd6cb224
Remove NuGet workaround
9 years ago
Nikita Tsukanov
3fb9ad120e
use x86 for controlcatalog
9 years ago
Nikita Tsukanov
a9bf65d665
Reference SkiaProps from ControlCatalog
9 years ago
Steven Kirk
96f316eca6
Removed some small diffs from master.
9 years ago
Steven Kirk
a49f1e0c96
Update binding redirects.
9 years ago
Nikita Tsukanov
db3db7e987
Fixes for Direct3D example
9 years ago
Nikita Tsukanov
012451a4db
Direct3D interop sample
9 years ago
Steven Kirk
1b9d61416f
Ported ImmediateRenderer from scenegraph branch.
9 years ago
Nikita Tsukanov
93b96038c3
intercept
9 years ago
Nikita Tsukanov
fdcc4be654
Handle console input in fbdev mode
9 years ago
Nikita Tsukanov
70abfca7d0
Implemented support for running on top of fbdev and libevdev2
9 years ago
Wiesław Šoltés
f8097cc27d
Added msbuild props for package references
9 years ago
Wiesław Šoltés
3a0ac21b48
Consolidated NuGet package versions
9 years ago
Wiesław Šoltés
980808aacb
Removed getting started item
9 years ago