Andrey Kunchev
9090421a20
support of relative uri's for icons and bitmaps
10 years ago
Andrey Kunchev
3e23c0d05f
Get rid of AvaloniaXamlLoader.UriContext, now context is passed to Extensions and Type converters so it can be used
10 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.
10 years ago
Nikita Tsukanov
e83d7d1668
Merge pull request #919 from kekekeks/netstandard
Switching to .NETStandard
10 years ago
Nikita Tsukanov
6cf037ad7c
One liners
10 years ago
Nikita Tsukanov
66ac05b2c2
Removed <Name> elements from new projects
10 years ago
Nikita Tsukanov
d1caaaca3e
Removed <Project>
10 years ago
Nikita Tsukanov
25c7be5b7a
Removed packages.config from csproj.files
10 years ago
Andrey Kunchev
74f53cf12b
implement Setter.Value <-> Setter.Property relation without dependsOn logic
10 years ago
Andrey Kunchev
8dc172387a
switch to original develop Portable.xaml branch
10 years ago
Andrey Kunchev
ac976a30bb
fixed review comments
10 years ago
Steven Kirk
65f9fe67f7
Added a set of immutable brushes.
Make `SolidColorBrush` immutable, but make the static `Brushes`
properties return immutable brushes. The immutable brushes will be
needed by the deferred renderer.
10 years ago
Steven Kirk
7dabcf4144
Moved StyleResources to its own file.
And don't inherit from Dictionary, instead implement `IDictionary<,>`.
10 years ago
Steven Kirk
c3f71bc1c6
Added tests for stream binding operator in XAML.
10 years ago
Andrey Kunchev
55d1bf10d2
portable.xaml parses well avalonia properties without getters/setters
10 years ago
Andrey Kunchev
824429b049
2 more unit test for parsing avalonia properties without getter or setter
10 years ago
Nikita Tsukanov
f129262238
Skip netcoreapp1.1 for layout and controls for now
10 years ago
Nikita Tsukanov
886a65beaa
Use dotnet test for layout and controls tests
10 years ago
Nikita Tsukanov
42c68debf9
Disable default items
10 years ago
Nikita Tsukanov
bcbfbbb906
skip net core tests on windows
10 years ago
Nikita Tsukanov
357bacc3ab
Update appveyor.yml
10 years ago
Nikita Tsukanov
e26141a64d
typo
10 years ago
Nikita Tsukanov
635561af56
Install dotnet 1.0.1 on appveyor
10 years ago
Nikita Tsukanov
f3394b881f
Fixed linux build
10 years ago
Nikita Tsukanov
dc8a32d1b1
Run Avalonia.Base.UnitTests using `dotnet test`
10 years ago
Nikita Tsukanov
a06a6d10bd
Install dotMemoryUnit from cake script
10 years ago
Nikita Tsukanov
beda69a2e6
Special hack to keep VS happy
10 years ago
Nikita Tsukanov
c427ed5bdc
whoops
10 years ago
Nikita Tsukanov
a9f867c127
set path
10 years ago
Nikita Tsukanov
fa12a9ee28
Get dotmemoryunit from %USERPFORILE%/.nuget/packages
10 years ago
Nikita Tsukanov
a6fb94afde
use nuget 4.3
10 years ago
Nikita Tsukanov
f6cad5f10c
use msbuild for package restore
10 years ago
Nikita Tsukanov
6827132a59
use rc appveyor image
10 years ago
Nikita Tsukanov
4bb5ebf070
Fixed build script for windows
10 years ago
Nikita Tsukanov
88ef461d53
Reference native linux binaries
10 years ago
Nikita Tsukanov
d7c48e17f4
Exclude resources from submodules
10 years ago
Nikita Tsukanov
fef8d3448a
Added .NET Core version of control catalog
10 years ago
Nikita Tsukanov
8b8a9b99d9
Fixed vs build
10 years ago
Nikita Tsukanov
485fe1364e
Everything is buildable via MSBuild
10 years ago
Andrey Kunchev
e7de0aeb2e
added 2 more tests for creation order in xaml
10 years ago
Nikita Tsukanov
4c3ef0d9bf
Make portable ControlCatalog to target .NETStandard 1.1
10 years ago
Nikita Tsukanov
7a6dd834fa
Make sure that everything is buildable
10 years ago
Nikita Tsukanov
e35b2af5b2
Don't use multitargeting (we are using only one target anyway)
10 years ago
Nikita Tsukanov
b6b5b9de88
Test now compile and can be run from visual studio
10 years ago
Andrey Kunchev
69cd5f7561
fix binding to IList property
10 years ago
Andrey Kunchev
84ac0cec54
added failing test for 2 way binding to IList avalonia property
10 years ago
Nikita Tsukanov
363898e658
Migrated render tests to PackageReference
10 years ago
Nikita Tsukanov
e780c4201a
Switched to .NETStandard (mostly 1.1)
10 years ago
Andrey Kunchev
e40d18e1a4
restore same public api of xaml loader before portable.xaml
10 years ago
Andrey Kunchev
245992abc6
fix build for resource tests
10 years ago