Steven Kirk
2722f509fa
Swap order of parameters to event args.
As described in #3437 the argument ordering was different to WPF/UWP causing bugs in some code ported from WPF/UWP. Use the same argument ordering as WPF/UWP.
Fixes #3437
6 years ago
Steven Kirk
f29a474a16
Merge branch 'feature/selectionmodel-reset-handling' into feature/selectionmodel-autoselect
6 years ago
Steven Kirk
a705f2b4a3
Merge branch 'feature/selectionmodel-changed-notifications' into feature/selectionmodel-reset-handling
6 years ago
Steven Kirk
e3d11a8288
Fix clearing nested selection not raising SelectionChanged.
6 years ago
Steven Kirk
520dc16c2a
Added failing test.
Clearing a nested selection doesn't raise `SelectionChanged`.
6 years ago
danwalmsley
f4ef95d3ff
Merge branch 'master' into iosurf
6 years ago
Nikita Tsukanov
6432174528
Use CGL for offscreen rendering to IOSurface
6 years ago
Steven Kirk
8a1e684bbf
Merge branch 'feature/selectionmodel-reset-handling' into feature/selectionmodel-autoselect
6 years ago
Steven Kirk
79b13b1d4f
Merge branch 'feature/selectionmodel-changed-notifications' into feature/selectionmodel-reset-handling
6 years ago
Steven Kirk
6dadd96b7b
Added ISelectionModel.Update().
6 years ago
Dariusz Komosiński
21a359118d
Merge branch 'master' into fix-popup-close
6 years ago
Dariusz Komosinski
adf59a3e6a
More Popup nullable annotations and simplify presenter cleanup.
6 years ago
Dariusz Komosinski
07f73bf01c
Cleanup Popup control.
6 years ago
José Pedro
12e483acd1
Replaced obsolete PointerEventArgs.Device usages.
6 years ago
Steven Kirk
426c670882
Added AutoSelect to ISelectionModel.
6 years ago
Steven Kirk
fd31157fcb
Merge branch 'feature/selectionmodel-reset-handling' into feature/selectionmodel-autoselect
6 years ago
Steven Kirk
f416454b5a
Merge branch 'feature/selectionmodel-changed-notifications' into feature/selectionmodel-reset-handling
6 years ago
Steven Kirk
7829e0cdab
Merge branch 'feature/selectionmodel' into feature/selectionmodel-changed-notifications
6 years ago
Steven Kirk
c8f0bec40d
Added ISelectionModel.
6 years ago
Steven Kirk
565de5b2e7
Merge branch 'feature/selectionmodel-reset-handling' into feature/selectionmodel-autoselect
6 years ago
Steven Kirk
d3888e7e99
Merge branch 'feature/selectionmodel-changed-notifications' into feature/selectionmodel-reset-handling
6 years ago
Steven Kirk
44cf7f24db
Expose API for batch updates.
6 years ago
Steven Kirk
0a608d47dc
Added SelectionMode.AutoSelect.
6 years ago
Steven Kirk
ee459635a8
Handle RetainSelectionOnReset w/ null source.
6 years ago
Steven Kirk
4dd0ec6e4e
Fix bad merge.
6 years ago
Nikita Tsukanov
6540d0635b
IOSurface render target for sw-rendering
6 years ago
Steven Kirk
0f12249b4a
Merge pull request #3516 from Symbai/master
DataGrid - Avoid scrollbar overlapping border
6 years ago
Symbai
52dc41af02
Update Default.xaml
6 years ago
Steven Kirk
c0f34694a6
Fixed out of bounds in SelectionNode.
6 years ago
Dariusz Komosiński
ae11a1154d
Merge branch 'master' into refactor/remove-property-initialized
6 years ago
Dariusz Komosiński
266daced5d
Merge branch 'master' into fix-popup-close
6 years ago
Steven Kirk
e81182721b
Merge pull request #3513 from Symbai/Symbai-patch-1
Add disable styles for TextBox / ListBox / ComboBox / Slider
6 years ago
Steven Kirk
6907d42f9c
Merge branch 'master' into Symbai-patch-1
6 years ago
Dariusz Komosiński
b28decef31
Merge pull request #3501 from jp2masa/update-obsolete-api-usages
Updated obsolete API usages
6 years ago
Symbai
0655c3d8e5
Update ListBox.xaml
6 years ago
Symbai
5578e94177
Update Slider.xaml
6 years ago
Symbai
7c06fc3d3d
Update ListBox.xaml
6 years ago
Symbai
38e65c5a53
Update ComboBox.xaml
6 years ago
Symbai
c428e00de7
Update Default.xaml
6 years ago
Symbai
4ac1fee023
Update TextBox.xaml
6 years ago
Symbai
82c963eb80
Update Default.xaml
6 years ago
Steven Kirk
259c91c43f
Merge branch 'master' into update-obsolete-api-usages
6 years ago
Steven Kirk
031ece5122
Merge branch 'feature/selectionmodel-changed-notifications' into feature/selectionmodel-reset-handling
6 years ago
Steven Kirk
a5890bda3f
Merge branch 'feature/selectionmodel' into feature/selectionmodel-changed-notifications
6 years ago
Steven Kirk
4de9fac5c1
Don't reset selection if source hasn't changed.
Also remove some `?.` operators that aren't needed.
6 years ago
Steven Kirk
d36ec86674
Merge pull request #3505 from OmidID/patch-1
Add Awesome-Avalonia link to about section
6 years ago
Steven Kirk
b9f5fb2252
Merge branch 'master' into patch-1
6 years ago
Nikita Tsukanov
45756ab1dd
Merge pull request #3507 from donandren/issues/3500
fix #3500 crash after close any fullscreen window on mac
6 years ago
Andrey Kunchev
86531adc69
fix #3500 crash after close any fullscreen window on mac
6 years ago
Omid Mafakher
68177c8c70
Add Awesome-Avalonia link to about section
@grokys I added to the About section. Do you think is it good place?
6 years ago