45 Commits (b3b7d9d452bb20269ec2043979ddca2fb148a06b)

Author SHA1 Message Date
brianlagunas_cp ec9f9cc534 playing with theming 15 years ago
brianlagunas_cp e129c60465 DateTimeParser: now correctly parses SortableDateTime and UniversalSortableDateTime formats 15 years ago
brianlagunas_cp 8931793f6b forgot to remove test code. 15 years ago
brianlagunas_cp cd5b6355a9 DateTimeUpDown: fixed bug with CultureInfo 15 years ago
brianlagunas_cp 19ea540264 InputBase and UpDownBase controls: BREAKING CHANGE - renamed IsEditable to IsReadOnly and implemented accordingly. 15 years ago
brianlagunas_cp d8f5f1f0f1 DateTimeUpDown/DateTimePicker: fixed applying a custom format when the FormatString is defined first in XAML. 15 years ago
brianlagunas_cp dcb9127ee4 DateTimeUpDown: added support for custom context menu 15 years ago
brianlagunas_cp 59c178e4cc DateTimeParser: added support for cultures that have "." as a date/time separator such as Danish. 15 years ago
brianlagunas_cp 5e687f11ef DateTimeParser: fixed exception when Format is null 15 years ago
brianlagunas_cp 8e22d5cf2c DateTimePicker: fixed issue with custom format and binding the same dateTime to multiple DateTime controls. 15 years ago
brianlagunas_cp 4beca7ad28 DateTime controls: improved the date time parsing to better support different cultures. 15 years ago
brianlagunas_cp c39ed7c020 TimePicker: fixed bug when trying to use a Custom format and FormatString. Reved to 1.4.0.2. 15 years ago
brianlagunas_cp 43564c3cce DateTimeUpDown: fixed bug when using custom formats and IsEditable = true 15 years ago
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 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 842d711c7a Fixed Watermarks so that they cannot receive focus. 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 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 dc5054e770 MaskedTextBox, NumericUpDown, DateTimeUpDown: fixed bug where HorizontalCOntentALignment would have no effect. 15 years ago
brianlagunas_cp 70f5b84375 ButtonSpinner: Added AllowSpin and ShowButtonSpinner properties 15 years ago
brianlagunas_cp e49f830059 initial check-in of new DateTimePicker control. Get the best of both worlds. This combines the DateTimeUpDown control with a drop down that has a Calendar control and another TimeUpDown control. 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 fba114e062 DateTimeUpDown and NumericUpDown: fixed TabIndex issue. 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