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
416c79298c
Merge pull request #1123 from jkoritzinsky/CleanUpBuildWarnings
Clean up build warnings
9 years ago
Steven Kirk
5827f3c284
Missed file from merge
9 years ago
Steven Kirk
e06cdd8810
Merge remote-tracking branch 'origin/master' into pr/1123-clean-up-build-warnings
9 years ago
Steven Kirk
23a672ef6e
Merge pull request #1127 from mterwoord/fixes/improved-error-handling
Improved error messages
9 years ago
Steven Kirk
f4b708c654
Merge branch 'master' into fixes/improved-error-handling
9 years ago
Nikita Tsukanov
9c999ec221
Merge pull request #1137 from AvaloniaUI/update-moq
Update moq to 4.7.99.
9 years ago
Steven Kirk
068bae9022
Merge branch 'master' into fixes/improved-error-handling
9 years ago
Nikita Tsukanov
87b0db4679
Merge branch 'master' into update-moq
9 years ago
Nikita Tsukanov
fde9aec5f3
Merge pull request #1138 from AvaloniaUI/input-unit-tests-csproj
Fix Avalonia.Input.UnitTests.csproj
9 years ago
Nikita Tsukanov
c53f0e9786
Merge pull request #1135 from AvaloniaUI/lazy-initialize
Lazily initialize some things
9 years ago
Nikita Tsukanov
e9ce9d5b27
Merge branch 'master' into lazy-initialize
9 years ago
Steven Kirk
3b030f19d1
Fix Avalonia.Input.UnitTests.csproj
Previously this project was spewing loads of
```
Severity Code Description Project File Line Suppression State
Warning CS1701 Assuming assembly reference 'System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' used by 'Avalonia.Controls' matches identity 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' of 'System.Runtime', you may need to supply runtime policy Avalonia.Input.UnitTests(net461) D:\projects\Avalonia\tests\Avalonia.Input.UnitTests\CSC 1 Active`
```
Warnings. Not sure why this was, but updating the `csproj` to be in the same format as the other unit tests stops these warnings and reduces the warnings for a solution build from 5755(!) to 238.
9 years ago
Nikita Tsukanov
668de008ff
Fixed Utf8Buffer and downgraded JetBrains.ReSharper.CommandLineTools
9 years ago
Steven Kirk
8c9dd5c81e
Update moq to 4.7.99.
This fixes a bunch of build warnings.
9 years ago
Steven Kirk
12e0fa6f1c
Merge branch 'master' into fixes/improved-error-handling
9 years ago
Steven Kirk
4bba1ab0fb
Lazy initialize Interactive._eventHandlers.
9 years ago
Steven Kirk
22bda08a90
Lazily initialize DataTemplates.
Added an `IDataTemplateHost` interface with a `IsDataTemplatesInitialized` property to prevent the need for allocating empty `DataTemplates` collections for many controls.
9 years ago
Steven Kirk
090a1ec8cf
Lazily initialize Styles.
Added an `IStyleHost.IsStylesInitialized` property to prevent the need for allocating empty `Styles` collections for many controls.
9 years ago
Steven Kirk
d08f86d58b
Fixed incorrect .gitignore entry.
9 years ago
Steven Kirk
0be0bd3cc0
Merge pull request #1122 from AvaloniaUI/fixes/1121-parse-bezier-curve-seperators
correctly parse bezier curve seperators (Fixes #1121 )
9 years ago
Steven Kirk
b5317085af
Tweaked formatting.
9 years ago
Nikita Tsukanov
c5942ceabd
Merge branch 'master' into fixes/1121-parse-bezier-curve-seperators
9 years ago
Jeremy Koritzinsky
47fdff74a3
Merge pull request #1124 from jkoritzinsky/CleanUpRuntimeProject
Clean up DotNetCoreRuntime project file and associated files
9 years ago
danwalmsley
85a09c7c88
Merge branch 'master' into fixes/1121-parse-bezier-curve-seperators
9 years ago
Jeremy Koritzinsky
d7e9d70672
Merge pull request #894 from jkoritzinsky/DisableButtonOnNullCommandBinding
Buttons are disabled when there is a null in the binding chain for Command
9 years ago
Nikita Tsukanov
0479913b4d
Merge branch 'master' into fixes/1121-parse-bezier-curve-seperators
9 years ago
Jeremy Koritzinsky
3dd86d47a2
Merge branch 'master' into DisableButtonOnNullCommandBinding
9 years ago
Jeremy Koritzinsky
465179e77d
Merge pull request #1111 from mterwoord/fixes/versioninfo-on-logging
Have all projects use SharedAssemblyInfo
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
0d31525c93
Clean up DotNetCoreRuntime project file and associated files
9 years ago
M. ter Woord
12167dfea9
Show descriptive error when no rendering or windowing subsystem found
9 years ago
Dan Walmsley
b6949b920e
correctly parse bezier curve seperators.
9 years ago
Dan Walmsley
b18d91ff74
Add inline data that tests comma seperated bezier curves.
9 years ago
Dan Walmsley
c79be3d6eb
Revert "correctly parse bezier curve seperators."
This reverts commit ff57a88eb7 .
9 years ago
Dan Walmsley
ff57a88eb7
correctly parse bezier curve seperators.
9 years ago
Matthijs ter Woord
f736defc55
Merge branch 'fixes/versioninfo-on-reactiveui' into fixes/versioninfo-on-logging
9 years ago
Matthijs ter Woord
aa398b50f3
Merge branch 'master' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
90e6bf1b4d
Merge pull request #2 from AvaloniaUI/master
Update fork
9 years ago
Matthijs ter Woord
8df32ac5e9
Merge branch 'fixes/versioninfo-on-cairo' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
f93dad2a3b
Merge branch 'fixes/versioninfo-on-dotnetframeworkruntime' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
4abdf884a0
Merge branch 'fixes/versioninfo-on-gtk' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
ec9dc9d098
Merge branch 'fixes/versioninfo-on-gtk3' into fixes/versioninfo-on-reactiveui
9 years ago
Matthijs ter Woord
07bbd06dbf
Merge branch 'fixes/versioninfo-on-logging' into fixes/versioninfo-on-reactiveui
9 years ago
Steven Kirk
67959eedf7
Merge pull request #1106 from AvaloniaUI/fixes/1096-popup-scene-not-updating
Clear scene for invisible root visuals.
9 years ago
Steven Kirk
bbd585e223
Merge branch 'master' into fixes/1096-popup-scene-not-updating
9 years ago
Steven Kirk
d6c9fb6ebb
Merge pull request #1120 from AvaloniaUI/fixes/1119-d2d-empty-gradientstops
Allow for a null PlatformBrush in DrawingContextImpl.DrawImage
9 years ago
Steven Kirk
8ac3a181aa
Allow for a null PlatformBrush in DrawingContextImpl.DrawImage
Fixes #1119
9 years ago
Steven Kirk
f8141a4b3a
Merge branch 'master' into fixes/1096-popup-scene-not-updating
9 years ago