Matthias Koch
|
467288ca99
|
Update NUKE to 0.24
|
6 years ago |
Steven Kirk
|
8d7a723616
|
Merge branch 'master' into refactor/use-selectionmodel
|
6 years ago |
Steven Kirk
|
1cbed83405
|
Tweak SelectionModelChangeSet.
- Make field readonly
- Use lambda syntax so C# caches delegates
|
6 years ago |
Steven Kirk
|
6c0265b6e8
|
Fix comment.
Fix spelling, and `VectorView` is `IReadOnlyList` in C#.
|
6 years ago |
Jumar Macato
|
5633e2b15a
|
Merge branch 'master' into feature/menuitem-inputgesturetext
|
6 years ago |
Steven Kirk
|
deebe6090f
|
Show input gesture text in control catalog.
|
6 years ago |
Steven Kirk
|
8a0ccea273
|
Add MenuItem.InputGestureText.
|
6 years ago |
Steven Kirk
|
2bf2e60ae0
|
Don't add extra pixel to AccessText measurement.
It's not needed; the underscore can be drawn in the descender space.
|
6 years ago |
Matthias Koch
|
924064be13
|
Use netcoreapp3.1
|
6 years ago |
Matthias Koch
|
8f68d2d124
|
Fix ensuring directory
|
6 years ago |
Matthias Koch
|
d60603d529
|
Fix information output
|
6 years ago |
Steven Kirk
|
2d7b559f63
|
Merge pull request #3462 from AvaloniaUI/feature/new-devtools
New and improved DevTools.
|
6 years ago |
Steven Kirk
|
fe9c9bb024
|
Merge branch 'master' into feature/new-devtools
|
6 years ago |
Steven Kirk
|
4f2c215993
|
Pass ResourceChanged messages to child styles.
Fixes #3590.
|
6 years ago |
Matthias Koch
|
367548c1be
|
Minor cleanups
|
6 years ago |
Matthias Koch
|
e870f6c6e4
|
Update NUKE to 0.24
|
6 years ago |
Nikita Tsukanov
|
7b1e1fa607
|
Merge pull request #3594 from AvaloniaUI/fix-gesture-pointercapturelost
Fix gesture recognizers
|
6 years ago |
Nikita Tsukanov
|
2bef4dc540
|
Always notify gesture recognizers about the loss of pointer capture
|
6 years ago |
Nikita Tsukanov
|
9b4253f4d7
|
Fix inertial scrolling
|
6 years ago |
Vadim Melnikov
|
15d90f59b6
|
Merge branch 'master' into master
|
6 years ago |
Steven Kirk
|
7345336b9a
|
Added failing unit tests for #3590.
|
6 years ago |
Вадим Мельников
|
c34bfc56f8
|
Add class CroppedBitmap
|
6 years ago |
Jumar Macato
|
6b15c84a01
|
Merge pull request #3585 from AvaloniaUI/fixes/3584-convert-timespan
Use TypeConverters in TypeUtilities.TryConvert
|
6 years ago |
Jumar Macato
|
b477af71bf
|
Merge branch 'master' into fixes/3584-convert-timespan
|
6 years ago |
Jumar Macato
|
7dab7b3948
|
Merge pull request #3367 from donandren/prs/geometrytostring
Improve Geometry Parse/ToString
|
6 years ago |
Steven Kirk
|
de2b1925d9
|
Try TypeConverters in TryConvert.
Fixes #3584.
|
6 years ago |
Steven Kirk
|
8b03d32128
|
Added failing test for #3584.
|
6 years ago |
Steven Kirk
|
dbf482426c
|
Merge branch 'master' into prs/geometrytostring
|
6 years ago |
Steven Kirk
|
77a29aaa89
|
Fixed nits.
|
6 years ago |
Steven Kirk
|
6e0575a778
|
Added some XML docs.
|
6 years ago |
Jumar Macato
|
53f233cc8a
|
Merge pull request #3564 from Symbai/datagrid1
DataGrid - Fix remaining theme colors
|
6 years ago |
Steven Kirk
|
204cee0699
|
Merge branch 'master' into datagrid1
|
6 years ago |
Steven Kirk
|
e80e52c303
|
TryGetValue doesn't allow null as the value.
|
6 years ago |
Steven Kirk
|
885363d7a9
|
Merge branch 'master' into refactor/use-selectionmodel
|
6 years ago |
Dariusz Komosiński
|
5a5a1beb43
|
Merge pull request #3579 from Symbai/typos
Fix typo
|
6 years ago |
Steven Kirk
|
0f9ceb25b7
|
Make ScrollIntoView accept an index, not an item.
Fixes #2569.
|
6 years ago |
Steven Kirk
|
c4afd15d90
|
Use SelectionModel in TreeView.
|
6 years ago |
Steven Kirk
|
6001115573
|
Use SelectionModel in SelectingItemsControl.
|
6 years ago |
Dariusz Komosiński
|
c80ac59230
|
Merge branch 'master' into typos
|
6 years ago |
Steven Kirk
|
0c894e20d3
|
Added SelectedItemsSync.
To sync between an `ISelectionModel` and a `SelectedItems` collection.
|
6 years ago |
Steven Kirk
|
435f0f7182
|
Merge branch 'pr/3435' into refactor/use-selectionmodel
|
6 years ago |
Jumar Macato
|
5540c54012
|
Merge pull request #3581 from AvaloniaUI/fixes/3544-osx-window-close-crash
Fix: dont crash when closing window on OSX.
|
6 years ago |
Dan Walmsley
|
97bcb443ff
|
dont crash when closing window on OSX.
|
6 years ago |
Symbai
|
e92dbb14df
|
Update IInputElement.cs
|
6 years ago |
Steven Kirk
|
f103df6a9a
|
Changed IsSelected semantics.
Move old `IsSelected` semantics to `IsSelectedWithPartial` and add a new `IsSelected` method which checks for direct selection.
|
6 years ago |
Steven Kirk
|
96fbd6c531
|
Don't only select leaf nodes from SelectRange.
Related issues:
https://github.com/microsoft/microsoft-ui-xaml/issues/1969
https://github.com/microsoft/microsoft-ui-xaml/issues/1984
|
6 years ago |
Jumar Macato
|
6c26b8d3d8
|
Merge pull request #3575 from AvaloniaUI/fixes/3466-animation-overrides-localvalue
Make animation value override local value
|
6 years ago |
Jumar Macato
|
096f32cad8
|
Merge branch 'master' into fixes/3466-animation-overrides-localvalue
|
6 years ago |
Dariusz Komosiński
|
18cda6726c
|
Merge pull request #3573 from Symbai/textBoxNull
Add Textbox.HorizontalContentAlignment and VerticalContentAlignment
|
6 years ago |
Steven Kirk
|
c7a0188014
|
Merge branch 'feature/selectionmodel-reset-handling' into feature/selectionmodel-autoselect
|
6 years ago |