emartin_cp
|
0c933c8124
|
1.8.0 Release
|
14 years ago |
emartin_cp
|
2edfd42354
|
1.7.0 Release
|
14 years ago |
Nebuleux_cp
|
1f0dbeb7e0
|
Change the license back to Microsoft Public (Ms-PL) in the header of every .cs and .xaml files.
|
14 years ago |
Nebuleux_cp
|
a5a5359315
|
Change the namespaces.
|
15 years ago |
Nebuleux_cp
|
8986e47c1c
|
MaskedTextBox: Fix navigation issues when the control is in read-only mode.
|
15 years ago |
Nebuleux_cp
|
e2673d5001
|
MaskedTextBox: Fix the bug where control characters would clear the selected text.
|
15 years ago |
Nebuleux_cp
|
f0775d4061
|
Add a license description in the header of every .cs and .xaml files.
|
15 years ago |
brianlagunas_cp
|
ecb8324c33
|
fixed all OnApplyTemplate overrides that hook into events.
|
15 years ago |
brianlagunas_cp
|
5f8aa6477b
|
MaskedTextBox: fixed issue where arrows would clear selected text
|
15 years ago |
brianlagunas_cp
|
6ffe5c2220
|
MaskedTextBox: fix bug with not properly handling optional digits represented by 9
|
15 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.
|
16 years ago |
brianlagunas_cp
|
7604e6cad1
|
MaskedTextBox: fixed focus issue when calling Focus method.
|
16 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.
|
16 years ago |