17 Commits (8986e47c1cec66e374e4fd9f5ab6cfd8993039b9)

Author SHA1 Message Date
Nebuleux_cp 8986e47c1c MaskedTextBox: Fix navigation issues when the control is in read-only mode. 14 years ago
Nebuleux_cp e2673d5001 MaskedTextBox: Fix the bug where control characters would clear the selected text. 14 years ago
Nebuleux_cp f0775d4061 Add a license description in the header of every .cs and .xaml files. 14 years ago
brianlagunas_cp ecb8324c33 fixed all OnApplyTemplate overrides that hook into events. 14 years ago
brianlagunas_cp 5f8aa6477b MaskedTextBox: fixed issue where arrows would clear selected text 14 years ago
brianlagunas_cp 6ffe5c2220 MaskedTextBox: fix bug with not properly handling optional digits represented by 9 14 years ago
brianlagunas_cp c33d9a9fc8 MaskedTextBox: fixed bug when selecting all text and pressing Control key the text would be deleted. 15 years ago
brianlagunas_cp 46631c63d7 MessageBox: fixed typo 15 years ago
brianlagunas_cp 7553284ceb MaskedTextBox: fixed bug that was introduced with new "typing while all text selected overwrites value" feature, where the Tab key would cause the text to be deleted when all text was selected. 15 years ago
brianlagunas_cp 90605c1fd5 MaskedTextBox: implemented feature when all text is selected and user types a new value, all text is deleted and the new value is entered in its place. 15 years ago
brianlagunas_cp 7a43161d2d MaskedTextBox: now derives from TextBox. Hopefully I didn't break anything. 15 years ago
brianlagunas_cp d83b0cd6bb MaskedTextBox: fixed FormatException with numeric masks 15 years ago
brianlagunas_cp 54944e02d4 MaskedTextBox: fixed IsEditable when pasting and deleting 15 years ago
brianlagunas_cp 4a5f0601bd MaskedTextBox: fixed focus issue that I fixed a long time ago but somehow re-intorduced. 15 years ago
brianlagunas_cp faa7825423 Major overhaul of NumericUpDown, DateTimeUpDown, and MaskedTextBox in order to support null values. Need extensive testing because I am sure I broke something. 15 years ago
brianlagunas_cp 7604e6cad1 MaskedTextBox: fixed focus issue when calling Focus method. 15 years ago
brianlagunas_cp d48a3d1211 Major overhaul of folder structure. Seperated Generic resource dictionary into smaller more managable resource dictionaries (one for each control). This will also help add support for theming. Hopefully I didn't break anything. 15 years ago
brianlagunas_cp e6ebd6d72d MaskeTextBox and NumericUpDown: implemented support for access keys when used with a Label. 15 years ago
brianlagunas_cp dff22927b6 MaskedTextBox: implemented paste 15 years ago
brianlagunas_cp 8fad2fceee small bug fixed and reving for 1.3 release 15 years ago
brianlagunas_cp 7441433bf6 MaskedTextBox: fixed bug where setting IncludeLiterals or IncludePrompt properties inside DataTemplate would throw exception. 15 years ago
brianlagunas_cp 656792de6a MaskedTextBox: fixed Blend designer error. 15 years ago
brianlagunas_cp 8e558b1436 changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 15 years ago
brianlagunas_cp 05b6f8024d InputBase: Renamed DisplayText back to Text. made more sense and I didn't want to go change all the documentation to DisplayText :0P 15 years ago
brianlagunas_cp 34e7fd56df Made a lot of changes, and possible breaking changes: 15 years ago