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 |
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 |
Wiesław Šoltés
|
2afd6cb224
|
Remove NuGet workaround
|
9 years ago |
Steven Kirk
|
a49f1e0c96
|
Update binding redirects.
|
9 years ago |
Wiesław Šoltés
|
f8097cc27d
|
Added msbuild props for package references
|
9 years ago |
Steven Kirk
|
c3f71bc1c6
|
Added tests for stream binding operator in XAML.
|
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 |
Nikita Tsukanov
|
b0a063838f
|
Migrated to PackageReference
|
9 years ago |
Steven Kirk
|
71c6c572ac
|
Moved ncrunch files to their own dir.
Also deleted v2 ncrunch files and update .gitignore.
|
9 years ago |
Steven Kirk
|
6036bd5998
|
Moved ncrunch files to their own dir.
Also deleted v2 ncrunch files and update .gitignore.
|
9 years ago |
Steven Kirk
|
932f489faa
|
Use the Direct2D 1.1 render target initialization.
To prevent D2D from auto-stretching our render target to the window size
(which causes problems now we're multi-threaded) we have to move to the
D2D1.1 render target initialization. I used the info here to work out
how to do this:
https://katyscode.wordpress.com/2013/01/23/migrating-existing-direct2d-applications-to-use-direct2d-1-1-functionality-in-windows-7/
- it's not exactly simple!
|
9 years ago |
Steven Kirk
|
4c179634c1
|
Added a test for scheduler bindings.
Added a property which is updated on a b/g thead to BindingTest.
|
10 years ago |
Steven Kirk
|
59c49d259d
|
Renamed assembly SceneGraph -> Visuals.
To make way for low-level scene graph library.
|
10 years ago |
Nikita Tsukanov
|
8d21c8069d
|
Moved project
|
10 years ago |
Nikita Tsukanov
|
3af869f49f
|
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
|
10 years ago |
Wiesław Šoltés
|
9cdcf6cb02
|
Revert "Updated projects and packages"
This reverts commit 7cca79b435.
|
10 years ago |
Steven Kirk
|
c9d3408c29
|
Improve numerical binding error messages.
|
10 years ago |
Steven Kirk
|
57a611533c
|
Added Data Annotations validation.
|
10 years ago |
Steven Kirk
|
ab515ee513
|
Added INDEI validation to BindingTest.
|
10 years ago |
Steven Kirk
|
760adfc126
|
Update BindingTest with changes.
Data validation still doesn't work in BindingTest though.
|
10 years ago |
Wiesław Šoltés
|
7cca79b435
|
Updated projects and packages
|
10 years ago |
Steven Kirk
|
3c164547ed
|
Added mono solution platform.
And removed the projects that don't apply/dont build on mono from it.
|
10 years ago |
Wiesław Šoltés
|
a3a5f21873
|
Fixed references
|
10 years ago |
Jan Schiefer
|
f3927cea6b
|
Add missing project references for BindingTest and VirtualiationTest
|
10 years ago |
Jeremy Koritzinsky
|
3c5848bc2c
|
Updated Rx to 3.0 and fixed a failing test from a not fully set up mock.
|
10 years ago |
Nikita Tsukanov
|
ee37ab8df4
|
Added UsePlatformDetect
|
10 years ago |
Nikita Tsukanov
|
e14ac5742f
|
RegisterServices should be called by AppBuilder
|
10 years ago |
Steven Kirk
|
d79fc6bbd8
|
Added AppBuilder
Use AppBuilder to configure the Application and make sure that
everything is set up in the correct order.
|
10 years ago |
Steven Kirk
|
5c33fbc6ee
|
Reimplemented property validation.
As far as it was in `property-validation-grokys` branch. Things were
messed up on master so had to merge this manually so may be problems.
|
10 years ago |
Steven Kirk
|
d97c276b52
|
Added ncrunch project files.
|
10 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Wiesław Šoltés
|
a3d2cc400d
|
Updated BindingTest sample view model
|
10 years ago |
Wiesław Šoltés
|
557fda7f45
|
Updated BindingTest sample
|
10 years ago |
Wiesław Šoltés
|
764d5fd0ce
|
Updated BindingTest sample
|
10 years ago |
Wiesław Šoltés
|
b25125108a
|
Added Commands tab
|
10 years ago |
Wiesław Šoltés
|
b4d486f45d
|
Added StringValueCommand
|
10 years ago |
Steven Kirk
|
3e3e3244e3
|
Updated SharpDX.
|
10 years ago |
Jason Jarvis
|
874e350126
|
Fixed up tab and name styling issues.
|
10 years ago |
Jason Jarvis
|
97388703b3
|
Adding various other runtime application configuration extensions to improve boilerplate main startup. Updated most Sample applications to use simpler bootstrapping extensions.
|
10 years ago |
Steven Kirk
|
364fe86e78
|
Allow designer to work again.
|
10 years ago |
Wiesław Šoltés
|
af9e5e6336
|
Removed unused usings
|
10 years ago |
Wiesław Šoltés
|
17313a05ba
|
Changed target framework to 4.5 for BindingTest
|
10 years ago |
Steven Kirk
|
3f5f21e6ad
|
Removed logging to normal in BindingTest.
|
10 years ago |
Steven Kirk
|
46df444cda
|
Logging documentation.
|
10 years ago |
Steven Kirk
|
3bf4182007
|
Log binding errors.
|
10 years ago |
Jeremy Koritzinsky
|
44b1b4d9cd
|
Moved Application and Design into Perspex.Controls. Moved designer support classes into new Perspex.DesignerSupport assembly.
|
10 years ago |
Steven Kirk
|
81d7d76659
|
Renamed paml => xaml in files.
|
10 years ago |
Steven Kirk
|
94ea1dc6c3
|
Renamed .paml files to .xaml.
|
10 years ago |