Dan Walmsley
3541e70c3b
fix hostapp for designer.
6 years ago
Dan Walmsley
02f33d561c
1 file per class.
6 years ago
Dan Walmsley
59d68a3037
remove usings.
6 years ago
Dan Walmsley
099909d4e2
make win.ui.comp the default when running on win10 and compatible gpu is used.
6 years ago
Dan Walmsley
a004366e70
make blur not visible at startup.
6 years ago
Dan Walmsley
7720d8f906
fix visual tree so that content resizes with the window.
6 years ago
Dan Walmsley
28168d571b
make managed deferredrenderer lock global.
6 years ago
danwalmsley
4522492ba2
Merge branch 'master' into render-inside-win-ui-comp-tree
6 years ago
danwalmsley
8d1f7a71e0
Merge pull request #4695 from AvaloniaUI/fixes/avalonialist-copyto
Fix AvaloniaList's ICollection.CopyTo implementation
6 years ago
danwalmsley
6a13142f71
Merge branch 'master' into fixes/avalonialist-copyto
6 years ago
danwalmsley
a620fea76c
Merge pull request #4698 from AvaloniaUI/fixes/small-selection-fixes
Some small selection fixes
6 years ago
danwalmsley
33b75b84a4
Merge branch 'master' into fixes/small-selection-fixes
6 years ago
Dan Walmsley
4d0c27dc8f
whitespace.
6 years ago
Dan Walmsley
57b3f0b105
revert changed code.
6 years ago
Dan Walmsley
7d9b6e4e2c
Merge remote-tracking branch 'origin/master' into render-inside-win-ui-comp-tree
6 years ago
Dan Walmsley
7f9b675efb
refactor effects.
6 years ago
Steven Kirk
e9b7b01c91
Merge pull request #4694 from AvaloniaUI/fixes/tabonce-nullablity
Mark TabOnceActiveElement as nullable value.
6 years ago
Steven Kirk
08a8badd7a
Don't try to realize index -1.
`Algorithm_GetAnchorForTargetElement` can return -1 and when it does so we try to realize that item, which obviously doesn't exist, so boom.
6 years ago
Steven Kirk
544686b78d
Don't try to SelectAll with single selection.
`Toggle` doesn't mean multiple selection.
6 years ago
Dan Walmsley
274e76fec9
dispose current bitmap whilst context is current.
6 years ago
Dan Walmsley
8fa906281f
zero bitmap memory, not transparent white.
6 years ago
Dan Walmsley
323728526f
Merge remote-tracking branch 'origin/master' into render-inside-win-ui-comp-tree
6 years ago
Dan Walmsley
6bcf36e23f
windows.ui.composition compatible with acrylic blur setting.
6 years ago
Steven Kirk
89684e5b94
Short-circuit setting source to current value.
6 years ago
Steven Kirk
8350ab1399
Copy ICollection.CopyTo implementation from the BCL.
Did not handle differing types.
6 years ago
Steven Kirk
3f47f6dba3
Added failing test for AvaloniaList.CopyTo.
`Can_CopyTo_Array_Of_Same_Type` passes but `Can_CopyTo_Array_Of_Base_Type` fails.
6 years ago
Steven Kirk
e574acd85f
Mark TabOnceActiveElement value as nullable.
6 years ago
Max Katz
ca498f8f9b
Merge pull request #4687 from AvaloniaUI/feature/data-grid-custom-sorting
Feature/data grid custom sorting
6 years ago
Dan Walmsley
e00aa6e5de
iscorrupted no longer useful.
6 years ago
Dan Walmsley
d3700adb56
setup the acrylic blur in a way it can be show or hidden.
6 years ago
Dan Walmsley
a114c59fe7
update angle binaries.
6 years ago
Dan Walmsley
8470a399b6
point angle interface to avalonias custom built optimised angle.
6 years ago
Dan Walmsley
c4b19df962
Merge remote-tracking branch 'origin/master' into render-inside-win-ui-comp-tree
6 years ago
Dariusz Komosiński
3353a92d4d
Merge branch 'master' into feature/data-grid-custom-sorting
6 years ago
Dariusz Komosiński
9def85e809
Merge pull request #4667 from workgroupengineering/features/Controls/ScrollViewer/Add_Page_Scroll_Methods
Allow ScrollViewer to scroll the content up, down, left and right by …
6 years ago
Maksym Katsydan
59db76f214
Fix build errors
6 years ago
Max Katz
1d264a5d37
Merge branch 'master' into feature/data-grid-custom-sorting
6 years ago
Maksym Katsydan
60e31ada55
Merge branch 'feature/data-grid-custom-sorting' of https://github.com/AvaloniaUI/Avalonia into feature/data-grid-custom-sorting
6 years ago
Maksym Katsydan
d1fef03486
Make SwitchSortDirection public
6 years ago
Steven Kirk
9cf791f46b
Merge branch 'master' into features/Controls/ScrollViewer/Add_Page_Scroll_Methods
6 years ago
Steven Kirk
e2eded2a49
Merge pull request #4690 from worldbeater/master
Remove Avalonia.ReactiveUI.Events.UnitTests from the .sln file
6 years ago
Artyom V. Gorchakov
2983dd032b
Merge branch 'master' into master
6 years ago
Max Katz
6ca33a86c5
Update samples/ControlCatalog/Pages/DataGridPage.xaml.cs
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
6 years ago
danwalmsley
ed89e1d00b
Merge branch 'master' into render-inside-win-ui-comp-tree
6 years ago
danwalmsley
5e46f03cf2
Merge pull request #4691 from AvaloniaUI/fixes/linux-render-timer-hard-loop
Fixed SleepLoopRenderTimer
6 years ago
Nikita Tsukanov
3608deeeb1
Fixed SleepLoopRenderTimer
6 years ago
artyom
91d18be954
Remove Avalonia.ReactiveUI.Events.UnitTests from solution file
6 years ago
danwalmsley
c3c3e49363
Merge pull request #4688 from AvaloniaUI/fixes/bound-tabstrip-carousel-selection
Fix bound TabStrip/Carousel selection
6 years ago
Steven Kirk
f79f910c4d
Coerce lower bound for deselecting items.
We can't deselect -1.
6 years ago
Steven Kirk
b5f81e5290
Don't coerce when deselecting a range.
If the deselection happens because of a `Clear` during a source collection changed event handler, then the selected indexes may not be in the valid range of the post-change items. In this case, we still want the items to be cleared, and not coercing the range has no downside.
6 years ago