Wiesław Šoltés
|
554ac50c71
|
Converted Avalonia.Markup.UnitTests to a new project system
|
10 years ago |
Wiesław Šoltés
|
0c9df8878f
|
Converted Avalonia.Interactivity.UnitTests to a new project system
|
10 years ago |
Wiesław Šoltés
|
8601a3e71e
|
Converted Avalonia.Input.UnitTests to a new project system
|
10 years ago |
Wiesław Šoltés
|
ad65b6192e
|
Moved inports to test projects
|
10 years ago |
Wiesław Šoltés
|
f8097cc27d
|
Added msbuild props for package references
|
10 years ago |
Steven Kirk
|
45e97df245
|
Merge pull request #933 from AvaloniaUI/port-idispatcher
Ported IDispatcher from scenegraph branch.
|
10 years ago |
Steven Kirk
|
a56ca5f319
|
Ported IDispatcher from scenegraph branch.
|
10 years ago |
Steven Kirk
|
88d9b58d31
|
Merge pull request #877 from MrDaedra/master
Solved issue #92
|
10 years ago |
Steven Kirk
|
2cad82677c
|
Merge branch 'master' into master
|
10 years ago |
Nikita Tsukanov
|
6754bda125
|
Switched back to using DependencyContext (we might even want to use it for net451 later)
|
10 years ago |
Steven Kirk
|
04b35fef62
|
Removed unused field.
|
10 years ago |
Steven Kirk
|
8e6b6258ed
|
Fix re-enabling windows when dialog is closed.
|
10 years ago |
Steven Kirk
|
d23e3ecf3f
|
Merge branch 'master' into master
|
10 years ago |
Nikita Tsukanov
|
200106d538
|
Merge pull request #930 from wieslawsoltes/SkiaNuGetNetStandard
Add support for netstandard1.3 target framework for Avalonia.Skia.Desktop NuGet package
|
10 years ago |
Wiesław Šoltés
|
f48d9f4e19
|
Removed netcoreapp1.0 target framework
|
10 years ago |
Wiesław Šoltés
|
85579f94c2
|
Merge branch 'master' into SkiaNuGetNetStandard
|
10 years ago |
Steven Kirk
|
4520b2d068
|
Merge branch 'master' into scenegraph
Conflicts:
src/Avalonia.Base/Threading/Dispatcher.cs
|
10 years ago |
Steven Kirk
|
1beaa133de
|
Merge pull request #909 from AvaloniaUI/avalonia-object-thread-affinity
Ensure correct thread for AvaloniaProperty access.
|
10 years ago |
Steven Kirk
|
ef6486ac9e
|
Removed unused member.
|
10 years ago |
Steven Kirk
|
2734a67fdf
|
Fixed broken csproj.
|
10 years ago |
Steven Kirk
|
0aa8866401
|
Merge branch 'master' into avalonia-object-thread-affinity
|
10 years ago |
Steven Kirk
|
bd23c9e02b
|
Merge branch 'master' into scenegraph
Conflicts:
src/Avalonia.Visuals/Media/DrawingContext.cs
src/Avalonia.Visuals/Media/IDrawingContext.cs
src/Avalonia.Visuals/Media/IDrawingContextImpl.cs
src/Avalonia.Visuals/Platform/IDrawingContextImpl.cs
src/Gtk/Avalonia.Cairo/Media/DrawingContext.cs
src/Gtk/Avalonia.Cairo/Media/FormattedTextImpl.cs
src/Skia/Avalonia.Skia/DrawingContextImpl.cs
src/Skia/Avalonia.Skia/FormattedTextImpl.cs
src/Windows/Avalonia.Direct2D1/Media/DrawingContextImpl.cs
src/Windows/Avalonia.Direct2D1/Media/FormattedTextImpl.cs
src/Windows/Avalonia.Direct2D1/RenderTarget.cs
src/Windows/Avalonia.Direct2D1/SwapChainRenderTarget.cs
tests/Avalonia.Controls.UnitTests/WindowTests.cs
tests/Avalonia.Markup.Xaml.UnitTests/Xaml/StyleTests.cs
|
10 years ago |
Wiesław Šoltés
|
17f444ed5f
|
Merge branch 'master' into SkiaNuGetNetStandard
|
10 years ago |
Steven Kirk
|
3381c490e8
|
Merge pull request #917 from AvaloniaUI/move-idrawingcontextimpl
Moved IDrawingContextImpl to Avalonia.Platform.
|
10 years ago |
Wiesław Šoltés
|
f2efe02a6a
|
Add support for netstandard1.3 target framework
This should allow using Skia NuGet package for deploying a
self-contained deployment with a smaller footprint
https://docs.microsoft.com/en-us/dotnet/articles/core/deploying/#deploying-a-self-contained-deployment-with-a-smaller-footprint
Fix syntax error
Fix syntax error
|
10 years ago |
Steven Kirk
|
42239d4498
|
Moved IDrawingContextImpl to Avalonia.Platform.
So it can be alongside its impl brethren.
|
10 years ago |
Nikita Tsukanov
|
aa17131bdc
|
Merge pull request #925 from wieslawsoltes/nuget-consolidate
Consolidated NuGet package versions and fixed package downgrades
|
10 years ago |
Wiesław Šoltés
|
3ef06f1030
|
Merge branch 'master' into nuget-consolidate
|
10 years ago |
Wiesław Šoltés
|
02692183c2
|
Merge pull request #924 from wieslawsoltes/cleanup
Cleanup unused items and build warnings
|
10 years ago |
Wiesław Šoltés
|
38bc75b5ab
|
Updated NuGet packages to fix package downgrades
|
10 years ago |
Wiesław Šoltés
|
3a0ac21b48
|
Consolidated NuGet package versions
|
10 years ago |
Wiesław Šoltés
|
1615b7992c
|
Do not include sdk framework twice
|
10 years ago |
Wiesław Šoltés
|
26561a5ad4
|
Only include when using net461 framework
|
10 years ago |
Wiesław Šoltés
|
07b5756b21
|
Removed non existing items
|
10 years ago |
Wiesław Šoltés
|
e2489a6b28
|
Removed unused variable
|
10 years ago |
Wiesław Šoltés
|
6d557f7819
|
Already included in coretests.props
|
10 years ago |
Wiesław Šoltés
|
7146b91303
|
Removed unnecessary project.json
|
10 years ago |
Wiesław Šoltés
|
980808aacb
|
Removed getting started item
|
10 years ago |
Wiesław Šoltés
|
903c853821
|
Add missing shared imports
|
10 years ago |
Steven Kirk
|
a887e4a73d
|
Merge pull request #920 from AvaloniaUI/immutable-brushes
Added a set of immutable brushes.
|
10 years ago |
Steven Kirk
|
dc3600f250
|
Merge branch 'master' into immutable-brushes
|
10 years ago |
Steven Kirk
|
9dc74784a1
|
Merge pull request #921 from AvaloniaUI/csproj-defaultcompileitem
Use the default compile items in core libs.
|
10 years ago |
Andrey Kunchev
|
1f530c20f4
|
minor refactorings
|
10 years ago |
Steven Kirk
|
d7703d619c
|
Fixed failing test.
And removed `TestServices.WindowImpl` as it was being ignored.
|
10 years ago |
Steven Kirk
|
a2fe941e2e
|
Added more comments on workaround.
|
10 years ago |
Steven Kirk
|
65dd1a423b
|
Use the default compile items in unit tests.
For the tests that have been ported to .net core at least.
|
10 years ago |
Andrey Kunchev
|
fabc91bacd
|
Xaml parser handle in more generic way collection properties in avalonia
|
10 years ago |
Andrey Kunchev
|
f7bba472e4
|
tests for Grid Row and Col definitions
|
10 years ago |
Andrey Kunchev
|
895cdb4b14
|
ensure style include is built from Markup extension
|
10 years ago |
Andrey Kunchev
|
92ec7d4e3f
|
set wellknown extensions without completely replace original type
|
10 years ago |