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
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
Steven Kirk
73ffcf4648
Added failing tests simulating tabstrip/carousel pair.
6 years ago
Steven Kirk
8c3458e930
Remove sandbox from ncrunch.
6 years ago
Steven Kirk
d946e3a40e
Merge pull request #4658 from worldbeater/patch-1
Correct ReactiveUI.Events Package Id
6 years ago
Steven Kirk
93ccafc97c
Merge branch 'master' into pr/4658
6 years ago
Maksym Katsydan
92f1c06a96
Update DataGrid tests
6 years ago
Maksym Katsydan
b94748795a
Add custom IComparer sorting to the DataGrid page
6 years ago
Maksym Katsydan
8dd60eefe1
Allow to set custom IComparer in DataGridSortDescription.FromPath
6 years ago
Maksym Katsydan
6992bd72ce
Add Sorting event and use ListSortDirection instead of bool property
6 years ago
danwalmsley
c74d4a5596
Merge pull request #4663 from AvaloniaUI/fixes/datagridcolumn-do-not-override-binding-mode
Do not override BindingMode in the DataGridBoundColumn
6 years ago
danwalmsley
7f60f6f651
Merge branch 'master' into fixes/datagridcolumn-do-not-override-binding-mode
6 years ago
danwalmsley
f5ac95fd17
Merge pull request #4683 from AvaloniaUI/feature/sandbox
Added sandbox app to samples.
6 years ago
danwalmsley
1e6dfbc0f0
Merge branch 'master' into feature/sandbox
6 years ago
Giuseppe Lippolis
ffcc0c1156
Allow ScrollViewer to scroll the content up, down, left and right by one page.
6 years ago
danwalmsley
c5dfba3160
Merge pull request #4659 from AvaloniaUI/fixes/more-selection-AGAIN
MORE selection fixes, arrgh
6 years ago
Steven Kirk
293564e704
Off-by-one error.
6 years ago
Steven Kirk
172feab259
Fix removing selected items in ListBoxPage.
Previously, would remove all items if `AlwaysSelected` enabled.
6 years ago
Steven Kirk
1b4fe4f563
Refactor ListBoxPage.
- Make the list box fill available space
- `SelectionMode` is a `[Flags]` enum so a combo box didn't make sense
- Add check for `AutoScrollToSelectedItem`
6 years ago
danwalmsley
dc294f6b6e
Merge branch 'master' into fixes/more-selection-AGAIN
6 years ago
Nikita Tsukanov
45ad841bff
Merge pull request #4684 from AvaloniaUI/feature/update-skiasharp
update to release of skiasharp.
6 years ago
Dan Walmsley
8e1c277565
update to release of skiasharp.
6 years ago
Dan Walmsley
1d12750598
allow enabling of windows.ui.composition with win32 options.
6 years ago
Steven Kirk
e5ad5fe258
Merge branch 'master' into fixes/more-selection-AGAIN
6 years ago
Steven Kirk
aaeda72aec
Removed unused methods.
6 years ago
Steven Kirk
14f314341e
Fix scrolling to selection.
A few `AutoScrollToSelectedItem` improvements:
- Scroll to current selected item when it's set to true
- Scroll to current selected item when list first displayed
- Scroll to current selected item when attached to visual tree if the selection was changed while it wasn't attached
Fixes #4100
6 years ago
danwalmsley
13818a7253
Merge branch 'master' into render-inside-win-ui-comp-tree
6 years ago