342 Commits (ca42a8ac57fd6ac2e762546c19d32cd012414030)
 

Author SHA1 Message Date
brianlagunas_cp ca42a8ac57 fixed type in Selector base class and added IsSelected property to the SelectedItemChangedEventArgs class 15 years ago
brianlagunas_cp d073b12f3c BREAKING CHANGES: CheckComboBox and CheckListBox now derives from same Selector base class. 15 years ago
brianlagunas_cp f3aad8decc added new CheckComboBox control. 15 years ago
brianlagunas_cp b7a284dd99 TokenizedTextBox: handling proper deletion of tokens using the Back and Delete keys. 15 years ago
brianlagunas_cp 07f8e54f87 TokenizedTextBox: fixed bug when adding spaces before a toekn which would add extra runs and cause an exception when trying to delete the token by using the embedded delete button. 15 years ago
brianlagunas_cp bdcfc9c093 TokenizedTextBox: got the basics working. No autocomplete yet, but the value is looked up from the ItemsSource. This control can be used with or without an itemsrouce backing values. If no ItemsSource is define, the Text property will be a list of semi-colon separated values. If backed by an ItemsSource the Text property will be a semi-colon separated list of values based on the ValueMemberPath property: 15 years ago
brianlagunas_cp 0499cd1b56 added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality. 15 years ago
brianlagunas_cp 7549ac5bbe DateTimePicker: fixed dropdown when IsReadOnly = true 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 40e30adeea PropertyGrid: added demo to sample application on how to deal with binding to Structs 15 years ago
brianlagunas_cp af4c60208d Moved PropertyGrid changes into .NET 3.5 solution 15 years ago
brianlagunas_cp ffe69102e1 Wizard: fixed bug when trying to navigate to the previous page (first page) from the second WizardPage in the Items collection. 15 years ago
brianlagunas_cp 3b3e10da10 PropertyGrid: Added PropertyGrid examples to the Samples application. 15 years ago
brianlagunas_cp bafa2e2702 PropertyGrid: removed IEditorDefinition interface. 15 years ago
brianlagunas_cp f27e96d16e PropertyGrid: no longer support the ExpandableObjectConverter syntax for defining a complex property. I have added a new attribute called ExpandableObjectAttribute. 15 years ago
brianlagunas_cp 50f76f0649 PropertyGrid: added new property called AutoGenerateProperties. When true it will autogenerate all properties for an object. Wehn set to false if till not generate any properties, but instead you supply the property to show be defining PropertyDefinitions. here is an example: 15 years ago
brianlagunas_cp bdbd98b09e PropertyGrid: fixed alignment of grid splitter for expanded properties 15 years ago
brianlagunas_cp 064367f381 PropertyGrid: indented child properties when drilling down the property hierarchy 15 years ago
brianlagunas_cp 093c0485c2 PropertyGrid: Implemented support for complex properties. You can now drill down into a hierarchy of an object's properties. I an not sure if I will create my own attribute or use the following syntax. 15 years ago
brianlagunas_cp f39523515d PropertyGrid: Deleted custom TypeEditorAttribute for defining editors and instead use the already common EditorAttribute provided my the .NET framework. Editors MUST implement the ITypeEditor interface. So now to declare custom editors you define them as follows: 15 years ago
brianlagunas_cp 00ca8aaa08 PropertyGrid: fixed the alphabetical sorting. Got to watch those "magic strings" when renaming. 15 years ago
brianlagunas_cp 6e14016bba PropertyGridItem: removed the feature of giving the editor focus when selecting a property. It was causing too many issues with custom editors 15 years ago
brianlagunas_cp 34911b8c1b PropertyGrid: removed code that would gurantee that a editor will receiev focus, and instead the PropertyGrid does the best it can to give focus to the editor when a property is selected. This fixes problems when creating custom editors that depend on the MouseDown event 15 years ago
brianlagunas_cp 96a65ec051 PropertyGrid: added ability to define editors with a simple attribute called TypeEditorAttirbute. You can use a default editor or create a custom editor as follows: 15 years ago
brianlagunas_cp b3152155b1 PropertyGrid: Added new attribute called ItemsSourceAttribute which allows you to use an attribute to specify a custom items source for a ComboBox editor. To use simply create a custom class the implements the IItemsSource interface: 15 years ago
brianlagunas_cp b9566e9e80 merges some changes into 3.5 solution 15 years ago
brianlagunas_cp c33d9a9fc8 MaskedTextBox: fixed bug when selecting all text and pressing Control key the text would be deleted. 15 years ago
brianlagunas_cp e34f51e8b1 PropertyGrid: fixed bug when the SelectedObject is set to null the information panel retains the last selected property info. 15 years ago
brianlagunas_cp 2d7ae5a473 PropertyGrid: enabled the ability to define an EditorDefinition by property name as well. You can now have an EditorDefinition for a specific Type as well as for specific property names as well. 15 years ago
brianlagunas_cp 19ea540264 InputBase and UpDownBase controls: BREAKING CHANGE - renamed IsEditable to IsReadOnly and implemented accordingly. 15 years ago
brianlagunas_cp e963e425bf CollectionEditorDialog: added NewItemTypes property. 15 years ago
brianlagunas_cp 3fbc48411a PropertyGrid: added TimeSpan editor 15 years ago
brianlagunas_cp 2523b237d2 PropertyGrid BREAKING CHANGES - renamed CustomTypeEditors to EditorDefinitions. Added ability to add custom editors by declaring a DataTemplate. You can target a Type or a list of PropertyNames. 15 years ago
brianlagunas_cp 1f6dd01716 PropertyGrid: implemented CustomTypeEditors and also did some refactoring. 15 years ago
brianlagunas_cp 46631c63d7 MessageBox: fixed typo 15 years ago
brianlagunas_cp a3ce84952a ColorPicker: fixed null exception when trying to re-template in Blend 15 years ago
brianlagunas_cp 74f16932d3 ColorPicker: fixed null expcetion when re-templating in Blend 15 years ago
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