3 Commits (e1c01ca2f3ae38076f118b66b9e2a4f12e81979e)

Author SHA1 Message Date
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 8d02413ea0 DateTimeUpDown: fixed bug when DateTimePart selection would not be correct when setting the Value property first in XAML. 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 c028c06421 Moved UpDownBase into the primitives namespace. 15 years ago
brianlagunas_cp 679bd24e0e DateTimeUpDown: added Left and Right keyboard navigation so the user can use the keyboard to select the different DateTime parts instead of having to use the mouse everytime. 15 years ago
brianlagunas_cp 7fbd1652b5 DateTimeUpDown: implemented feature request to support null DateTime values. Also implemented ability to set Value to null by simply pressing the Delete key. 15 years ago
brianlagunas_cp 4cc111cd09 DateTimeUpDown: added support for custom format. Simply specify the Format as Custom and then provide a FormatString. 15 years ago
brianlagunas_cp 5ff349863c DateTimeUpdown: fixed bug when user typed in date/time for the Value Property in xaml then clicking the up/down arrows without making a selection. 15 years ago
brianlagunas_cp 70fa0cf668 DateTimeUpDown: added support for manually entering datTime values as strings in XAML into the Value property. Now you can do this: 15 years ago
brianlagunas_cp 0808c7e7b0 DateTimeUpDown: fixed bug introduced a couple of changesets ago, where the selection gets all screwed up. 15 years ago
brianlagunas_cp 991992fb97 Fixed bug in DateTimeUpDown when not changing the Format, null exception would occur when changing values. 15 years ago
brianlagunas_cp 37ca2046a3 Added ValueChanged event to DateTimeUpDown and NumericUpDown. 16 years ago
brianlagunas_cp eaaffa09bb DateTimeUpDown: fixed bug that occurs when you hit the enter button. 16 years ago
brianlagunas_cp bb9b091063 did some refactoring of DateTimeUpDown 16 years ago
brianlagunas_cp cf4a8d4201 added new DateTimeUpDown control. Aloows you to use spin buttons or the mouse wheel to increment/decrement individual sections of a DateTime value. There are currently 10 supported formats: FullDateTime, LongDate, LongTime, MonthDay, RFC1123, ShortDate, ShortTime, SortableDateTime, UniversalSortableDateTime, and YearMonth. Use the control as follows: 16 years ago