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 |
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 |
Nikita Tsukanov
|
5bedcd2266
|
Fixes to get Avalonia.Behaviors working again
|
9 years ago |
Nikita Tsukanov
|
b4cf0dedd4
|
Updated portablexaml
|
9 years ago |
Nikita Tsukanov
|
2a495a8ad8
|
VS, why are you doing this?
|
9 years ago |
Nikita Tsukanov
|
9134723eef
|
Dead code elimination
|
9 years ago |
Nikita Tsukanov
|
fe7566a5d8
|
Build & packaging
|
9 years ago |
Nikita Tsukanov
|
6b91850579
|
Switched to netstandard1.3
|
9 years ago |
Nikita Tsukanov
|
b24d46e98f
|
Only check for configuration
|
9 years ago |
Nikita Tsukanov
|
880e850000
|
Fixed build
|
9 years ago |
Nikita Tsukanov
|
ffc8e9f7a9
|
Fixed NRE in GetBaseUri/GetLocalAssembly
|
9 years ago |
Nikita Tsukanov
|
18b8219a39
|
Portable.Xaml nuget package uses pcl binary for net45 for some reason, switched back to submodule
|
9 years ago |
Nikita Tsukanov
|
cce1c7af60
|
Switched to nuget version of Portable.Xaml and updated to use netstandard1.3
|
9 years ago |
Nikita Tsukanov
|
c7d1283690
|
Typos
|
9 years ago |
Nikita Tsukanov
|
1d6beab970
|
Fixed Skia's RenderTargetBitmap and made Skia tests to run for .NET Core
|
9 years ago |
Nikita Tsukanov
|
8b8df6e376
|
Compilation error
|
9 years ago |
Nikita Tsukanov
|
e610d5858f
|
Merge skia projects into one
|
9 years ago |
Nikita Tsukanov
|
df61044d50
|
Fixed text opacity for Skia backend
|
9 years ago |
Dan Walmsley
|
c37dd6cda9
|
null check on hide caret.
|
9 years ago |