315 Commits (675aa3cbe40dffb239c9f42a4e28ecc1faf16c45)

Author SHA1 Message Date
Julien Lebosquain b612be79db
Add FocusChangedEventArgs for GotFocus/LotFocus (#20859) 2 weeks ago
Javier Suárez 424863d5ff
Add PlaceholderForeground property to TextBox, AutoCompleteBox, CalendarDatePicker, NumericUpDown (#20303) 2 months ago
Tom Edwards e5babc8a6f Added TextScaling static class with configuration properties 3 months ago
Tom Edwards 762dff0168 Also scale LineHeight, LineSpacing, and LetterSpacing 3 months ago
Javier Suárez 7efc6d9bb0
[Feature] Move LetterSpacing to TextElement as inherited attached property (#20141) 4 months ago
Tim 55a0b5b1c6
feat: Handle Datavalidations on base class "Control" (#20067) 4 months ago
Emmanuel Hansen 98c7fde141
Only allow focus change on pointer release for touch and pen input (#19753) 6 months ago
Julien Lebosquain 1f404646fa
Clipboard rework (#19347) 6 months ago
Emmanuel Hansen 01e09e4f98
Revert 15603, add InputPaneActivationRequested in TextInputMethodClient (#19225) 9 months ago
Compunet 6de76dd7f2
fix: ensure proper StringBuilderCache release (#18985) 10 months ago
Rastislav Svoboda c114507bef
fix TextBox multiline selection with up/down keys till start/end of text (#18746) 10 months ago
Rastislav Svoboda 6e1cab99f6
Fix: TextBox having selection and pressing up / down arrows (#18385) 1 year ago
Rastislav Svoboda 939c78047e
TextBox: clear selection when moving the caret horizontally (#18255) 1 year ago
Julien Lebosquain 5824d9b079
Warning fixes: '25 winter wave (#18103) 1 year ago
Dong Bin 26bc22910f
[TextBox] Add readonly property: LineCount. (#17656) 1 year ago
c4llv07e be8edab05b
Ignore key modifiers on text editing if field is a password field. (#17695) 1 year ago
Benedikt Stebner 0944e043ca
Do not reset text selection when the TextBox loses focus (#17195) 1 year ago
Julien Lebosquain db10780e15
Use coercion for MaskedTextBox.Text (#17143) 1 year ago
Benedikt Stebner 533218d13a
Sync CaretIndex directly (#16981) 2 years ago
Julien Lebosquain 21d8cea26b
Fix caret position after backspace (#16712) 2 years ago
Benedikt Stebner 3e7910f3ed
Use TextLine.GetBackspaceCaretCharacterHit for the backspace delete handling (#16135) 2 years ago
ijklam 4fdf4fa36c
[Android] [TextBox] fix a bug which cause cannot call out the soft keyboard again after closing it (#15603) 2 years ago
Emmanuel Hansen 7da4f3b05f
suspend selection updates in TextBoxTextInputMethodClient until all changes are completed (#15659) 2 years ago
ijklam fd78546f49
[TextBox] fix double click on TextBox cannot select word on touch device (#15606) 2 years ago
Benedikt Stebner 1249a5fccf
Fix TextBox sync issues (#14960) 2 years ago
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