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
José Pedro
82240033dc
Changed property copy constructors to require same property type.
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
Kir_Antipov
5af4ebe470
Merge branch 'master' into enhanced-autocomplete
6 years ago
Steven Kirk
3fb6bb2ffc
Merge branch 'master' into typed-property-changed
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
Steven Kirk
4468f8fedd
Merge branch 'master' into PopupFocusFixes
6 years ago
Dan Walmsley
8e1c277565
update to release of skiasharp.
6 years ago
Steven Kirk
e5ad5fe258
Merge branch 'master' into fixes/more-selection-AGAIN
6 years ago
Kir-Antipov
0fa3350a9d
Made tests for the AutoCompleteMode and TextSelector properties
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
f89df9e2bc
Merge pull request #4675 from AvaloniaUI/features/support-opengles-v3
opengl es 3.1, 3.0 and 2.0
6 years ago
danwalmsley
54e77fb29a
Merge branch 'master' into features/support-opengles-v3
6 years ago
Dan Walmsley
0fefe3b5af
dont use egl 3.2 and 3.1 as they are still wip.
6 years ago
Kir-Antipov
9a1dd58273
Well, default AutoCompleteMode.Append isn't doing well, tbh
6 years ago
Kir-Antipov
5bf12ac0f0
Added TextSelector and AutoCompleteMode properties to the AutoCompleteBox
Now it's possible to change the logic for modifying the text of the control after choosing the autocomplete option
6 years ago
Steven Kirk
e240b0d322
Added sandbox app.
This is a blank app for use in repros, experiments and perf testing. Please don't commit changes here.
6 years ago
Steven Kirk
9e0c92c630
Raise SelectedItems property changed events.
6 years ago