Steven Kirk
8bacf38524
Do a proper .NET core build.
8 years ago
Steven Kirk
589b76e9cd
Moved render tests for each platform to their own directory.
The test .cs files stay in the `Avalonia.RenderTests` directory but the D2D and Skia render test .csprojs are moved to their own directory: include the test files by using a glob in the .csproj.
This avoids the hack we were having to do to get `BaseIntermediateOutputPath` to work - we no longer have this problem as now each .csproj has its own directory, it can use the default directory for intermediate files.
8 years ago
Steven Kirk
03621a8664
Added AppBuilder methods for logging.
You can now set up serilog logging to `Debug` or `Trace` by calling e.g.:
```
AppBuilder.Configure<App()
.LogToDebug()
.UsePlatformDetect();
```
The methods accept an optional `level` parameter to control the minimum log level.
8 years ago
Jeremy Koritzinsky
7f455e945d
Update Portable.Xaml
9 years ago
Jeremy Koritzinsky
4ecbea9d5e
Remove unneeded markup extensions.
9 years ago
Jeremy Koritzinsky
52617b4a58
Remove StyleResource and StyleBinding. Fold XamlBinding into Binding since that is the only place it is being used now.
9 years ago
Nikita Tsukanov
2b8953c7ab
Fixed merge issues and made new previewer to work with desktop .net
9 years ago
Nikita Tsukanov
3d3d4528f6
Burn, baby, BURN!
9 years ago
Nikita Tsukanov
9a1348b37b
Initial remote XAML previewer implementation
9 years ago
Nikita Tsukanov
b3f3c010c7
[MONOMAC] Updated code to new APIs and added it to solution
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
Nikita Tsukanov
a2551d505b
Initial effort on Remote
9 years ago
Nikita Tsukanov
d3f62476e0
Visual studio wanted this
9 years ago
Nikita Tsukanov
3aa39066ca
Fixed project path
9 years ago
Nikita Tsukanov
a886f57872
Reverted most of sln's project section
9 years ago
Nikita Tsukanov
e388a485ce
Fixed build? Maybe? Appveyor, pretty please?
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
Nikita Tsukanov
d4e4054f9c
Revert sln file to the state from `master`
9 years ago
Nikita Tsukanov
9134723eef
Dead code elimination
9 years ago
Nikita Tsukanov
cce1c7af60
Switched to nuget version of Portable.Xaml and updated to use netstandard1.3
9 years ago
Nikita Tsukanov
7c81f40694
Fixed build?
9 years ago
Nikita Tsukanov
e610d5858f
Merge skia projects into one
9 years ago
Steven Kirk
7f64fc1166
Removed duplicate line.
9 years ago
Nikita Tsukanov
67ff5ba53c
Initial implementation of Proper WPF embedding™
9 years ago
Andrey Kunchev
b5e290ceaf
fix build
9 years ago
Jeremy Koritzinsky
aacb052253
Made changes requested by @grokys .
9 years ago
Nikita Tsukanov
012451a4db
Direct3D interop sample
9 years ago
Nikita Tsukanov
70abfca7d0
Implemented support for running on top of fbdev and libevdev2
9 years ago
Wiesław Šoltés
9864abe937
Updated solution
9 years ago
Wiesław Šoltés
f8097cc27d
Added msbuild props for package references
9 years ago
Wiesław Šoltés
903c853821
Add missing shared imports
9 years ago
Steven Kirk
96d9cfa2fc
Use the default compile items in core libs.
Now we're using the new project system, we don't have to have a
`<Compile Include="..."/>` element for each file.
9 years ago
Nikita Tsukanov
dc8a32d1b1
Run Avalonia.Base.UnitTests using `dotnet test`
9 years ago
Nikita Tsukanov
fef8d3448a
Added .NET Core version of control catalog
9 years ago
Nikita Tsukanov
485fe1364e
Everything is buildable via MSBuild
9 years ago
Nikita Tsukanov
e780c4201a
Switched to .NETStandard (mostly 1.1)
9 years ago
donandren
dec6fb2e88
solution/project configurations for Omnixaml
9 years ago
donandren
0c5e42e078
use portable.xaml as project reference
9 years ago
Nikita Tsukanov
f0285179bd
Fixed comments and solution
9 years ago
Nikita Tsukanov
f21212e76a
Refactored out WindowBase from TopLevel
9 years ago
Nikita Tsukanov
1f91e01293
[SKIA] One codebase to rule them all
9 years ago
Nikita Tsukanov
7e163ef310
Somewhat fixed iOS. Now also using framebuffer model
9 years ago
Nikita Tsukanov
f3e12e116a
Fixed incorrectly merged solution
9 years ago
Nikita Tsukanov
830a4963fe
Added netcoreapp1.0 build for Avalonia.Skia.Desktop, updated splat
9 years ago
Nikita Tsukanov
424c21fab4
Added Avalonia.DotNetCoreRuntime
9 years ago
Nikita Tsukanov
e9554554c1
Avalonia.Win32 for .NETStandard 1.1
9 years ago
Nikita Tsukanov
b96f8b5fef
Rollback some changes made by visual studio
9 years ago
Nikita Tsukanov
87de571925
Use IFramebufferSurface for android.
9 years ago
Nikita Tsukanov
f8e392a520
Updated to the recent code base, implemented threading, resize and invalidate handling
9 years ago