304 Commits (4e79ecbede441f99c02877406de9b1ade53d0148)
 

Author SHA1 Message Date
brianlagunas_cp 4e79ecbede PropertyGrid: made converter public. for some reason I total missed that one. 15 years ago
brianlagunas_cp 4a79ab027a DateTimePicker: fixed the calendar dropdown initialization. 15 years ago
brianlagunas_cp 5eb9c8e3bb DateTimePicker: added TimeFormat and TimeFormatString properties to control the formatting of rthe timeUpDown control. 15 years ago
brianlagunas_cp 1b569dc08c MessageBox: Set the Cancel button IsCancel to true. Now escape will close the messagebox as expected. 15 years ago
brianlagunas_cp 58df15643c Magnifier: added new FrameType property which allows you to choose between a Circular or Rectangular magnifier. 15 years ago
brianlagunas_cp 57e749ad67 CheckListBox: fixed bug where CheckedItems would be null when setting the items source. 15 years ago
brianlagunas_cp fca23e1f6d Numeric Up/Down controls: fixed the foreground color when the controls are disabled. 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp 59246fd23c PropertyGrid: added new AdvanceOptionsMenu property that allows you to specify a custom ContentMenu for the AdvanceOptions button on a property item. 15 years ago
brianlagunas_cp 1f2c86021d ButtonSpinner: removed fix in change set 78704 due to side affects. 15 years ago
brianlagunas_cp 10439780dc ButtonSpinner: changed foreground color of arrows when control is disabled 15 years ago
brianlagunas_cp 01c639cccd Fixed issue with numeric updown controls where clicking the button spinners would remove focus from the textbox. 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp dde61640ae working on ChildWindow example for the sample application 15 years ago
brianlagunas_cp 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. 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 31dc084e34 Numeric up/down controls: fixed issue with Control.Focus(). 15 years ago
brianlagunas_cp acce33e1e1 added Microsoft.Practices.ServiceLocation.dll 15 years ago
brianlagunas_cp ac082aa42b incremented to v1.5.0.0 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp f08d4ddb73 MessageBox: fixed issue where it is possible for the button in the click event handler to be null. 15 years ago
brianlagunas_cp 1de41a011a added Calculator samples to sample application 15 years ago
brianlagunas_cp 31bf9c79cd added DropDownButton, ButtonSpinner, and SplitButton examples to the Sample application 15 years ago
brianlagunas_cp 77543e30e0 added BusyIndicator samples to the Sample application. 15 years ago
brianlagunas_cp 4c94490c39 WatermarkTextBox, fixed small issue with SelectAllOnGotFocus and updated sample to include this feature. 15 years ago
brianlagunas_cp b4ad07b61d added WatermakrTextBox samples to Sample application. 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp 790d7159f1 merged all controls and bug fixes into the .NET 3.5 solution. 15 years ago
brianlagunas_cp 24ded02642 Wizard: Made WizardPageType.Exterior the default PageType 15 years ago
brianlagunas_cp 3a8c84bff5 Wizard: implemented default style 15 years ago
brianlagunas_cp e6d88f30da PropertyGrid: added ShowAdvancedOptions property. 15 years ago
brianlagunas_cp 6feaea84aa various improvements. slightly changed ColorPicker style to match the rest of the dropdown controls. 15 years ago
brianlagunas_cp a211507f8d Starting to work on the styling of the Wizard control and WizardPages 15 years ago
brianlagunas_cp 72ec92e4c2 MultiLineTextEditor: added text releated properties 15 years ago
brianlagunas_cp 75dcc5524e added new MultiLineTextEditor control. PrimitiveTypeCollectionEditor now uses this control for accepting text input. 15 years ago
brianlagunas_cp b3840750b6 small width change for PrimitiveCollectionEditor 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp 8aaac023af PropertyGrid: finished CollectionEditor control. This editor will only work for collections that implement the IList interface. 15 years ago
brianlagunas_cp a17f24e2bb PropertyGrid: working on Collection editor. This editor will only be able to add/remove items from a collection of IList. 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp dcb9127ee4 DateTimeUpDown: added support for custom context menu 15 years ago
brianlagunas_cp 20e6bf8faa Wizard: implemented rest of buttons. You can override button behaviors of Wizard on a WizardPage by WizardPage basis. 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp 817c85bd61 initial checkin of Wizard control and sample module. Nothing usable yet, just mainly stubbing out the code. 15 years ago
brianlagunas_cp dac6d6469e PropertyGrid: working on collection editor 15 years ago
brianlagunas_cp ae62284349 Changed ButtonChrome to contentcontrol and fixed various dropdown controls to visualize IsEnabled and IsChecked properly. 15 years ago
brianlagunas_cp f12df52f69 CheckListBox: renamed properties 15 years ago
brianlagunas_cp ec4d1c039c ColorPicker: added 3 properties; AvailableColorsHeader, StandardColorsHeader, and RecentColorsHeader which will allow you to change the text for the respective sections. 15 years ago
brianlagunas_cp 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. 15 years ago
brianlagunas_cp 5461de964e SplitButton now derives from DropDownButton. 15 years ago