Commit Graph

  • 849c3894e7 CheckListBox: fixed bug where CheckedItems would be null when setting the items source. brianlagunas_cp 2011-08-31 01:33:34 +0000
  • fca23e1f6d Numeric Up/Down controls: fixed the foreground color when the controls are disabled. brianlagunas_cp 2011-08-29 14:33:05 +0000
  • dce25a27a0 Numeric Up/Down controls: fixed the foreground color when the controls are disabled. brianlagunas_cp 2011-08-29 14:33:05 +0000
  • 1a5060c4cf DateTimePicker: if the Calendar is open and has focus the Up/Down keys would not navigate the calendar as expected. This has been fixed. brianlagunas_cp 2011-08-29 13:51:58 +0000
  • 3911d3bf6b DateTimePicker: if the Calendar is open and has focus the Up/Down keys would not navigate the calendar as expected. This has been fixed. brianlagunas_cp 2011-08-29 13:51:58 +0000
  • 59246fd23c PropertyGrid: added new AdvanceOptionsMenu property that allows you to specify a custom ContentMenu for the AdvanceOptions button on a property item. brianlagunas_cp 2011-08-24 23:04:42 +0000
  • 8c1d87db6c PropertyGrid: added new AdvanceOptionsMenu property that allows you to specify a custom ContentMenu for the AdvanceOptions button on a property item. brianlagunas_cp 2011-08-24 23:04:42 +0000
  • 1f2c86021d ButtonSpinner: removed fix in change set 78704 due to side affects. brianlagunas_cp 2011-08-24 22:34:45 +0000
  • 1114747461 ButtonSpinner: removed fix in change set 78704 due to side affects. brianlagunas_cp 2011-08-24 22:34:45 +0000
  • 10439780dc ButtonSpinner: changed foreground color of arrows when control is disabled brianlagunas_cp 2011-08-24 22:10:58 +0000
  • 600181eda9 ButtonSpinner: changed foreground color of arrows when control is disabled brianlagunas_cp 2011-08-24 22:10:58 +0000
  • 01c639cccd Fixed issue with numeric updown controls where clicking the button spinners would remove focus from the textbox. brianlagunas_cp 2011-08-24 15:47:02 +0000
  • 04ce71f853 Fixed issue with numeric updown controls where clicking the button spinners would remove focus from the textbox. brianlagunas_cp 2011-08-24 15:47:02 +0000
  • e94609c094 MultilineTextEditor: fixed exception when creating more than one instance. This was due to the default image being set as the content. Applied the x:Shared attribute to resolve. brianlagunas_cp 2011-08-22 14:56:59 +0000
  • db1c1d3c11 MultilineTextEditor: fixed exception when creating more than one instance. This was due to the default image being set as the content. Applied the x:Shared attribute to resolve. brianlagunas_cp 2011-08-22 14:56:59 +0000
  • dde61640ae working on ChildWindow example for the sample application brianlagunas_cp 2011-08-19 02:02:53 +0000
  • cf04b9e76f working on ChildWindow example for the sample application brianlagunas_cp 2011-08-19 02:02:53 +0000
  • 7553284ceb MaskedTextBox: fixed bug that was introduced with new "typing while all text selected overwrites value" feature, where the Tab key would cause the text to be deleted when all text was selected. brianlagunas_cp 2011-08-12 16:17:33 +0000
  • 59b8320a50 MaskedTextBox: fixed bug that was introduced with new "typing while all text selected overwrites value" feature, where the Tab key would cause the text to be deleted when all text was selected. brianlagunas_cp 2011-08-12 16:17:33 +0000
  • d8f5f1f0f1 DateTimeUpDown/DateTimePicker: fixed applying a custom format when the FormatString is defined first in XAML. brianlagunas_cp 2011-08-11 14:58:12 +0000
  • b7839751ea DateTimeUpDown/DateTimePicker: fixed applying a custom format when the FormatString is defined first in XAML. brianlagunas_cp 2011-08-11 14:58:12 +0000
  • 31dc084e34 Numeric up/down controls: fixed issue with Control.Focus(). brianlagunas_cp 2011-08-11 14:22:24 +0000
  • c9672dfbe0 Numeric up/down controls: fixed issue with Control.Focus(). brianlagunas_cp 2011-08-11 14:22:24 +0000
  • acce33e1e1 added Microsoft.Practices.ServiceLocation.dll brianlagunas_cp 2011-08-11 13:18:06 +0000
  • aa8be2e79f added Microsoft.Practices.ServiceLocation.dll brianlagunas_cp 2011-08-11 13:18:06 +0000
  • e657e49475 Branched from $/wpftoolkit/Main/Source brianlagunas_cp 2011-08-09 18:42:52 +0000
  • ac082aa42b incremented to v1.5.0.0 brianlagunas_cp 2011-08-09 18:41:38 +0000
  • 97177d925a incremented to v1.5.0.0 brianlagunas_cp 2011-08-09 18:41:38 +0000
  • 90605c1fd5 MaskedTextBox: implemented feature when all text is selected and user types a new value, all text is deleted and the new value is entered in its place. brianlagunas_cp 2011-08-09 18:29:45 +0000
  • ce253a4545 MaskedTextBox: implemented feature when all text is selected and user types a new value, all text is deleted and the new value is entered in its place. brianlagunas_cp 2011-08-09 18:29:45 +0000
  • f08d4ddb73 MessageBox: fixed issue where it is possible for the button in the click event handler to be null. brianlagunas_cp 2011-08-09 18:21:21 +0000
  • 11a71789d4 MessageBox: fixed issue where it is possible for the button in the click event handler to be null. brianlagunas_cp 2011-08-09 18:21:21 +0000
  • 1de41a011a added Calculator samples to sample application brianlagunas_cp 2011-08-05 19:06:40 +0000
  • d438d6dc6a added Calculator samples to sample application brianlagunas_cp 2011-08-05 19:06:40 +0000
  • 31bf9c79cd added DropDownButton, ButtonSpinner, and SplitButton examples to the Sample application brianlagunas_cp 2011-08-05 18:05:50 +0000
  • 9d80509ccd added DropDownButton, ButtonSpinner, and SplitButton examples to the Sample application brianlagunas_cp 2011-08-05 18:05:50 +0000
  • 77543e30e0 added BusyIndicator samples to the Sample application. brianlagunas_cp 2011-08-05 15:46:35 +0000
  • 262d257abc added BusyIndicator samples to the Sample application. brianlagunas_cp 2011-08-05 15:46:35 +0000
  • 4c94490c39 WatermarkTextBox, fixed small issue with SelectAllOnGotFocus and updated sample to include this feature. brianlagunas_cp 2011-08-05 05:09:34 +0000
  • feeae4b762 WatermarkTextBox, fixed small issue with SelectAllOnGotFocus and updated sample to include this feature. brianlagunas_cp 2011-08-05 05:09:34 +0000
  • b4ad07b61d added WatermakrTextBox samples to Sample application. brianlagunas_cp 2011-08-05 04:47:41 +0000
  • 0510faf291 added WatermakrTextBox samples to Sample application. brianlagunas_cp 2011-08-05 04:47:41 +0000
  • 5567f5637e finished the base architecture for the sample application. You will be able to view both the XAML and the C# code in tabs while running the sample application. Now I just need to start adding some samples. brianlagunas_cp 2011-08-04 22:02:41 +0000
  • 2088a48540 finished the base architecture for the sample application. You will be able to view both the XAML and the C# code in tabs while running the sample application. Now I just need to start adding some samples. brianlagunas_cp 2011-08-04 22:02:41 +0000
  • 790d7159f1 merged all controls and bug fixes into the .NET 3.5 solution. brianlagunas_cp 2011-08-03 20:30:08 +0000
  • 246e7d6958 merged all controls and bug fixes into the .NET 3.5 solution. brianlagunas_cp 2011-08-03 20:30:08 +0000
  • 24ded02642 Wizard: Made WizardPageType.Exterior the default PageType brianlagunas_cp 2011-08-03 17:42:54 +0000
  • 9ff3ba5364 Wizard: Made WizardPageType.Exterior the default PageType brianlagunas_cp 2011-08-03 17:42:54 +0000
  • 3a8c84bff5 Wizard: implemented default style brianlagunas_cp 2011-08-03 17:41:13 +0000
  • 4e45d3a99c Wizard: implemented default style brianlagunas_cp 2011-08-03 17:41:13 +0000
  • e6d88f30da PropertyGrid: added ShowAdvancedOptions property. brianlagunas_cp 2011-08-03 03:55:09 +0000
  • 66c4165ba9 PropertyGrid: added ShowAdvancedOptions property. brianlagunas_cp 2011-08-03 03:55:09 +0000
  • 6feaea84aa various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. brianlagunas_cp 2011-08-03 02:17:04 +0000
  • 9ab58c5d44 various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. brianlagunas_cp 2011-08-03 02:17:04 +0000
  • a211507f8d Starting to work on the styling of the Wizard control and WizardPages brianlagunas_cp 2011-08-02 22:42:02 +0000
  • 5586bb8930 Starting to work on the styling of the Wizard control and WizardPages brianlagunas_cp 2011-08-02 22:42:02 +0000
  • 72ec92e4c2 MultiLineTextEditor: added text releated properties brianlagunas_cp 2011-08-02 21:57:32 +0000
  • 6cce812e96 MultiLineTextEditor: added text releated properties brianlagunas_cp 2011-08-02 21:57:32 +0000
  • 75dcc5524e added new MultiLineTextEditor control. PrimitiveTypeCollectionEditor now uses this control for accepting text input. brianlagunas_cp 2011-08-02 21:25:35 +0000
  • f09b4f36c8 added new MultiLineTextEditor control. PrimitiveTypeCollectionEditor now uses this control for accepting text input. brianlagunas_cp 2011-08-02 21:25:35 +0000
  • b3840750b6 small width change for PrimitiveCollectionEditor brianlagunas_cp 2011-08-02 19:36:03 +0000
  • 64c8f5c612 small width change for PrimitiveCollectionEditor brianlagunas_cp 2011-08-02 19:36:03 +0000
  • cfcb570f14 New PrimitiveTypeCollectionEditor added. It is used for editing IList<PrimitiveType> such as Int and String. PropertyGrid now uses this editor for editing primitive colleciton types. brianlagunas_cp 2011-08-02 19:32:10 +0000
  • 58e14addb7 New PrimitiveTypeCollectionEditor added. It is used for editing IList<PrimitiveType> such as Int and String. PropertyGrid now uses this editor for editing primitive colleciton types. brianlagunas_cp 2011-08-02 19:32:10 +0000
  • 8aaac023af PropertyGrid: finished CollectionEditor control. This editor will only work for collections that implement the IList interface. brianlagunas_cp 2011-08-01 20:05:03 +0000
  • 25ca91845c PropertyGrid: finished CollectionEditor control. This editor will only work for collections that implement the IList interface. brianlagunas_cp 2011-08-01 20:05:03 +0000
  • a17f24e2bb PropertyGrid: working on Collection editor. This editor will only be able to add/remove items from a collection of IList. brianlagunas_cp 2011-07-31 08:40:47 +0000
  • c8b62817b0 PropertyGrid: working on Collection editor. This editor will only be able to add/remove items from a collection of IList. brianlagunas_cp 2011-07-31 08:40:47 +0000
  • 7e8fd94c47 PropertyGrid: added Update() method which will allow you to update all property values in the PropertyGrid with the data from the SelectedObject. This is helpful when your SelectedObject does not implement the INotifyPropertyChanged interface. brianlagunas_cp 2011-07-31 03:16:25 +0000
  • e64f54a73a PropertyGrid: added Update() method which will allow you to update all property values in the PropertyGrid with the data from the SelectedObject. This is helpful when your SelectedObject does not implement the INotifyPropertyChanged interface. brianlagunas_cp 2011-07-31 03:16:25 +0000
  • dcb9127ee4 DateTimeUpDown: added support for custom context menu brianlagunas_cp 2011-07-31 02:34:40 +0000
  • 4518d9c247 DateTimeUpDown: added support for custom context menu brianlagunas_cp 2011-07-31 02:34:40 +0000
  • 20e6bf8faa Wizard: implemented rest of buttons. You can override button behaviors of Wizard on a WizardPage by WizardPage basis. brianlagunas_cp 2011-07-30 06:21:45 +0000
  • 9926aecd61 Wizard: implemented rest of buttons. You can override button behaviors of Wizard on a WizardPage by WizardPage basis. brianlagunas_cp 2011-07-30 06:21:45 +0000
  • 54fdc2c072 Wizard: Implemented Wizard Pages, Help, Back, Next buttons. Added features to set visibility of buttons from the Wizard and then override the behavior from the individual wizard pages. No styling yet. It's pretty plain. brianlagunas_cp 2011-07-29 22:46:26 +0000
  • ef98b212a0 Wizard: Implemented Wizard Pages, Help, Back, Next buttons. Added features to set visibility of buttons from the Wizard and then override the behavior from the individual wizard pages. No styling yet. It's pretty plain. brianlagunas_cp 2011-07-29 22:46:26 +0000
  • 817c85bd61 initial checkin of Wizard control and sample module. Nothing usable yet, just mainly stubbing out the code. brianlagunas_cp 2011-07-29 03:26:37 +0000
  • e80f943aa7 initial checkin of Wizard control and sample module. Nothing usable yet, just mainly stubbing out the code. brianlagunas_cp 2011-07-29 03:26:37 +0000
  • dac6d6469e PropertyGrid: working on collection editor brianlagunas_cp 2011-07-28 22:41:30 +0000
  • 5dcee07ab1 PropertyGrid: working on collection editor brianlagunas_cp 2011-07-28 22:41:30 +0000
  • ae62284349 Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. brianlagunas_cp 2011-07-28 20:43:26 +0000
  • 1ed9be604c Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. brianlagunas_cp 2011-07-28 20:43:26 +0000
  • f12df52f69 CheckListBox: renamed properties brianlagunas_cp 2011-07-28 20:19:32 +0000
  • ec957c214c CheckListBox: renamed properties brianlagunas_cp 2011-07-28 20:19:32 +0000
  • ec4d1c039c ColorPicker: added 3 properties; AvailableColorsHeader, StandardColorsHeader, and RecentColorsHeader which will allow you to change the text for the respective sections. brianlagunas_cp 2011-07-28 19:29:12 +0000
  • 584bd482ef ColorPicker: added 3 properties; AvailableColorsHeader, StandardColorsHeader, and RecentColorsHeader which will allow you to change the text for the respective sections. brianlagunas_cp 2011-07-28 19:29:12 +0000
  • 15ae41e7a9 MessageBox: added ability to define any content for the message box buttons. So you ar enot limited to just text such as "Yes" or "No", but instead you can it to any content such as UI elements and images. brianlagunas_cp 2011-07-28 19:12:33 +0000
  • b62c22b5f4 MessageBox: added ability to define any content for the message box buttons. So you ar enot limited to just text such as "Yes" or "No", but instead you can it to any content such as UI elements and images. brianlagunas_cp 2011-07-28 19:12:33 +0000
  • 5461de964e SplitButton now derives from DropDownButton. brianlagunas_cp 2011-07-28 18:41:48 +0000
  • d6be640c26 SplitButton now derives from DropDownButton. brianlagunas_cp 2011-07-28 18:41:48 +0000
  • 8f286ab983 added new DropDownButton control brianlagunas_cp 2011-07-28 17:08:35 +0000
  • 087a8bf4ab added new DropDownButton control brianlagunas_cp 2011-07-28 17:08:35 +0000
  • 884a634e0c CheckListBox: fixed bug when checking/unchecking the SelectedItem and the Command doesn't fire. brianlagunas_cp 2011-07-21 23:11:29 +0000
  • 522bfb892c CheckListBox: fixed bug when checking/unchecking the SelectedItem and the Command doesn't fire. brianlagunas_cp 2011-07-21 23:11:29 +0000
  • 59c178e4cc DateTimeParser: added support for cultures that have "." as a date/time separator such as Danish. brianlagunas_cp 2011-07-21 13:48:29 +0000
  • d3c6de2259 DateTimeParser: added support for cultures that have "." as a date/time separator such as Danish. brianlagunas_cp 2011-07-21 13:48:29 +0000
  • d1c4040853 ProperytGrid: Filtering now filters off the DisplayName brianlagunas_cp 2011-07-19 01:35:37 +0000
  • e7aeffa74b ProperytGrid: Filtering now filters off the DisplayName brianlagunas_cp 2011-07-19 01:35:37 +0000
  • 8030f0a09e PropertyGrid: removing properties that are not Browsable brianlagunas_cp 2011-07-19 01:29:49 +0000
  • 9b07f8eb0e PropertyGrid: removing properties that are not Browsable brianlagunas_cp 2011-07-19 01:29:49 +0000