Max Katz
972e83bff2
Revert CancellationToken changes
This reverts commit 6b51f00a4a .
3 years ago
Max Katz
6b51f00a4a
Minor adjustments to changes in master + fix failing test (need to tick the timer manually) + add some comments
3 years ago
affederaffe
fd995d63bc
Turn off log messages
3 years ago
affederaffe
451f30c9e1
Fix color scheme hot switching
3 years ago
workgroupengineering
31d7728a54
fix nits
3 years ago
Max Katz
0a73d24177
Fix null adorners not being applied
3 years ago
Max Katz
d2fe3e1762
DataGrid shouldn't have an annoying adorner when anything is focused inside
3 years ago
Max Katz
1ba06676fd
Fix DataGrid focus related properties defaults
3 years ago
Max Katz
881dbfa62a
More mInor changes
3 years ago
Max Katz
dd8f138a2f
Potential fix for EndCellEdit
3 years ago
Max Katz
4198ab3a32
Backport some WCT DataGrid fixes
3 years ago
Giuseppe Lippolis
e439b706a5
feat: Address rule CA1854
3 years ago
Steven Kirk
531fed2b4e
Don't focus unfocusable controls.
- Check `CanFocus` in `FocusManager.SetFocusedElement`
- Check for `IsEffectivelyVisible` in `CanFocus`
- Clear focus when control made invisible
- Update tests that relied on unfocusable controls being focused
3 years ago
Steven Kirk
2f50504ff3
Don't estimate negative top/left for viewport.
Fixes #11272 .
3 years ago
Steven Kirk
42b0988d1a
Make MenuFlyout.ItemTemplate a styled property.
3 years ago
Sergey Mikolaitis
6efd0e8e6c
[IME] fix UpdateCursorRect call
3 years ago
Max Katz
22f0319a73
Pass additional manipulation nodes from ResourceInclude to ResourceDictionary
3 years ago
Max Katz
0145dcc4b9
Fix nested ResourceDictionaries
3 years ago
Max Katz
b6c25d5f70
Usings
3 years ago
Max Katz
62da607b91
Make previously internal members internal again
3 years ago
Steven Kirk
c204156e8a
Don't offset thumb from pointer when dragged past end.
3 years ago
Steven Kirk
69922b6917
Adjust thumb drag position on track size change.
Fixes `ScrollViewer` jumping around when the scroll extent changes while dragging the scrollbar thumb.
3 years ago
Steven Kirk
4333cc33ba
Revert thumb to using relative coordinates for drag.
Undoes the changes in #10892 and #11087 .
3 years ago
Dan Walmsley
ff16f8accd
if DefaultExtension is null, then pass empty string to win32 otherwise the extension appending logic gets borked.
3 years ago
Tim
6dd9b74044
Make DataValidationPlugins public again
3 years ago
Giuseppe Lippolis
4b539f77b1
fix: removing unnecessary statements.
3 years ago
affederaffe
cdadf9be88
Bump Tmds.DBus.SourceGenerator
3 years ago
Nikita Tsukanov
ac24e82d89
Add GetAwaiter<T> for DispatcherOperation<T>
3 years ago
Nikita Tsukanov
9ab08885ed
Fixed RTB Dispose
3 years ago
Nikita Tsukanov
e3dd353da3
Use SKBitmap-backed bitmap for RenderTargetBitmap
3 years ago
Steven Kirk
7fe8d67374
Queue controls for another arrange after measure.
If an ancestor control results in a control not being arranged, then we need to queue that control for another arrange pass after the next measure pass.
Fixes #7706 .
3 years ago
rabbitism
24613c8179
fix: fix double click selection issue.
3 years ago
Giuseppe Lippolis
1609b7af78
fix(DevTools): Avoid reset filter on navigation
3 years ago
Benedikt Stebner
bfdc2b387e
Fix Skia FontMetrics
3 years ago
rabbitism
fb202aa060
feat: respect DisplayMemberPath in SelectionBoxItem.
3 years ago
affederaffe
a9eec8d484
Bump Tmds.DBus.SourceGenerator
3 years ago
Dan Walmsley
4ecf8c56e8
dont expand/collapse TreeViewItem on space key.
3 years ago
Tim
1604dd701c
The default cursor is called "default" and not "pointer"
3 years ago
Nikita Tsukanov
015768c5bd
Make sure that Dispatcher.InvokeAsync unwraps tasks and that correct overload is being chosen
3 years ago
Nikita Tsukanov
f0ea1f1116
Fixed some potential threading issues
3 years ago
Max Katz
a3df4ad3b4
Reset application after each test
3 years ago
Steven Kirk
8bfe6b9645
Support heterogeneous item containers.
3 years ago
Steven Kirk
356a78953a
Added public RegisterResUriParsers.
Which is forwarded to internal `AssetLoader` implementation.
3 years ago
Steven Kirk
0259779d2d
Make StandardAssetLoader public/unstable.
And related interfaces.
3 years ago
Steven He
be14072ab2
Prevent all obsolete members from listing in auto-completions
3 years ago
robloo
b083eb26f5
Update HslColor property comments
These were desynced from HsvColor so instead of copy/pasting again HslColor now inherits the docs where possible directly from HsvColor.
3 years ago
robloo
9d76cdd3dd
Rename incorrect `Color.ToUint32` to `ToUInt32`
3 years ago
robloo
24a92e73e7
Update SplitView comments based on ProgressBar changes
3 years ago
robloo
b96f9abd06
Update ProgressBar TemplateSettings and comments
3 years ago
robloo
8c31885a3d
Fix several issues with comments in Dispatcher.Invoke.cs
3 years ago