Steven Kirk
230c3a3057
Update version to 0.10.2
5 years ago
Steven Kirk
24510f98a4
Merge branch 'master' into release/0.10.2
5 years ago
Steven Kirk
97943549ea
Merge pull request #5822 from AvaloniaUI/fixes/do-not-obsolete-context-menu-api
dont obsolete context menu apis.
5 years ago
Steven Kirk
ab1bf414a4
Merge branch 'master' into fixes/do-not-obsolete-context-menu-api
5 years ago
Steven Kirk
222860cde2
Merge pull request #5817 from AvaloniaUI/fixes/selecteditems-binding
Don't update SelectedItems when setting items source.
5 years ago
Dariusz Komosiński
a25a8cf338
Merge branch 'master' into fixes/selecteditems-binding
5 years ago
Steven Kirk
eeb7c8d921
Reset _isResetting, d'oh.
5 years ago
Dan Walmsley
48fd593147
remove obsolete comments
5 years ago
Dan Walmsley
f5df7e6e62
dont obsolete context menu apis.
5 years ago
Dan Walmsley
9c3537a066
bump version.
5 years ago
Dan Walmsley
4fbc06ed7b
Merge pull request #5798 from AvaloniaUI/HorizontalScrollBarVisibility-disabled-by-default
Change HorizontalScrollBarVisibility default
5 years ago
Dan Walmsley
3278ba952c
Merge branch 'master' into HorizontalScrollBarVisibility-disabled-by-default
5 years ago
Max Katz
4338c220d3
Merge pull request #5818 from AvaloniaUI/native-control-host-position
NativeControlHost: fixed absolute bounds calculation
5 years ago
Nikita Tsukanov
ccfcf0e343
NativeControlHost: fixed absolute bounds calculation
5 years ago
Steven Kirk
67a1e0921c
Don't update SelectedItems when changing source.
5 years ago
Steven Kirk
f9a6f5b1ec
Create failing test for SelectedItems binding.
5 years ago
Max Katz
57b7a3a8b2
Update tests per new default
5 years ago
Max Katz
e2f618dcb9
Merge pull request #5767 from MarchingCube/fix-grid-splitter-resize
Fix GridSplitter not resizing correctly
5 years ago
Steven Kirk
50e098a25f
Merge branch 'master' into fix-grid-splitter-resize
5 years ago
Dan Walmsley
520e8a6cc2
Merge pull request #5801 from AvaloniaUI/fixes/osx-appmenu
[osx] if app only has an app menu and no window menu, ensure its appl…
5 years ago
Dan Walmsley
c39fa50efc
[osx] if app only has an app menu and no window menu, ensure its applied when window is first shown.
5 years ago
Dan Walmsley
8d95912e30
Merge pull request #5783 from AvaloniaUI/port-relative-panel-fixes
Port relative panel fixes
5 years ago
Dan Walmsley
84bc8b682c
upstream fix
916d3d12b2
5 years ago
Max Katz
6327b0c72a
Change HorizontalScrollBarVisibility default
5 years ago
Dariusz Komosiński
3a6b54d07e
Merge branch 'master' into port-relative-panel-fixes
5 years ago
Dariusz Komosinski
c2790472b5
Made LayoutEpsilon a property.
5 years ago
Dariusz Komosiński
cfb67deb25
Merge branch 'master' into fix-grid-splitter-resize
5 years ago
Dariusz Komosinski
3ac615c4e3
Make GritSplitter calculations match the ones in WPF.
5 years ago
Max Katz
24051aed64
Merge pull request #5772 from ReeJK/button-state-update-after-command-parameter-change
Button state update when CommandParameter changed
5 years ago
Roman
bd691c4c6b
Merge branch 'master' into button-state-update-after-command-parameter-change
5 years ago
Steven Kirk
7b5cfc04e0
Merge pull request #5788 from AvaloniaUI/fixes/selectionmodel-reset
Correctly sync SelectedItems on collection reset.
5 years ago
Dariusz Komosiński
3737da3dc0
Merge branch 'master' into fixes/selectionmodel-reset
5 years ago
Steven Kirk
271980935d
Merge pull request #5787 from soosr/fix-datagrid-sorting-issue
Fix DataGrid selection after sorting
5 years ago
Steven Kirk
5c3218ae18
Correctly sync SelectedItems on collection reset.
When `InternalSelectionModel` gets a `Reset` event it tries to restore the selection from `WritableSelectedItems`, however this was causing items to be added twice to `WriteableSelectedItems`:
collection is reset
- Selection is cleared
- `InternalSelectionModel` restores selection on reset from `WritableSelectedItems`
- Which changes the selection
- Which adds the selection back to `WritableSelectedItems`, causing the selected item to appear twice in the collection
5 years ago
Steven Kirk
2c3f70bd07
Add more tests for resetting InternalSelectionModel.
Always check that `WriteableSelectedItems` is correct - sometimes it's not it seems.
5 years ago
Roland Soós
b37afa4a3d
clear selected item from CollectionView if null
5 years ago
Max Katz
34c3f05ced
Merge pull request #5735 from ili/android-keyboard
Android keyboard support
5 years ago
Max Katz
911b34d7f8
Merge branch 'master' into android-keyboard
5 years ago
Max Katz
4a7651927b
Merge branch 'master' into port-relative-panel-fixes
5 years ago
Dan Walmsley
cf5ce93cba
Merge pull request #5682 from amwx/Flyouts
Implement Flyouts
5 years ago
Dan Walmsley
b581b9c2e8
Merge branch 'master' into Flyouts
5 years ago
Dan Walmsley
31ed9c848d
Merge remote-tracking branch 'origin/master' into port-relative-panel-fixes
5 years ago
Max Katz
f7244146e5
Merge pull request #5775 from ReeJK/progress-bar-update-indicator-minmax
Update ProgressBar indicator when Minimum or Maximum was changed
5 years ago
Roman
6a095c9a21
Merge branch 'master' into button-state-update-after-command-parameter-change
5 years ago
Roman
002c9676b4
Merge branch 'master' into progress-bar-update-indicator-minmax
5 years ago
Dan Walmsley
57ec11d9d3
upstream relativepanel fixes from
f4d4bdde10
5 years ago
Steven Kirk
ef39b94878
Merge pull request #5773 from YohDeadfall/has-flag-fixes
Fixed popup positioning issue
5 years ago
Steven Kirk
47bc224ca7
Merge branch 'master' into has-flag-fixes
5 years ago
ReeJK
b3785cac2c
Update ProgressBar indicator when Minimum or Maximum was changed
5 years ago
Yoh Deadfall
615179a689
Merged separate bit checks into a single checks
5 years ago