Nikita Tsukanov
d355007c57
Extracted runtime XAML loader to a separate package
6 years ago
Steven Kirk
5004606400
Merge pull request #4304 from AvaloniaUI/revert-4294-fixes/4293-listbox-remove-item-selection
Revert "Fix selection after deleting an item."
6 years ago
Steven Kirk
41831066c2
Revert "Fix selection after deleting an item."
6 years ago
Benedikt Stebner
06d112e6f1
Merge pull request #4302 from maxkatz6/fixes/default-theme-control-catalog
Add missing fluent resources for default styles on ControlCatalog and RenderDemo
6 years ago
Jumar Macato
a6b9724be2
Merge branch 'master' into fixes/default-theme-control-catalog
6 years ago
Maksym Katsydan
7ad6171d13
RenderDemo: use FluentLight intead of DefaultLight
6 years ago
Maksym Katsydan
281e31a65c
Add missing fluent resources for default styles on ControlCatalog
6 years ago
danwalmsley
d023c41bb7
Merge pull request #4301 from AvaloniaUI/fixes/more-relative-panel-fixes
Fixes/more relative panel fixes
6 years ago
Dan Walmsley
d7d63e26c4
remove chinese comments.
6 years ago
Dan Walmsley
3449784b09
add fixes for relative panel
6 years ago
Dan Walmsley
1c099b6e8c
add failing unit tests for cases.
6 years ago
danwalmsley
f70b259430
Merge pull request #4294 from AvaloniaUI/fixes/4293-listbox-remove-item-selection
Fix selection after deleting an item.
6 years ago
danwalmsley
dc1483df33
Merge pull request #4296 from AvaloniaUI/fixes/tooltip-must-close-when-detached-from-visual-tree
Fixes/tooltip must close when detached from visual tree
6 years ago
danwalmsley
4ec1fb7ecc
Merge pull request #4300 from kekekeks/embedded-popup-focus
[Win32] only steal input focus if it's currently held by Popup's parent's child
6 years ago
Nikita Tsukanov
6e106fb9e7
[Win32] only steal input focus if it's currently held by Popup's parent's child
6 years ago
Dan Walmsley
a542d8753d
ensure tooltips are closed when its parent detaches from visual tree.
6 years ago
Dan Walmsley
de87609de1
add failing unit test.
6 years ago
Jumar Macato
b3e351367e
Merge branch 'master' into fixes/4293-listbox-remove-item-selection
6 years ago
Nikita Tsukanov
5ed130e07d
Merge pull request #4242 from AvaloniaUI/win32-sync-context-fix
Use custom WaitForMultipleObjectsEx to prevent STA/COM reentrancy
6 years ago
Dariusz Komosiński
9ab167f6f2
Merge branch 'master' into win32-sync-context-fix
6 years ago
Nikita Tsukanov
968b00ffb3
Merge pull request #4285 from rstm-sf/rstm-sf-patch-1
Fix typo in PointerReleasedEventMessage
6 years ago
Steven Kirk
6555a51f5a
Fix selection after deleting an item.
`SelectionModel` needs to subscribe to `CollectionChanged` on the items before `ItemsControl` in order for the selection to be correct when we come to setting the selected state.
Because `SelectionModel.Source` isn't subscribed during initialization in `ItemsChanged`, we also need to make sure we don't subscribe `ItemsControl` to the collection changes during initialization. Instead subscribe in `OnInitialized` (this requires a few tests to be rooted in order to be called).
Fixes #4293
6 years ago
Dariusz Komosiński
b326c7a647
Merge branch 'master' into rstm-sf-patch-1
6 years ago
Steven Kirk
73a2637eed
Added failing test for removing selected item with BeginInit.
6 years ago
danwalmsley
d2cc57a6bd
Merge pull request #4290 from AvaloniaUI/fixes/unable-to-bind-where-application-provides-datacontext
Fixes/unable to bind where application provides datacontext
6 years ago
Dan Walmsley
a5499a908d
remove usings.
6 years ago
Dan Walmsley
f1eae6ce12
correctly cast to IDataContextProvider.
6 years ago
Dan Walmsley
162583b2de
add a failing unit test.
6 years ago
Steven Kirk
5cf6662f74
Bind ListBox.SelectedItems again.
Was removed accidentally.
6 years ago
danwalmsley
aa78e41b66
Merge pull request #4289 from AvaloniaUI/fixes/toggleswitch-content-alignment
make toggle switch use verticalcontentalignment center by default.
6 years ago
Dan Walmsley
3fb97afa6d
make toggle switch use verticalcontentalignment center by default.
6 years ago
danwalmsley
1f8ab1909b
Merge pull request #4252 from AvaloniaUI/fixes/relative-panel
realtive panel no longer cares about the declaration order. and measu…
6 years ago
Dan Walmsley
1e716a7b3f
Merge branch 'fixes/relative-panel' of https://github.com/AvaloniaUI/Avalonia into fixes/relative-panel
6 years ago
Dan Walmsley
0001578f0c
remove regions.
6 years ago
danwalmsley
064df710ea
Merge branch 'master' into fixes/relative-panel
6 years ago
danwalmsley
48f1c14ab8
Merge pull request #4286 from FoggyFinder/relativePanelTypo
Fix typo & add missing attribute related to RelativePanel
6 years ago
Dan Walmsley
d087fd5c16
Merge remote-tracking branch 'origin/master' into fixes/relative-panel
6 years ago
Dan Walmsley
70c71263ae
fix nullable implementation.
6 years ago
Dan Walmsley
cdd8df383e
make utility methods internal.
6 years ago
Dan Walmsley
0c365b837d
fix relativepanel
6 years ago
Dan Walmsley
9f6c52711e
add more relativepanel tests.
6 years ago
Dariusz Komosiński
41bd8264cd
Merge pull request #4282 from AvaloniaUI/fixes/itemvirtualization-none-multiple-materialize
Make non-virtualized items be materialized only once.
6 years ago
FoggyFinder
1c8541c060
fix typo & add missing attribute
6 years ago
Dariusz Komosiński
7b66a1f60d
Merge branch 'master' into fixes/itemvirtualization-none-multiple-materialize
6 years ago
Rustam Sayfutdinov
c96f328d06
Fix typo in PointerReleasedEventMessage
6 years ago
Dariusz Komosiński
d3362157be
Merge branch 'master' into win32-sync-context-fix
6 years ago
Dan Walmsley
fca777bf91
fixes for relativepanel
6 years ago
Dan Walmsley
012a5c375f
Merge remote-tracking branch 'origin/master' into fixes/relative-panel
6 years ago
Steven Kirk
fa72f9f209
Make ncrunch work again.
6 years ago
Steven Kirk
68792668ad
Make items be materialized only once.
When virtualization was turned off in an `ItemsControl`, items were virtualized twice. on control creation. Fix that.
6 years ago