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
|
df61044d50
|
Fixed text opacity for Skia backend
|
9 years ago |
Dan Walmsley
|
c37dd6cda9
|
null check on hide caret.
|
9 years ago |
Dan Walmsley
|
2638f02cd6
|
fix null reference when focusing textbox in attached to visual tree,
but before ontemplate applied.
|
9 years ago |
Steven Kirk
|
d7aa4081fc
|
Fixed ScrollViewer background correctly.
Removed it from the wrong place in the previous commit.
|
9 years ago |
Steven Kirk
|
104da0f08f
|
Fix ScrollViewer background.
It was being set twice.
|
9 years ago |
Steven Kirk
|
dc966d4f00
|
Give background to DropDownItem and ListBoxItem.
|
9 years ago |
Nikita Tsukanov
|
6c4bbdcc4d
|
Added System.ValueTuple to dependency list
|
9 years ago |
Nikita Tsukanov
|
d5806d1af2
|
Fixed DPI support
|
9 years ago |
Nikita Tsukanov
|
099a7ae752
|
Dispose event
|
9 years ago |
Nikita Tsukanov
|
e0f481ae9f
|
Move data between two Texture2D instances manually
|
9 years ago |
Nikita Tsukanov
|
1cc13484c0
|
Cleanup
|
9 years ago |
Nikita Tsukanov
|
76c90df2da
|
Initial implementation for Direct2D rendering for WPF integration
|
9 years ago |
Dan Walmsley
|
e3992ef4ad
|
fix context menu not closing when an item is clicked.
|
9 years ago |
Nikita Tsukanov
|
e5289146d9
|
Remove AttachDevToolsToTopLevelOnVisualTreeAttachment since @grokys doesn't like it
|
9 years ago |
Steven Kirk
|
6c96f69061
|
Only show tooltip when pointer still over control.
Make sure the pointer is still over the control when the timer fires to show a tooltip.
|
9 years ago |