Steven Kirk
93ccafc97c
Merge branch 'master' into pr/4658
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
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
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
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
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
Steven Kirk
517a52f988
Failing tests for SelectedItems property changed events.
6 years ago
Steven Kirk
0bad60500a
Merge pull request #4676 from MarchingCube/fixes/input-nullable-annotations
Fix nullable annotations in Avalonia.Input
6 years ago
Dariusz Komosiński
5015c431a8
Fix nullable annotations.
6 years ago
Steven Kirk
290f28675c
Preserve selection when source changes.
Fixes #4048 .
6 years ago
Steven Kirk
faaa8f28e9
Added failing tests for #4048 .
6 years ago
Steven Kirk
b73ba99077
Reafactor SelectingItemsControl selection.
- Remove `SelectedItemsSync` and store `SelectedItems` in a new `InternalSelectionModel`
- Store transient `SelectingItemsControl` state in an `UpdateState` object
Fixes #4272
6 years ago
Dan Walmsley
a6d83cd32a
support any gles version with angle using angle options.
6 years ago
Dan Walmsley
c01c7c9378
opengl es 3.1, 3.0 and 2.0
6 years ago
Steven Kirk
aeaaccb7e0
Raise item(s) property changed on Source changing.
6 years ago
Steven Kirk
22580652fa
More failing SelectionModel tests.
6 years ago
Nikita Tsukanov
fec8341176
Merge pull request #4664 from rstm-sf/refactor/back_prewiver
Improve for the backend web preview
6 years ago
Rustam Sayfutdinov
e1045a09c9
Improve for the backend web preview
6 years ago
Maksym Katsydan
f8e75bf424
Remove obsolete comments
6 years ago
Maksym Katsydan
4f161701bd
Do not override BindingMode in the DataGridBoundColumn
6 years ago
danwalmsley
b793c2f17a
Merge pull request #4644 from AvaloniaUI/code-tidy-angle
make code more readable.
6 years ago
Nikita Tsukanov
ce064a1890
Merge pull request #4660 from rstm-sf/infra/update_Microsoft.NETFramework.ReferenceAssemblies
Update Microsoft.NETFramework.ReferenceAssemblies
6 years ago
Rustam Sayfutdinov
12f0fc046a
Update Microsoft.NETFramework.ReferenceAssemblies
6 years ago
Steven Kirk
d84a98f65a
Added failing test for #4272 .
6 years ago
artyom
b30120770c
Ignore Events_Avalonia.cs which is autogenerated
6 years ago
artyom
6275a1ca27
Don't test code that is generated at nukebuild time
6 years ago
Steven Kirk
82273680f7
Update selected content when containers recycled.
Hopefully fixes #4654 once and for all.
6 years ago
Steven Kirk
f4017162cd
Add additional failing test for #4654 .
6 years ago
Artyom V. Gorchakov
a38bdcf146
Correct ReactiveUI.Events Package Id
6 years ago
Steven Kirk
90dc7ea952
Fix failing test but actual issue not fixed.
Fixed the failing test for #4654 but actual issue still remains. Needs more test.
6 years ago
Steven Kirk
5ac25a26f4
Tweak raising SelectedIndex/Item property changed.
6 years ago
Steven Kirk
10b3c88092
Added failing SelectedItem/Index property changed tests.
6 years ago
Steven Kirk
a0dfa32ba5
Added failing test for #4654 .
6 years ago
Steven Kirk
5b252620b8
Update ncrunch config.
6 years ago
danwalmsley
3edf22f538
Merge pull request #4649 from AvaloniaUI/fixes/add-left-padding-for-radiobutton-and-checkbox
Add left padding for radiobutton and checkbox
6 years ago
Maksym Katsydan
ca5ec1fba4
Add left padding for radiobutton and checkbox
6 years ago