artyom
d59a0f80fe
Use latest ReactiveUI
6 years ago
artyom
64d11e2e31
Cast the view to IDataContextProvider
6 years ago
artyom
0bbe036437
Show DefaultContent when Router is set to null
6 years ago
artyom
fbc549b51c
Don't apply hook when DataTemplates property is set
6 years ago
artyom
b2b7fafabf
Bring additional tests for binding hooks
6 years ago
artyom
f23bfafbae
Show default content when Router is null
6 years ago
Benedikt Stebner
d9c6efe037
Merge pull request #4470 from AvaloniaUI/bump-version
Bump version to 0.10.999 for CI builds.
6 years ago
Steven Kirk
3e2e49bda4
Bump version to 0.10.999 for CI builds.
Now that 0.10 is (nearly) out, bump version on master.
6 years ago
Benedikt Stebner
17d4ae9e4e
Merge pull request #4455 from rstm-sf/bugfix/fix_typo_font_size
Fix typo in FontSizeNormal
6 years ago
Rustam Sayfutdinov
c5c12393f6
Fix typo in FontSizeNormal
6 years ago
Steven Kirk
488ccae2d6
Merge pull request #4448 from AvaloniaUI/fixes/menu-grid-sharedsizescope
Fix shared size group in Fluent sub-menu
6 years ago
Steven Kirk
f3300ed7e5
Merge branch 'master' into fixes/menu-grid-sharedsizescope
6 years ago
Steven Kirk
4bbe128aa8
Merge pull request #4433 from AvaloniaUI/fixes/4303-designwidth-height
Fix DesignWidth/DesignHeight.
6 years ago
Steven Kirk
9e78dcd585
Merge branch 'master' into fixes/4303-designwidth-height
6 years ago
Steven Kirk
d530fec98e
Merge pull request #4099 from AvaloniaUI/fixes/3965-popup-modal-interaction
Make Popup more modal.
6 years ago
Steven Kirk
9feb359ba3
Merge branch 'master' into fixes/3965-popup-modal-interaction
6 years ago
Steven Kirk
6ac01f7e32
Merge pull request #4420 from ShadowDancer/fix/gridsplitter_minsize
Revert GridSplitter size for default theme
6 years ago
Steven Kirk
0a48c44b63
Merge branch 'master' into fix/gridsplitter_minsize
6 years ago
Steven Kirk
1e87cf75f7
Merge pull request #4307 from donandren/issues/4306
Fix multiple selection with keys (shift/ctrl) in ListBox
6 years ago
Dariusz Komosiński
34c2f987d9
Merge branch 'master' into fixes/3965-popup-modal-interaction
6 years ago
Steven Kirk
1a7cc18533
Merge branch 'master' into issues/4306
6 years ago
Steven Kirk
89b4903fb9
Merge branch 'master' into fixes/4303-designwidth-height
6 years ago
Steven Kirk
d024e19141
Merge pull request #4440 from AvaloniaUI/fixes/4272-listbox-initial-selection
Handle initial selection in SelectedItems.
6 years ago
Steven Kirk
db67fa2cf6
Tweak the MenuItem Grid hack.
To try and fix menu layout in the fluent theme.
6 years ago
Dariusz Komosiński
b6757341f6
Merge branch 'master' into fix/gridsplitter_minsize
6 years ago
Steven Kirk
0f9ac73b4f
Handle uninitialized Source in SelectedItemsSync.
If the `SelectionModel` passed to `SelectedItemsSync` has not yet had a `Source` assigned, set a flag to write the selected items to the `SelectionModel` when `Source` is set.
Fixes #4272
6 years ago
Steven Kirk
d2af884aed
Added a failing test for #4272 .
6 years ago
Steven Kirk
a91d632211
Move ListBox page view model to its own file.
Also remove `SelectedItem` and `SelectedItems` in favor of `SelectionModel`.
6 years ago
Steven Kirk
922c46bbc4
Dispose the grid hack in the correct place.
The grid hack was initiated when attached to the visual tree but the dispose had been placed in `OnDetachedFromLogicalTree` by mistake. Place it in `OnDetachedFromVisualTree`.
6 years ago
Jumar Macato
a82540e955
Merge pull request #4437 from Gillibald/fixes/largeTextDisplay
Fixes large text layout
6 years ago
Benedikt Stebner
ea1fd07be6
Merge branch 'master' into fixes/largeTextDisplay
6 years ago
Jumar Macato
9afbbe754f
Merge pull request #4439 from amwx/AddDefTheme
Add DefaultTheme support for SplitView, DatePicker, and TimePicker
6 years ago
Benedikt Schroeder
4f7a701ab7
Reuse the shaped text runs as much as possible
6 years ago
amwx
3c38247757
Merge branch 'AddDefTheme' of https://github.com/amwx/Avalonia into AddDefTheme
6 years ago
amwx
7ef5078610
Default theme support
6 years ago
amwx
80863f44a9
Date/Time Picker default style
6 years ago
amwx
96d1d73581
SplitView Default style
6 years ago
amwx
ce0721deb6
Add Default Theme Support
6 years ago
Steven Kirk
d242e1b5dd
Revert "Fix shared size group for fluent sub menu"
This reverts commit 85c09761ba .
6 years ago
Nikita Tsukanov
c4e9373a54
Merge pull request #4436 from AvaloniaUI/fixes/4409-remove-itemssourceview-cachedsize
Stop ItemsSourceView using a cached size.
6 years ago
Steven Kirk
2f39eb16e0
Stop ItemsSourceView using a cached size.
It can mean that `Count` is out-of-date with regards to the inner collection if it's accessed in a collection changed handler before `OnItemsSourceChanged` is fired.
It's never been clear to me why ItemsSourceView caches the size; I suspect it's due to the performance characteristics of WinRT and so I think it can be safely removed in Avalonia.
Fixes #4409
6 years ago
Steven Kirk
69440388e6
Merge branch 'master' into fixes/4303-designwidth-height
6 years ago
danwalmsley
57eafe2933
Merge pull request #4411 from maxkatz6/fixes/fix-missed-resources
Fixes/fix missed resources
6 years ago
danwalmsley
475cbd6e2d
Merge branch 'master' into fixes/fix-missed-resources
6 years ago
danwalmsley
876d9e132a
Merge pull request #4432 from amwx/master
Fix DatePicker ArgumentOutOfRange exception
6 years ago
Steven Kirk
802b459275
Fix DesignWidth/DesignHeight.
Ensure that design mode properties are set before setting `SizeToContent`.
6 years ago
amwx
836203d033
Fix ArgumentOutOfRange exception
6 years ago
Steven Kirk
5947d9ad6b
Capture mouse when passing through event.
This moves the implicit capture from the overlay layer to the target element.
6 years ago
Steven Kirk
28e7b7e7ea
Remove outdated submodule.
6 years ago
Steven Kirk
db648cc6f8
Set OverlayInputPassThroughElement in MenuItem template.
6 years ago