Max Katz
8ea936b926
Merge branch 'master' into enhanced-autocomplete
6 years ago
danwalmsley
aa0e2a2182
Merge pull request #4700 from AvaloniaUI/feature/pseudoclasses-attribute
Add pseudo-class metadata to controls.
6 years ago
danwalmsley
14aff78be5
use sealed for attribute class.
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
6 years ago
Kir-Antipov
997385eab7
Made test for AutoCompleteBox.ItemSelector
6 years ago
Kir-Antipov
bc87efc65f
Added ItemSelector property to the AutoCompleteBox
6 years ago
Kir-Antipov
7481aea606
Removed AutoCompleteMode enum
6 years ago
Kir_Antipov
fc4f09527d
Merge branch 'master' into enhanced-autocomplete
6 years ago
Steven Kirk
58c333b6f1
Added PseudoClassesAttribute.
And apply it to our controls. Can be used by designers to add auto-completion support for pseudoclasses.
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
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
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
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
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