Nikita Tsukanov
dc2e7a2ffa
iOS build?
6 years ago
Nikita Tsukanov
835aed07a5
Whoopsie
6 years ago
Nikita Tsukanov
6c89473ca1
Fixed tests
6 years ago
Nikita Tsukanov
d355007c57
Extracted runtime XAML loader to a separate package
6 years ago
Steven Kirk
41831066c2
Revert "Fix selection after deleting an item."
6 years ago
Dan Walmsley
d7d63e26c4
remove chinese comments.
6 years ago
Dan Walmsley
3449784b09
add fixes for relative panel
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
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
Dan Walmsley
f1eae6ce12
correctly cast to IDataContextProvider.
6 years ago
Dan Walmsley
3fb97afa6d
make toggle switch use verticalcontentalignment center by default.
6 years ago
Dan Walmsley
0001578f0c
remove regions.
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
FoggyFinder
1c8541c060
fix typo & add missing attribute
6 years ago
Rustam Sayfutdinov
c96f328d06
Fix typo in PointerReleasedEventMessage
6 years ago
Dan Walmsley
fca777bf91
fixes for relativepanel
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
Nikita Tsukanov
efd5bbeaa9
Added an incantation nobody probably even remembers about anymore
6 years ago
Nikita Tsukanov
9309d779c7
Call SetWaitNotificationRequired
6 years ago
Nikita Tsukanov
1ae7500691
Fix X11 screens implementation for some old/weird setups
6 years ago
Dariusz Komosinski
5d8f54ac42
Fix hardcoded thumb min length.
6 years ago
Dariusz Komosinski
1d94f80f7f
Dispose window framebuffers.
6 years ago
Dariusz Komosinski
af8acfce0d
Prevent crashes caused by null locked framebuffer.
6 years ago
Benedikt Schroeder
0555f218d3
Remove obsolete SkiaSharp members
6 years ago
Dan Walmsley
09a58d0c14
realtive panel no longer cares about the declaration order. and measures to the largest child when not stretched.
6 years ago
Benedikt Schroeder
d3304139bd
Use SkiaSharp V2
6 years ago
Dan Walmsley
e7e2855398
nit
6 years ago
Dan Walmsley
195da7581e
fix nits.
6 years ago
Dan Walmsley
f842c3290c
fix xaml transformer.
6 years ago
Dan Walmsley
ecdc9d0186
add nullable and refactor.
6 years ago
Dan Walmsley
e7b3994ce9
remove old code.
6 years ago
Splitwirez
ee709082fb
Just more code style things
6 years ago
Benedikt Schroeder
4e53adb9d4
Fix MeasureText for empty glyph clusters
6 years ago
Dan Walmsley
4b9cf819ba
acceptable relativepanel implementation.
6 years ago
Nikita Tsukanov
6e998b2906
Fixed ResolveByNameExtension
6 years ago
Dan Walmsley
be55373811
add some unit tests and tidy relative panel
6 years ago
Dan Walmsley
45d543775e
cleanup
6 years ago
Nikita Tsukanov
edcced230c
Use custom WaitForMultipleObjectsEx to prevent STA/COM fuckery
6 years ago
Dan Walmsley
c354bc50db
relative panel should clip to bounds by default.
6 years ago
Dan Walmsley
85c63914ed
fix relative panel measure / arrange.
6 years ago
Splitwirez
773f3a3584
Just code style things
6 years ago
Dan Walmsley
607be2af1f
faster button animation.
6 years ago
Dan Walmsley
edddd048f9
use hinted roboto font.
6 years ago
Splitwirez
71c4b1c7e7
Cleaned up `ToggleSwitch.xaml`
6 years ago
Benedikt Schroeder
bc9926014f
Fix typeface fallback for embedded fonts
Fix text wrapping for multiple corner cases
6 years ago
sdoroff
36147de7d8
fix datagrid row height
6 years ago
Jeremy Koritzinsky
5fb7fe3c32
Fix Discovering properties and indexers on parent interfaces of an interface type.
Fixes #4234
6 years ago