Nikita Tsukanov
|
39d5389b1f
|
Fixed build issues
|
9 years ago |
Nikita Tsukanov
|
913149d093
|
Switched to .NET Standard 2.0
|
9 years ago |
Nikita Tsukanov
|
668de008ff
|
Fixed Utf8Buffer and downgraded JetBrains.ReSharper.CommandLineTools
|
9 years ago |
Jeremy Koritzinsky
|
0d31525c93
|
Clean up DotNetCoreRuntime project file and associated files
|
9 years ago |
Dan Walmsley
|
b6949b920e
|
correctly parse bezier curve seperators.
|
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 |
Steven Kirk
|
8ac3a181aa
|
Allow for a null PlatformBrush in DrawingContextImpl.DrawImage
Fixes #1119
|
9 years ago |
Eli Arbel
|
578c911d11
|
Clipping
|
9 years ago |
Eli Arbel
|
c434cb215a
|
PR comments
|
9 years ago |
Eli Arbel
|
b9aa086f03
|
Adding Drawing classes & render test
|
9 years ago |
Eli Arbel
|
42115b6ade
|
Fix #1107
|
9 years ago |
Eli Arbel
|
d9b20fada4
|
Rect parse & type converter
|
9 years ago |
Eli Arbel
|
f05cb39a36
|
Allow Geometry classes to be instantiated in XAML
|
9 years ago |
Eli Arbel
|
8cc6d30696
|
Matrix.Parse & type converter
|
9 years ago |
Matthijs ter Woord
|
1d8ade7d93
|
Have Avalonia.ReactUI use SharedAssemblyInfo
|
9 years ago |
Matthijs ter Woord
|
261cdc1e5f
|
Have Avalonia.DotNetFrameworkRuntime use SharedAssemblyInfo
|
9 years ago |
Matthijs ter Woord
|
5d945a9dcd
|
Have Avalonia.Gtk3 use SharedAssemblyInfo
|
9 years ago |
Matthijs ter Woord
|
29352969a3
|
Have Avalonia.Gtk use SharedAssemblyInfo
|
9 years ago |
Matthijs ter Woord
|
a934f276ff
|
Have Avalonia.Cairo use SharedAssemblyInfo
|
9 years ago |
Matthijs ter Woord
|
b83d96e1cb
|
Have logging project use SharedAssemblyInfo
|
9 years ago |
Steven Kirk
|
7de42e02e1
|
Clear scene for invisible root visuals.
When a root visual is hidden, clear `DeferredRenderer._scene` and completely rebuild it if it is shown again.
Fixes #1096
|
9 years ago |
Dan Walmsley
|
70ac47f84b
|
render the overlay everytime is DrawFPS is enabled or DirtyRects is enabled.
otherwise only composite when required.
|
9 years ago |
Dan Walmsley
|
8abd8231ab
|
dont composite on every frame.
|
9 years ago |
Matthijs ter Woord
|
e5e3fb4b0f
|
Bump version, to make nightly builds appear newer.
|
9 years ago |
Jeremy Koritzinsky
|
5ec7b33a1a
|
Revert "Upgrade ReactiveUI to the v8 alpha"
|
9 years ago |
Steven Kirk
|
50161e7761
|
Fixed LineNode.Bounds calculation
Fixes #1089
|
9 years ago |
Jeremy Koritzinsky
|
9f8336c733
|
Update samples to use current ReactiveUI APIs.
|
9 years ago |
Jeremy Koritzinsky
|
e028f39ae0
|
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.
|
9 years ago |
Steven Kirk
|
15fbfe071c
|
Remove accidentally committed change.
|
9 years ago |
Steven Kirk
|
3c382decbc
|
Added FindAncestor binding mode.
This uses the same (fugly) syntax as WPF for now. As discussed in #590 I'd like to add some syntactic sugar over this
|
9 years ago |
Steven Kirk
|
56d7ee5ea8
|
Added tests for existing RelativeSource modes.
|
9 years ago |
Steven Kirk
|
474aa60403
|
Don't remove pseudoclasses when clearing Classes.
Fixes #1080
|
9 years ago |
Steven Kirk
|
e3fde0096c
|
Remove IRenderFactory from mobile platforms.
|
9 years ago |
Steven Kirk
|
391efe3970
|
Fix merge error.
|
9 years ago |
Steven Kirk
|
d2eca3968b
|
Removed IRendererFactory.
Make the `ITopLevelImpl` create the renderer instead.
|
9 years ago |
Steven Kirk
|
3527c20a5a
|
Throw NotSupportedException.
And add a description of why it's not supported.
|
9 years ago |
Steven Kirk
|
aefc5c5a77
|
Scene.Id -> Scene.Generation.
|
9 years ago |
Steven Kirk
|
7eec9440b0
|
Add Brush/Pen.ToImmutable() extension method.
|
9 years ago |
Steven Kirk
|
bbf69b7e2d
|
Use Vector for DPI.
Still needs changing in `IPlatformRenderInterface` but I'd prefer to make that change in a separate PR.
|
9 years ago |
Steven Kirk
|
aa1af7fe7c
|
Removed unused file.
|
9 years ago |
Steven Kirk
|
704452e1e5
|
Added TODOs.
|
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 |
Jeremy Koritzinsky
|
88f9b56a71
|
Updated Portable.Xaml submodule
|
9 years ago |
Jeremy Koritzinsky
|
73076f375b
|
Updated Portable.Xaml submodule
|
9 years ago |
t-jekor
|
502e605d87
|
Revert "Updated Portable.Xaml"
This reverts commit cdc1ddcc39.
|
9 years ago |
Nikita Tsukanov
|
cdc1ddcc39
|
Updated Portable.Xaml
|
9 years ago |
Nikita Tsukanov
|
d135663062
|
Hack to fix Begin/EndInit bug caused by DelayedValuesHelper
|
9 years ago |
Nikita Tsukanov
|
f63d5dad93
|
Fixed bug with null values from markup extensions
|
9 years ago |
Nikita Tsukanov
|
c7d1af7f85
|
Fixed double/float values in Setter.Value when running with cultures with "," as delimiter
|
9 years ago |