288 Commits (fd15b6bc9e07135472b5e2ee12bc8fba7d7f5567)

Author SHA1 Message Date
nil4 fd15b6bc9e
Double-clicking in a `TextBox` with `PasswordChar` set selects all text when the password is not revealed. (#14973) 2 years ago
Benedikt Stebner 9e895331e1
Revert "Fix TextBlock wrong caret position (#14627)" (#14952) 2 years ago
Max Katz 180410e076
TemplatePart XAML diagnostics (#14180) 2 years ago
Donzasto cde90ccbca
Fix TextBlock wrong caret position (#14627) 2 years ago
workgroupengineering 9354650efa
feat(NumericUpDown): Add InnerLeftContent and InnerRightContent (#14575) 2 years ago
markl65536 33d95c6af5
Discard additional lines upon inserting when AcceptsReturn=false (#14173) 2 years ago
Bartosz Korczyński b7d4efa147
Wrap Clipboard.GetTextAsync in a try-catch to mimic WPF default behavior (#14505) 2 years ago
Max Katz a4086c17a6
XY focus (#13947) 2 years ago
Herman K 88967de49e
Ability to configure font features (#14157) 2 years ago
Andre118 82809b5220
Added MinLines property and related tests to the TextBox control. (#14313) 2 years ago
exGensImpl ac0f903052
Improving TextBox behaviour on Ctrl+Backspace down event (#14138) 2 years ago
Samuel Turner-Lill d220487073
Added CaretBlinkInterval to TextPresenter (#13685) 2 years ago
robloo ba7a764a03
Fix some TextBox property summary docs (#13579) 2 years ago
Emmanuel Hansen eb5fdd2a3d
Implement Text Selection handles in TextBox for touch input (#13107) 2 years ago
Magnus Lindhe c261a60018
Add TextBox.ScrollToLine (#13274) 2 years ago
Emmanuel Hansen 347162050e
Hold Gesture size and event improvements (#12879) 3 years ago
Bill Henning 41bef0e991 Fix for TextBox not accounting for space between ScrollViewer and TextPresenter when calculating MaxLines-based height 3 years ago
Benedikt Stebner 013e9dd8f0 Fix PresenterPropertyChanged add handler 3 years ago
Benedikt Stebner 43e97d9895 Reset TextBox :empty class when text is empty but preedit is set 3 years ago
Benedikt Stebner be9a26cbb1 Rework ITextInputMethodClient 3 years ago
Benedikt Stebner f4f3670c38 Remove redundant using 3 years ago
Max Katz d267d06a08 Move PlatformHotkeyConfiguration to IPlatformSettings 3 years ago
Max Katz 596f876868 Use PlatformHotkeyConfiguration.Instance instead of locator 3 years ago
Benedikt Stebner e69661b353 Rework MaxLines to limit how many lines are visible at once and don't prevent additional input if MaxLines is reached 3 years ago
Steven Kirk 2241873316 Make TextBox.RemoveInvalidCharacters private. 3 years ago
Benedikt Stebner f153c626f8 Fix TextLineImpl.GetCharacterHitFromDistance for lines that include a TextEndOfLine run 3 years ago
nicola36631 d25b9a4f88 Added PageLeft, PageRight, PageUp, PageDown handling in TextBox 3 years ago
nicola36631 92ba4bc19c Added PageLeft, PageRight, PageUp, PageDown handling in TextBox 3 years ago
Emmanuel Hansen 04c8b652c8 move clipboard to TopLevel 3 years ago
Tom Edwards 86324dca77 Convert Text properties to StyledProperty 3 years ago
Benedikt Stebner 0fc25da0dc [TextBox] MoveEnd now correctly positions the caret before the line break 3 years ago
Julien Lebosquain 2f429062a1 Perf: improved GraphemeEnumerator by avoiding double codepoint iteration 3 years ago
Julien Lebosquain dec8c1c586 Used Memory/Span instead of CharacterBufferReference/Range 3 years ago
Sergey Mikolaitis 84206e93dd [Text] Optimize grapheme and add performance benchmark 3 years ago
Sergey Mikolaitis 5d1e5d97c2 [Text] [Selection] fix double click selection on word end position 3 years ago
Max Katz 59d7874b1d Replace System.Reactive with internal extensions 3 years ago
Benedikt Stebner 895d85aa89 Implement CharacterBufferReference and related classes 3 years ago
amwx e51bb40387 ignoreChangeCount in SnapshotUndoRedo in set Text 3 years ago
amwx e5e0b7f3e6 Try fix failing test 3 years ago
amwx 4b089c0e82 Add some missing xml docs & a little cleanup 3 years ago
amwx 16f3114e61 TextBox programmatic Undo/Redo & CanUndo/CanRedo 3 years ago
Benedikt Stebner 040cccf619 Attempts to fix Android IME 3 years ago
Benedikt Stebner 17b2834d21 Implement letter spacing 3 years ago
Giuseppe Lippolis 9e1ff3e3be fix: Addreaa review 3 years ago
Giuseppe Lippolis ee84a8c7fd feat(Controls): Address rule CA1822 4 years ago
robloo 7f221b321f Raise text change events if set through the TextBox.Text property 4 years ago
robloo 751474b329 Add TextChangedEventArgs and TextChangingEventArgs 4 years ago
robloo d3dcf73113 Add TextBox.TextChanging event 4 years ago
robloo 9f74febca3 Add initial TextBox.TextChanged event 4 years ago
Benedikt Stebner 169480e74d Fix GetTextLineText 4 years ago