22 Commits (21ede68b8b06db27a14f449ebf1be59b7402237d)

Author SHA1 Message Date
brianlagunas_cp 816de91c66 NUmeric UpDown editors: Fixed .NET 3.5 bug with TextAlignment property. 15 years ago
brianlagunas_cp 256bc70a27 Numeric UpDown editors: fixed issue with with Value being set before the newValue is coerced and then having the Value set again. Now the Value is coerced and set only once. 15 years ago
brianlagunas_cp 9d90261826 UpDown editors: due to a bug in Visual Studio, you cannot create event handlers for events that have generic or nullable event args in XAML. So I changed the event args to object to support the design experience, but this now forces you to cast the result of the new value to the appropriate data type. 15 years ago
brianlagunas_cp a2ba2885ec UpDownBase: found issue in .NET 3.5 version with updating text. 15 years ago
brianlagunas_cp 8448087086 Getting ready for v1.4 release 15 years ago
brianlagunas_cp 9858a1e81f numeric editors: minor changes. 15 years ago
brianlagunas_cp b7b88c6903 removed NumericUpDown control. 15 years ago
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 af6d43a151 Added Watermark and WatermarkTemplate to all controls derived from InputBase. 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 a030fcd934 initial checkin of new ColorCanvas control. This is an advanced color control that is not within a popup, but acts as a stand alone control that allows you to select colors by using a color canvas, or by setting RGB and Alpha values. 15 years ago
brianlagunas_cp c028c06421 Moved UpDownBase into the primitives namespace. 15 years ago
brianlagunas_cp 37ca2046a3 Added ValueChanged event to DateTimeUpDown and NumericUpDown. 16 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 403c43dc31 NumericUpDown: constrained the Value between the Min and Max values. 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
brianlagunas_cp 532dab48f0 added new NumericUpDown control. It provides spin buttons to increment and decrement the value. You can also specifiy a format in which to show the value such as currency C2, or decimal up to three decimals F3. YOu can specify a Min and Max value as well as the increment values. You can also specify if the user can type in the textbox by setting IsEditable property. Support for up/down arrows and mouse wheel. 16 years ago
brianlagunas_cp 308ad9dc85 initial checkin of new ButtonSpinner control. Allows you to add button spinners to any element and then respond to the Spin event to manipulate that element. To add use the following syntax 16 years ago