1623 Commits (a7c7f272c5dfd7b8f33eabbe68f62aa6ad5dde44)

Author SHA1 Message Date
pavelovcharov a7c7f272c5
Button.IsDefault should not work when button is not effectively visible (#18484) 1 year ago
Julien Lebosquain 17c3e42a1f
Fix Loaded being incorrectly raised for unloaded controls (#18471) 1 year ago
Nikita Tsukanov c3b4d61b8a
Added IClipboard:TryGetInProcessDataObjectAsyns (#18340) 2 years ago
Rastislav Svoboda 6e1cab99f6
Fix: TextBox having selection and pressing up / down arrows (#18385) 2 years ago
Emmanuel Hansen 8a7945e492
Bring control into view only if control isn't properly visible in viewport (#18359) 2 years ago
Betta_Fish 7d3f490b04
[Grid] Add RowSpacing and ColumnSpacing (#18077) 2 years ago
workgroupengineering 61de7e36b1
feat(Window): Allow to persist content of Clipboard after App close (#16778) 2 years ago
Julien Lebosquain b815659435
Fix Window.MeasureOverride measuring with the old ClientSize (#18338) 2 years ago
Jonko 418e15d294
Search all SelectingItemsControl items with TextSearch on key input, not just realized ones (#17506) 2 years ago
Rastislav Svoboda 939c78047e
TextBox: clear selection when moving the caret horizontally (#18255) 2 years ago
Poker 117450dbbe
Fix DockPanel index out of range (#18261) 2 years ago
Julien Lebosquain 5824d9b079
Warning fixes: '25 winter wave (#18103) 2 years ago
Emmanuel Hansen 4c1edc2d1e
Fix - Complete window dialog task when dialog is hidden (#18047) 2 years ago
Poker beaefef646
[DockPanel] Add Spacing properties (#17977) 2 years ago
Maxwell Katz 98a388d3a3
Add Popup.ShouldUseOverlayLayer property (#5629) 2 years ago
Tom Edwards 2e6c571fc9
Added WrapItemsAlignment (#17792) 2 years ago
Mohamad Iraji fdadfb862f
add spacing to uniform grid - issue 8406 (#17993) 2 years ago
Dong Bin 26bc22910f
[TextBox] Add readonly property: LineCount. (#17656) 2 years ago
metaone01 af11240107
bugfix: ScrollBar will be hidden when ScrollBarVisibility is specified as Visible (#17718) 2 years ago
c4llv07e be8edab05b
Ignore key modifiers on text editing if field is a password field. (#17695) 2 years ago
Benedikt Stebner 894d2386ab
Calculate Bounds and InkBounds for TextLayout to be able to calculate the minmal required width. (#17721) 2 years ago
Julien Lebosquain f4633e210c
Fix TextBlock re-measure in infinite container (#17638) 2 years ago
Julien Lebosquain 1583de3e33
Fix random test failures and add empty dispatcher verification to tests (#17628) 2 years ago
Dong Bin 6728f06586
Fix TreeViewItem Expand/Collapse event source (#17558) 2 years ago
Jan Karger ツ ☀ 9fb3a13518
CalendarDatePicker - use CustomDateFormatString for parsing the text input (#17465) 2 years ago
mpylon a5c0f2bde2
Fixes #17157 (#17171) 2 years ago
Jan Karger ツ ☀ 0fdd84f594
AutoCompleteBox don't lose text selection when contextmenu opens (#17462) 2 years ago
Benedikt Stebner d411bd2156
Fix TextBlock TextAlignment issues when a HorizontalAlignment is defined (#17402) 2 years ago
StefanKoell b46126714b
Fixes and improves several access key (accelerator) related issues (#17292) 2 years ago
Benedikt Stebner 0944e043ca
Do not reset text selection when the TextBox loses focus (#17195) 2 years ago
Julien Lebosquain b5fd40e504
Fix overlay popup focus issues (#17326) 2 years ago
Julien Lebosquain fe0b91d541
Fix PopupRoot.ConfigurePosition being called unnecessary (#17322) 2 years ago
Benedikt Stebner 82b048d58e
Rework how TextBlock skips redundant measure and arrange calls (#17271) 2 years ago
VisualMelon 3e3d434cf2
Set TimePicker.Time seconds to zero when UseSeconds is False (#17251) 2 years ago
Max Katz 7f2cd0723a
Fix desktop lifetime non-mainwindow cancellation (#17059) 2 years ago
Herman K. 7a42c7eb8f
Considering scaling when centering windows (#16158) 2 years ago
dbriard 20db30dbc3
Fix missing Orientation check in VirtualizingStackPanel (#17135) 2 years ago
Ge 770d31f4e6
ComboBox Empty Selection should not Generate a TextBlock as SelectionBoxItem (#16748) 2 years ago
workgroupengineering b11574a122
fix: `SplitButton.Click` is not fired when `SplitButton` is not in focused (#16940) 2 years ago
Julien Lebosquain fc25c00ec4
Fix some compiler warnings (#17180) 2 years ago
Nikolai Naberezhnev cd4315bf9e
Fix SplitView :closed pseudoclass not being added on control initialization #17176 (#17178) 2 years ago
Julien Lebosquain db10780e15
Use coercion for MaskedTextBox.Text (#17143) 2 years ago
Tom Edwards 1e34a78a83
Fixed TabItem.ContentTemplate being reused for the next tab item (#17141) 2 years ago
Steven Kirk b8d8fda4ea
Prevent AutoCompleteBox getting stuck in a state where it can't drop down. (#17074) 2 years ago
Brubning 3858a7214b
Allow selection of multiple consecutive blocks in SelectingItemsControl. (#16907) 2 years ago
Max Katz 1cfa82ca57
Custom popup placement callback (#15667) 2 years ago
Julien Lebosquain 6d10a6830e
Ensure SurroundingText is empty for empty line (#16710) 2 years ago
Julien Lebosquain 21d8cea26b
Fix caret position after backspace (#16712) 2 years ago
workgroupengineering 44528a8198
fix: Button should not fire the click event on the space key when it is not active (#16619) 2 years ago
Timothy Baldridge eb5f3955e3
Switch to a HashSet<T> as backing for SafeEnumerableList (#16633) 2 years ago