11 Commits (a2ba2885ecc91093b8c24a5f2c219d7a6fb7e0d9)

Author SHA1 Message Date
brianlagunas_cp c3b25b60ad DateTimePicker and TimePicker: added Watermark and WatermarkTemplate properties. Also fixed small bug in the DateTimePicker. 15 years ago
brianlagunas_cp b7b88c6903 removed NumericUpDown control. 15 years ago
brianlagunas_cp ccdae8bb19 NumericUpDown and DateTimeUpDown: Renamed NullValue to DefaultValue. 15 years ago
brianlagunas_cp 55c9ce7f55 small misc fixed and changes. 15 years ago
brianlagunas_cp 6a0c61dbae DateTimeUpDown: got date/time editing working for most common patterns. If the DateTime value has characters between the different DateTime parts such as T or Z, it will not work correctly. 15 years ago
brianlagunas_cp 35c134a302 DateTimeUpDown: fixed bug I just introduced. 15 years ago
brianlagunas_cp c4b66dce21 DateTimeUpDown: working on making the control editable (enter values with keyboard). Only have the date editing working. Still working on the time editing. 15 years ago
brianlagunas_cp 0669e78ec7 NumericUpDown and DateTimeUpDown: added NullValue property which allows you to set a default value if the bound value is null. The NullValue will be used when the increment/decrement buttons are pressed on a null value. 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 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