Commit Graph

  • 4b1f83e163 added ButtonChrome to ButtonSpinner. This is the first step to supporting theming. brianlagunas_cp 2011-02-22 21:46:36 +0000
  • 10584447af working on ButtonChrome styling and SplitButton template. brianlagunas_cp 2011-02-22 20:54:21 +0000
  • 8194dbec70 working on ButtonChrome styling and SplitButton template. brianlagunas_cp 2011-02-22 20:54:21 +0000
  • c77febf480 ColorToSolidColorBrushConverter: implemented ConvertBack method. Although not used in the toolkit, a user has requested this functionaltiy and provided a patch. brianlagunas_cp 2011-02-22 16:19:24 +0000
  • ebdaa9936e ColorToSolidColorBrushConverter: implemented ConvertBack method. Although not used in the toolkit, a user has requested this functionaltiy and provided a patch. brianlagunas_cp 2011-02-22 16:19:24 +0000
  • d52abc0427 marked assembly as CLSCompliant brianlagunas_cp 2011-02-22 16:10:27 +0000
  • 9333d8e722 marked assembly as CLSCompliant brianlagunas_cp 2011-02-22 16:10:27 +0000
  • 607584d43f ButtonChrome: working on colors brianlagunas_cp 2011-02-22 03:23:17 +0000
  • 42d6b7442c ButtonChrome: working on colors brianlagunas_cp 2011-02-22 03:23:17 +0000
  • 8694161d60 ButtonChrome: working on colors brianlagunas_cp 2011-02-22 03:19:39 +0000
  • 6d791bb533 ButtonChrome: working on colors brianlagunas_cp 2011-02-22 03:19:39 +0000
  • 5cc69cc49e initial check in of ButtonChrome control brianlagunas_cp 2011-02-22 01:29:52 +0000
  • ff9bd8d4b3 initial check in of ButtonChrome control brianlagunas_cp 2011-02-22 01:29:52 +0000
  • d9f171528f SplitButton: added click event and Commanding support. brianlagunas_cp 2011-02-21 19:21:03 +0000
  • 3e48226b80 SplitButton: added click event and Commanding support. brianlagunas_cp 2011-02-21 19:21:03 +0000
  • 2ed2b328f6 finally got SplitButton popup behavior working properly. brianlagunas_cp 2011-02-21 17:05:17 +0000
  • d383114882 finally got SplitButton popup behavior working properly. brianlagunas_cp 2011-02-21 17:05:17 +0000
  • 2021b454fc trying to get SplitButton to behave properly, not having much success. brianlagunas_cp 2011-02-16 23:17:23 +0000
  • c039dbada6 trying to get SplitButton to behave properly, not having much success. brianlagunas_cp 2011-02-16 23:17:23 +0000
  • 77c5557650 initial check in of new SplitButton control. brianlagunas_cp 2011-02-16 18:16:36 +0000
  • e89b0bd2e2 initial check in of new SplitButton control. brianlagunas_cp 2011-02-16 18:16:36 +0000
  • 1c8402d3b7 deleted old UpDownBase folder brianlagunas_cp 2011-02-15 23:00:57 +0000
  • f2a2854adb deleted old UpDownBase folder brianlagunas_cp 2011-02-15 23:00:57 +0000
  • c028c06421 Moved UpDownBase into the primitives namespace. brianlagunas_cp 2011-02-15 23:00:21 +0000
  • 91212cae5e Moved UpDownBase into the primitives namespace. brianlagunas_cp 2011-02-15 23:00:21 +0000
  • 7795ff42f7 ChildWindow: fixed Closed and Closing event bug. When setting e.Cancel to true in the Closing event, the ChildWindow would still close. brianlagunas_cp 2011-02-15 22:29:21 +0000
  • ee9b39d2c2 ChildWindow: fixed Closed and Closing event bug. When setting e.Cancel to true in the Closing event, the ChildWindow would still close. brianlagunas_cp 2011-02-15 22:29:21 +0000
  • d2fc320f65 ChildWindow: fixed focus issue when showing the ChildWindow and immediately tabbing. brianlagunas_cp 2011-02-15 21:55:30 +0000
  • aa2a3cf4b6 ChildWindow: fixed focus issue when showing the ChildWindow and immediately tabbing. brianlagunas_cp 2011-02-15 21:55:30 +0000
  • 39b83d04a8 forgot to check in generic.xaml with last check in brianlagunas_cp 2011-02-15 21:47:50 +0000
  • d1ebdcdf2e forgot to check in generic.xaml with last check in brianlagunas_cp 2011-02-15 21:47:50 +0000
  • 5e15db5835 ChildWindow: implemented properties that were previsouly not implemented such as OverlayBrush and OverlayOpacity which controls the look of the modal overlay when using the ChildWindow in a modal setting. Changed Caption property from type of string to type of object so now complex captions can be created using various XAML elements. brianlagunas_cp 2011-02-15 21:45:03 +0000
  • edee55cbb0 ChildWindow: implemented properties that were previsouly not implemented such as OverlayBrush and OverlayOpacity which controls the look of the modal overlay when using the ChildWindow in a modal setting. Changed Caption property from type of string to type of object so now complex captions can be created using various XAML elements. brianlagunas_cp 2011-02-15 21:45:03 +0000
  • 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. brianlagunas_cp 2011-02-15 17:00:16 +0000
  • 1f522971e0 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. brianlagunas_cp 2011-02-15 17:00:16 +0000
  • 7fbd1652b5 DateTimeUpDown: implemented feature request to support null DateTime values. Also implemented ability to set Value to null by simply pressing the Delete key. brianlagunas_cp 2011-02-15 16:10:40 +0000
  • 96ae3b4894 DateTimeUpDown: implemented feature request to support null DateTime values. Also implemented ability to set Value to null by simply pressing the Delete key. brianlagunas_cp 2011-02-15 16:10:40 +0000
  • 1c3ca6df7e ChildWIndow: fixed bug when creating child window from code and setting IsModal to true. brianlagunas_cp 2011-02-13 03:04:27 +0000
  • eebf28e57c ChildWIndow: fixed bug when creating child window from code and setting IsModal to true. brianlagunas_cp 2011-02-13 03:04:27 +0000
  • 58b648b40c ChildWIndow: fixed bug which was cause by showing the window then resizing the parent, the window would not recalculate its position to stay in view. I refactored the code. I also added a new property called WindowStartupLocation. There are two options; Center and Manual. Set it to Center if you want the ChildWindow to always be centered when it opens. Set it to Manual if you want to control where it opens by setting the Top and Left properties. If set on Manual and the user drags the ChildWindow and closes it, it will reopen the last place the user moved it. The default value is Manual. brianlagunas_cp 2011-02-12 03:43:33 +0000
  • d199ca89ef ChildWIndow: fixed bug which was cause by showing the window then resizing the parent, the window would not recalculate its position to stay in view. I refactored the code. I also added a new property called WindowStartupLocation. There are two options; Center and Manual. Set it to Center if you want the ChildWindow to always be centered when it opens. Set it to Manual if you want to control where it opens by setting the Top and Left properties. If set on Manual and the user drags the ChildWindow and closes it, it will reopen the last place the user moved it. The default value is Manual. brianlagunas_cp 2011-02-12 03:43:33 +0000
  • a1c5cee93b ChildWindow: fixed tabbing bug. brianlagunas_cp 2011-02-12 00:32:15 +0000
  • 3ccd7abf87 ChildWindow: fixed tabbing bug. brianlagunas_cp 2011-02-12 00:32:15 +0000
  • 99f34fec54 ColorPicker: added transparent color swatch to Standard Colors. Fixed minor binding errors. brianlagunas_cp 2011-02-11 22:29:22 +0000
  • 7f0119cf3b ColorPicker: added transparent color swatch to Standard Colors. Fixed minor binding errors. brianlagunas_cp 2011-02-11 22:29:22 +0000
  • 12aae2ff0c RichTextBoxFormatBar: fixed bug when setting a RTB background color to anything but white and then showing the format bar which would add a white highlight color to the selected text. brianlagunas_cp 2011-02-11 19:38:38 +0000
  • 4d0fce4572 RichTextBoxFormatBar: fixed bug when setting a RTB background color to anything but white and then showing the format bar which would add a white highlight color to the selected text. brianlagunas_cp 2011-02-11 19:38:38 +0000
  • 381eb5d1d4 RichTextBoxFormatBar: fixed color indicator on font color picker brianlagunas_cp 2011-02-10 04:13:35 +0000
  • a98b11725a RichTextBoxFormatBar: fixed color indicator on font color picker brianlagunas_cp 2011-02-10 04:13:35 +0000
  • 17e1e9f05f ColorPicker: added new property that allows you to specify how to show the color information. You can show just the color or the color and color name. Just set the DisplayColorAndName property to true to display the color block and the name of the color next to it. brianlagunas_cp 2011-02-10 01:10:45 +0000
  • a350346700 ColorPicker: added new property that allows you to specify how to show the color information. You can show just the color or the color and color name. Just set the DisplayColorAndName property to true to display the color block and the name of the color next to it. brianlagunas_cp 2011-02-10 01:10:45 +0000
  • 53ead6bd64 ColorPicker: fixed bug where the popup would stay open when other controls receive focus. Restyled the colorPicker. RichTextBoxFormatBar: fixed font highlight toogle button to display the current highlight color brianlagunas_cp 2011-02-10 00:26:25 +0000
  • 00c054a869 ColorPicker: fixed bug where the popup would stay open when other controls receive focus. Restyled the colorPicker. RichTextBoxFormatBar: fixed font highlight toogle button to display the current highlight color brianlagunas_cp 2011-02-10 00:26:25 +0000
  • d37d90a255 RichTextBox: fixed bug when using custom formatter and binding to null/empty text property. Also added RichTextBox.Clear method to allow user to programmatically clear the contents of the RTB. brianlagunas_cp 2011-02-04 03:35:28 +0000
  • 06eaf6a2e6 RichTextBox: fixed bug when using custom formatter and binding to null/empty text property. Also added RichTextBox.Clear method to allow user to programmatically clear the contents of the RTB. brianlagunas_cp 2011-02-04 03:35:28 +0000
  • e6ebd6d72d MaskeTextBox and NumericUpDown: implemented support for access keys when used with a Label. brianlagunas_cp 2011-02-01 22:39:09 +0000
  • 0612d61d0a MaskeTextBox and NumericUpDown: implemented support for access keys when used with a Label. brianlagunas_cp 2011-02-01 22:39:09 +0000
  • 4cc111cd09 DateTimeUpDown: added support for custom format. Simply specify the Format as Custom and then provide a FormatString. brianlagunas_cp 2011-01-24 21:01:43 +0000
  • 0747f90697 DateTimeUpDown: added support for custom format. Simply specify the Format as Custom and then provide a FormatString. brianlagunas_cp 2011-01-24 21:01:43 +0000
  • dff22927b6 MaskedTextBox: implemented paste brianlagunas_cp 2011-01-21 19:20:00 +0000
  • 11b569193e MaskedTextBox: implemented paste brianlagunas_cp 2011-01-21 19:20:00 +0000
  • 28afd0ab72 RichTextBox: fixed bug that I re-introduced that deals with using custom ITextFormatters. brianlagunas_cp 2011-01-21 16:49:30 +0000
  • 37ae70fffe RichTextBox: fixed bug that I re-introduced that deals with using custom ITextFormatters. brianlagunas_cp 2011-01-21 16:49:30 +0000
  • 4abef32184 Input controls: added support to change background color. brianlagunas_cp 2011-01-14 15:22:56 +0000
  • 46b59a6c40 Input controls: added support to change background color. brianlagunas_cp 2011-01-14 15:22:56 +0000
  • b4c81d1ce6 Branched from $/wpftoolkit/Main/Source brianlagunas_cp 2011-01-07 22:27:33 +0000
  • 8fad2fceee small bug fixed and reving for 1.3 release brianlagunas_cp 2011-01-07 22:20:09 +0000
  • 76f3237d38 small bug fixed and reving for 1.3 release brianlagunas_cp 2011-01-07 22:20:09 +0000
  • 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. brianlagunas_cp 2011-01-05 02:43:11 +0000
  • f37d35b699 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. brianlagunas_cp 2011-01-05 02:43:11 +0000
  • 70fa0cf668 DateTimeUpDown: added support for manually entering datTime values as strings in XAML into the Value property. Now you can do this: brianlagunas_cp 2011-01-05 01:33:02 +0000
  • af4e1b9889 DateTimeUpDown: added support for manually entering datTime values as strings in XAML into the Value property. Now you can do this: brianlagunas_cp 2011-01-05 01:33:02 +0000
  • 0808c7e7b0 DateTimeUpDown: fixed bug introduced a couple of changesets ago, where the selection gets all screwed up. brianlagunas_cp 2011-01-05 01:18:04 +0000
  • cf51ce2d19 DateTimeUpDown: fixed bug introduced a couple of changesets ago, where the selection gets all screwed up. brianlagunas_cp 2011-01-05 01:18:04 +0000
  • 87e4f40933 RichTextBxox: fixed bug where setting a ViewModel property in code would not update the RichTextBox brianlagunas_cp 2011-01-03 19:55:36 +0000
  • d8cb8ed8aa RichTextBxox: fixed bug where setting a ViewModel property in code would not update the RichTextBox brianlagunas_cp 2011-01-03 19:55:36 +0000
  • 62587a34fb RichTextBox: fixed but when using a custom TextFormatter inside a DataTemplate. brianlagunas_cp 2010-12-27 18:38:01 +0000
  • de126a4f92 RichTextBox: fixed but when using a custom TextFormatter inside a DataTemplate. brianlagunas_cp 2010-12-27 18:38:01 +0000
  • 7441433bf6 MaskedTextBox: fixed bug where setting IncludeLiterals or IncludePrompt properties inside DataTemplate would throw exception. brianlagunas_cp 2010-12-27 18:04:42 +0000
  • 42a1d5a0e7 MaskedTextBox: fixed bug where setting IncludeLiterals or IncludePrompt properties inside DataTemplate would throw exception. brianlagunas_cp 2010-12-27 18:04:42 +0000
  • 991992fb97 Fixed bug in DateTimeUpDown when not changing the Format, null exception would occur when changing values. Added default foreground colors to editors to controls like the DataGrid will not change the foreground color. brianlagunas_cp 2010-12-24 20:47:16 +0000
  • efb9863205 Fixed bug in DateTimeUpDown when not changing the Format, null exception would occur when changing values. Added default foreground colors to editors to controls like the DataGrid will not change the foreground color. brianlagunas_cp 2010-12-24 20:47:16 +0000
  • d417961ec2 NumericUpDown: implemented new feature request of SelectAllOnGotFocus property. When set to true, all text will be selected when the user tabs or single clicks into the control. brianlagunas_cp 2010-12-22 17:16:38 +0000
  • 0c500de7ea NumericUpDown: implemented new feature request of SelectAllOnGotFocus property. When set to true, all text will be selected when the user tabs or single clicks into the control. brianlagunas_cp 2010-12-22 17:16:38 +0000
  • 3b0508eb3a Spinner: fixed bug when exception occurred when the spinner button was clicked after typing a number above the maximum allowed. brianlagunas_cp 2010-12-22 16:01:40 +0000
  • 0dddb5db96 Spinner: fixed bug when exception occurred when the spinner button was clicked after typing a number above the maximum allowed. brianlagunas_cp 2010-12-22 16:01:40 +0000
  • 7e23ff70da ButtonSpinner: Fixed tabbing issues. brianlagunas_cp 2010-12-16 14:29:51 +0000
  • b7bd96065a ButtonSpinner: Fixed tabbing issues. brianlagunas_cp 2010-12-16 14:29:51 +0000
  • 656792de6a MaskedTextBox: fixed Blend designer error. brianlagunas_cp 2010-11-30 03:20:05 +0000
  • ff40982ff2 MaskedTextBox: fixed Blend designer error. brianlagunas_cp 2010-11-30 03:20:05 +0000
  • 606aeda9f9 [14735]: MessageBox: fixed ArgulmentNullException when showing a messageBox before a window has loaded. brianlagunas_cp 2010-11-23 03:06:53 +0000
  • 64e231452f [14735]: MessageBox: fixed ArgulmentNullException when showing a messageBox before a window has loaded. brianlagunas_cp 2010-11-23 03:06:53 +0000
  • 37ca2046a3 Added ValueChanged event to DateTimeUpDown and NumericUpDown. brianlagunas_cp 2010-11-18 23:00:34 +0000
  • a55ce6ee12 Added ValueChanged event to DateTimeUpDown and NumericUpDown. brianlagunas_cp 2010-11-18 23:00:34 +0000
  • e224ec351f forgot to add the images to the 3.5 solution brianlagunas_cp 2010-11-18 22:28:49 +0000
  • 93d8ccdccf forgot to add the images to the 3.5 solution brianlagunas_cp 2010-11-18 22:28:49 +0000
  • d0b7fe55f4 ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. RichTextBoxFormatBar: Added Text Highlight Color, Font Color, Bullet list and numbered lists. brianlagunas_cp 2010-11-18 22:22:16 +0000
  • ee3b4d313d ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. RichTextBoxFormatBar: Added Text Highlight Color, Font Color, Bullet list and numbered lists. brianlagunas_cp 2010-11-18 22:22:16 +0000
  • e8e942ad1f Merged updated ColorPicker into 3.5 solution. brianlagunas_cp 2010-11-16 01:48:26 +0000
  • b0340962ae Merged updated ColorPicker into 3.5 solution. brianlagunas_cp 2010-11-16 01:48:26 +0000