8 Commits (51e6a10b9fb52bdc5d8a900d359a653600d5566b)

Author SHA1 Message Date
brianlagunas_cp 51e6a10b9f check in of new DecimalUpDown and DoubleUpDown. All numeric UpDown controls shoudl be functional. Now it is time to refactor. 15 years ago
brianlagunas_cp 6f5d844125 checked in initial IntegerUpDown control. Not ready for use, just getting it in the code base. 15 years ago
brianlagunas_cp 9d85504a12 In order to reliably support the different numeric data types, I need to create a specific control for each data type. So instead of copying and pasting I am going to try to create a generic base class that has most of the logic in it. This will make the NumericUpDown control obsolete and it will be removed from the toolkit. The new controls will be DecimalUpDown, DoubleUpDown, and IntegerUpDown. 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 70f5b84375 ButtonSpinner: Added AllowSpin and ShowButtonSpinner properties 15 years ago
brianlagunas_cp c028c06421 Moved UpDownBase into the primitives namespace. 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 16 years ago
brianlagunas_cp e04f959612 fixed some stuff I broke, and improved data type conversions 16 years ago
brianlagunas_cp 34e7fd56df Made a lot of changes, and possible breaking changes: 16 years ago