Nelson Carrillo
88bfdf87ea
Skia backend cleanup.
8 years ago
Jeremy Koritzinsky
4169b8de0c
Clean up assembly version conflicts when building tests.
8 years ago
Jeremy Koritzinsky
c2d95fbd57
Added unit test for remote designer in Win32 mode.
8 years ago
Jeremy Koritzinsky
cf8244b37a
Move current contents of Avalonia.Markup to Avalonia.Base. Move Avalonia.Markup.Xaml.Data/Parser classes to Avalonia.Markup since they're not Xaml-specific.
Use pattern-matching switch.
Fix bug from cleanup.
8 years ago
Jeremy Koritzinsky
dd6bfb77b2
Disable SourceLink on iOS projects.
8 years ago
Jeremy Koritzinsky
32ae9e813b
Upgrade ReactiveUI dependency to 8.0.0 stable.
8 years ago
Steven Kirk
262e583f5c
Moved <LangVersion> to SharedVersion.props.
8 years ago
Steven Kirk
a7f05540b6
Added SampleApp.props.
With conditional references for net461. Hopefully fixes sample apps on net461.
8 years ago
Jumar Macato
517622d1f7
Addressed all review notes by sir @grokys .
8 years ago
Jumar Macato
1778ddd484
Duplicate the copyright message from the source files.
8 years ago
Jumar Macato
3873efea02
Added GenerateDocumentationFile attribute to fix Cake
8 years ago
Jumar Macato
b161593994
Moved version and xaml props to build directory.
added Directory.Build.Props to src & samples directory.
cleaned up Avalonia.Markup.csproj. Will do more test to do the same on
Avalonia.Markup.Xaml.
8 years ago
Jumar Macato
7ae90eb7c5
Cleanup all the csproj's that can be cleaned. Ported RenderTest and VirtualizationTest samples to .NET Core.
8 years ago
Jumar Macato
beee57d146
Commented out System.Numerics.Vectors and the corresponding Vector4 to Color conversion code.
Completed the Repeat Behaviors logic (Loop, Repeat)
State Machine can now respond to PlayStates properly.
Combined the Intra-frame normalized time and Keyframe Pair selection into a single function for flexibility and customizable custom KeyFrames objects on the end-user.
Initial FillMode implementation.
8 years ago
Jumar Macato
72faa39d50
Forgot to include Base.props in the last commit.
8 years ago
Nikita Tsukanov
27ab312be5
Fixed nuget deps
8 years ago
Nikita Tsukanov
604700e9e7
Fixed iOS
8 years ago
Steven Kirk
30e78dc5b6
Only run unit tests on .net core.
This allows us to run them on linux.
8 years ago
Jeremy Koritzinsky
e462e06193
Use memcpy instead of System.Runtime.CompilerServices.Unsafe
8 years ago
Jeremy Koritzinsky
1c12cd4bd6
Fix x64 builds of Avaloina.Direct2D1. Refactor build scripts to reduce time and fix issues.
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
Nikita Tsukanov
d6ef7c805b
Update MonoMac.props
8 years ago
Nikita Tsukanov
bff0403423
Removed splat
8 years ago
Jeremy Koritzinsky
8c3a19bb9a
Upgrade XUnit. (Fixes VS Test Explorer integration for the solution)
8 years ago
Jeremy Koritzinsky
bf78e35489
Update XUnit to a released version.
8 years ago
Nikita Tsukanov
0977161413
Use AppDomain.GetLoadedAssemblies() for all platforms
8 years ago
Nikita Tsukanov
3f46654784
Added Avalonia.MonoMac package
9 years ago
Nikita Tsukanov
951353de32
Use IsOsPlatform
9 years ago
Nikita Tsukanov
d5febb11d5
Apply FrameworkPathOverride automatically
9 years ago
Jeremy Koritzinsky
8169851d7c
Fix Rx version and clean up build warnings. Enable ReactiveUI in ControlCatalog.NetCore to ensure that everything works in the .NET Core build.
9 years ago
Jeremy Koritzinsky
48b5d8f593
Update ReactiveUI version to a version available in NuGet
9 years ago
Nikita Tsukanov
3ce69edb24
fixed framework version
9 years ago
Jeremy Koritzinsky
c1ad9b36d8
Create Avalonia.ReactiveUI package.
PR feedback
Update ReactiveUI version to version that supports .NET Core
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
8c9dd5c81e
Update moq to 4.7.99.
This fixes a bunch of build warnings.
9 years ago
Jeremy Koritzinsky
58b3ff90ab
Reduce build warnings by setting a few flags and not using deprecated overloads.
9 years ago
Jeremy Koritzinsky
a16014f875
Upgrade Moq to reduce build warnings
9 years ago
Jeremy Koritzinsky
5ec7b33a1a
Revert "Upgrade ReactiveUI to the v8 alpha"
9 years ago
Jeremy Koritzinsky
bb75421b3e
PR feedback
9 years ago
Jeremy Koritzinsky
9f8336c733
Update samples to use current ReactiveUI APIs.
9 years ago
Jeremy Koritzinsky
d4d7cd24fd
Update Rx.Net dependency to match reactiveui's dependency on Rx.
9 years ago
Jeremy Koritzinsky
0f4050cdeb
Switch back to using exact version numbers instead of an MSBuild property
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
5bedcd2266
Fixes to get Avalonia.Behaviors working again
9 years ago
Nikita Tsukanov
fe7566a5d8
Build & packaging
9 years ago
Nikita Tsukanov
04608a8975
Enforce binding redirect generation
9 years ago
Nikita Tsukanov
1d6beab970
Fixed Skia's RenderTargetBitmap and made Skia tests to run for .NET Core
9 years ago
Nikita Tsukanov
6c4bbdcc4d
Added System.ValueTuple to dependency list
9 years ago
Nikita Tsukanov
76c90df2da
Initial implementation for Direct2D rendering for WPF integration
9 years ago
Nikita Tsukanov
f926d7886c
Fixed include condition for linux skia binaries
9 years ago