Commit Graph

  • 1045ae8048 CheckComboBox: dropdown closes when clicking outside the control. brianlagunas_cp 2011-10-18 15:20:18 +0000
  • 095de0345e merged new controls into 3.5 solution. brianlagunas_cp 2011-10-17 21:47:59 +0000
  • 246090ae86 merged new controls into 3.5 solution. brianlagunas_cp 2011-10-17 21:47:59 +0000
  • 7c10f04894 made some slight changes to the CheckListBox/CheckComboBox. brianlagunas_cp 2011-10-17 18:32:14 +0000
  • e8a7b51070 made some slight changes to the CheckListBox/CheckComboBox. brianlagunas_cp 2011-10-17 18:32:14 +0000
  • 201a9243f8 Added SelectedMemberPath to CheckListBox and CheckComboBox brianlagunas_cp 2011-10-15 03:54:27 +0000
  • d354da0fad Added SelectedMemberPath to CheckListBox and CheckComboBox brianlagunas_cp 2011-10-15 03:54:27 +0000
  • a5d3633aac stablized the CheckListBox and CheckComboBox brianlagunas_cp 2011-10-15 03:34:54 +0000
  • 9c5f23188b stablized the CheckListBox and CheckComboBox brianlagunas_cp 2011-10-15 03:34:54 +0000
  • d89cbe19fa working on the CheckComboBox and CheckListBox. Do not use them, they are not ready. brianlagunas_cp 2011-10-14 23:23:30 +0000
  • 2e35e39142 working on the CheckComboBox and CheckListBox. Do not use them, they are not ready. brianlagunas_cp 2011-10-14 23:23:30 +0000
  • 1cd44b2114 CheckComboBox: updated selected items based off of SelectedValue brianlagunas_cp 2011-10-14 21:22:11 +0000
  • 021df14222 CheckComboBox: updated selected items based off of SelectedValue brianlagunas_cp 2011-10-14 21:22:11 +0000
  • ca42a8ac57 fixed type in Selector base class and added IsSelected property to the SelectedItemChangedEventArgs class brianlagunas_cp 2011-10-14 20:52:09 +0000
  • 2b32ad6d18 fixed type in Selector base class and added IsSelected property to the SelectedItemChangedEventArgs class brianlagunas_cp 2011-10-14 20:52:09 +0000
  • d073b12f3c BREAKING CHANGES: CheckComboBox and CheckListBox now derives from same Selector base class. brianlagunas_cp 2011-10-14 20:42:50 +0000
  • 964ef19fa8 BREAKING CHANGES: CheckComboBox and CheckListBox now derives from same Selector base class. brianlagunas_cp 2011-10-14 20:42:50 +0000
  • f3aad8decc added new CheckComboBox control. brianlagunas_cp 2011-10-14 18:01:35 +0000
  • 83ab7ea013 added new CheckComboBox control. brianlagunas_cp 2011-10-14 18:01:35 +0000
  • b7a284dd99 TokenizedTextBox: handling proper deletion of tokens using the Back and Delete keys. brianlagunas_cp 2011-10-12 01:24:23 +0000
  • 5ca4ba0113 TokenizedTextBox: handling proper deletion of tokens using the Back and Delete keys. brianlagunas_cp 2011-10-12 01:24:23 +0000
  • 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. brianlagunas_cp 2011-10-11 22:38:32 +0000
  • 4cbf7d1e9d 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. brianlagunas_cp 2011-10-11 22:38:32 +0000
  • 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: brianlagunas_cp 2011-10-11 22:26:53 +0000
  • 04a4d46a02 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: brianlagunas_cp 2011-10-11 22:26:53 +0000
  • 0499cd1b56 added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality. brianlagunas_cp 2011-10-11 21:31:54 +0000
  • ad361bf80c added new control TokenizedTextBox. Not ready for use yet, still working on architecture and funtionality. brianlagunas_cp 2011-10-11 21:31:54 +0000
  • 7549ac5bbe DateTimePicker: fixed dropdown when IsReadOnly = true brianlagunas_cp 2011-10-11 14:01:32 +0000
  • a352aef392 DateTimePicker: fixed dropdown when IsReadOnly = true brianlagunas_cp 2011-10-11 14:01:32 +0000
  • 8931793f6b forgot to remove test code. brianlagunas_cp 2011-10-10 20:16:00 +0000
  • dcc5445a65 forgot to remove test code. brianlagunas_cp 2011-10-10 20:16:00 +0000
  • cd5b6355a9 DateTimeUpDown: fixed bug with CultureInfo brianlagunas_cp 2011-10-10 20:12:04 +0000
  • 3829a4c802 DateTimeUpDown: fixed bug with CultureInfo brianlagunas_cp 2011-10-10 20:12:04 +0000
  • 40e30adeea PropertyGrid: added demo to sample application on how to deal with binding to Structs brianlagunas_cp 2011-10-10 17:26:39 +0000
  • 7f4dce2d6c PropertyGrid: added demo to sample application on how to deal with binding to Structs brianlagunas_cp 2011-10-10 17:26:39 +0000
  • af4c60208d Moved PropertyGrid changes into .NET 3.5 solution brianlagunas_cp 2011-10-10 14:03:08 +0000
  • 67bec40e17 Moved PropertyGrid changes into .NET 3.5 solution brianlagunas_cp 2011-10-10 14:03:08 +0000
  • ffe69102e1 Wizard: fixed bug when trying to navigate to the previous page (first page) from the second WizardPage in the Items collection. brianlagunas_cp 2011-10-07 18:50:08 +0000
  • a93866216b Wizard: fixed bug when trying to navigate to the previous page (first page) from the second WizardPage in the Items collection. brianlagunas_cp 2011-10-07 18:50:08 +0000
  • 3b3e10da10 PropertyGrid: Added PropertyGrid examples to the Samples application. brianlagunas_cp 2011-10-07 17:12:31 +0000
  • 436601e66d PropertyGrid: Added PropertyGrid examples to the Samples application. brianlagunas_cp 2011-10-07 17:12:31 +0000
  • bafa2e2702 PropertyGrid: removed IEditorDefinition interface. brianlagunas_cp 2011-10-07 14:00:13 +0000
  • 157a0c069b PropertyGrid: removed IEditorDefinition interface. brianlagunas_cp 2011-10-07 14:00:13 +0000
  • f27e96d16e PropertyGrid: no longer support the ExpandableObjectConverter syntax for defining a complex property. I have added a new attribute called ExpandableObjectAttribute. brianlagunas_cp 2011-10-07 01:04:39 +0000
  • a49a1f86d5 PropertyGrid: no longer support the ExpandableObjectConverter syntax for defining a complex property. I have added a new attribute called ExpandableObjectAttribute. brianlagunas_cp 2011-10-07 01:04:39 +0000
  • 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: brianlagunas_cp 2011-10-07 00:53:21 +0000
  • 8fddfbf5fa 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: brianlagunas_cp 2011-10-07 00:53:21 +0000
  • bdbd98b09e PropertyGrid: fixed alignment of grid splitter for expanded properties brianlagunas_cp 2011-10-06 21:57:37 +0000
  • 80f96bd330 PropertyGrid: fixed alignment of grid splitter for expanded properties brianlagunas_cp 2011-10-06 21:57:37 +0000
  • 064367f381 PropertyGrid: indented child properties when drilling down the property hierarchy brianlagunas_cp 2011-10-06 20:47:24 +0000
  • 33219ef486 PropertyGrid: indented child properties when drilling down the property hierarchy brianlagunas_cp 2011-10-06 20:47:24 +0000
  • 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. brianlagunas_cp 2011-10-06 20:16:26 +0000
  • 116ad1ec87 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. brianlagunas_cp 2011-10-06 20:16:26 +0000
  • 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: brianlagunas_cp 2011-10-06 17:03:47 +0000
  • fb6e50dbe7 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: brianlagunas_cp 2011-10-06 17:03:47 +0000
  • 00ca8aaa08 PropertyGrid: fixed the alphabetical sorting. Got to watch those "magic strings" when renaming. brianlagunas_cp 2011-10-06 14:21:02 +0000
  • 1b407ea505 PropertyGrid: fixed the alphabetical sorting. Got to watch those "magic strings" when renaming. brianlagunas_cp 2011-10-06 14:21:02 +0000
  • 6e14016bba PropertyGridItem: removed the feature of giving the editor focus when selecting a property. It was causing too many issues with custom editors brianlagunas_cp 2011-10-04 23:29:15 +0000
  • af16933e4e PropertyGridItem: removed the feature of giving the editor focus when selecting a property. It was causing too many issues with custom editors brianlagunas_cp 2011-10-04 23:29:15 +0000
  • 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 brianlagunas_cp 2011-10-04 23:14:47 +0000
  • cd7f1f7d98 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 brianlagunas_cp 2011-10-04 23:14:47 +0000
  • 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: brianlagunas_cp 2011-10-04 18:01:33 +0000
  • 4246a61a21 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: brianlagunas_cp 2011-10-04 18:01:33 +0000
  • 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: brianlagunas_cp 2011-10-04 16:59:38 +0000
  • 20435ddf03 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: brianlagunas_cp 2011-10-04 16:59:38 +0000
  • b9566e9e80 merges some changes into 3.5 solution brianlagunas_cp 2011-10-03 22:22:08 +0000
  • 0642068fc6 merges some changes into 3.5 solution brianlagunas_cp 2011-10-03 22:22:08 +0000
  • c33d9a9fc8 MaskedTextBox: fixed bug when selecting all text and pressing Control key the text would be deleted. brianlagunas_cp 2011-10-01 02:21:47 +0000
  • 96ce95d31d MaskedTextBox: fixed bug when selecting all text and pressing Control key the text would be deleted. brianlagunas_cp 2011-10-01 02:21:47 +0000
  • e34f51e8b1 PropertyGrid: fixed bug when the SelectedObject is set to null the information panel retains the last selected property info. brianlagunas_cp 2011-09-30 18:58:53 +0000
  • 61618ed930 PropertyGrid: fixed bug when the SelectedObject is set to null the information panel retains the last selected property info. brianlagunas_cp 2011-09-30 18:58:53 +0000
  • 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. brianlagunas_cp 2011-09-30 18:41:02 +0000
  • 6797d89482 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. brianlagunas_cp 2011-09-30 18:41:02 +0000
  • 19ea540264 InputBase and UpDownBase controls: BREAKING CHANGE - renamed IsEditable to IsReadOnly and implemented accordingly. brianlagunas_cp 2011-09-26 21:14:29 +0000
  • 1b12e7dafa InputBase and UpDownBase controls: BREAKING CHANGE - renamed IsEditable to IsReadOnly and implemented accordingly. brianlagunas_cp 2011-09-26 21:14:29 +0000
  • e963e425bf CollectionEditorDialog: added NewItemTypes property. brianlagunas_cp 2011-09-26 20:43:13 +0000
  • e448ac366d CollectionEditorDialog: added NewItemTypes property. brianlagunas_cp 2011-09-26 20:43:13 +0000
  • 3fbc48411a PropertyGrid: added TimeSpan editor brianlagunas_cp 2011-09-26 20:33:16 +0000
  • 235f46b99c PropertyGrid: added TimeSpan editor brianlagunas_cp 2011-09-26 20:33:16 +0000
  • 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. brianlagunas_cp 2011-09-26 18:42:42 +0000
  • bb2e786640 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. brianlagunas_cp 2011-09-26 18:42:42 +0000
  • 1f6dd01716 PropertyGrid: implemented CustomTypeEditors and also did some refactoring. brianlagunas_cp 2011-09-26 17:10:21 +0000
  • 48b1969858 PropertyGrid: implemented CustomTypeEditors and also did some refactoring. brianlagunas_cp 2011-09-26 17:10:21 +0000
  • 46631c63d7 MessageBox: fixed typo brianlagunas_cp 2011-09-23 00:33:06 +0000
  • 828cd6098e MessageBox: fixed typo brianlagunas_cp 2011-09-23 00:33:06 +0000
  • a3ce84952a ColorPicker: fixed null exception when trying to re-template in Blend brianlagunas_cp 2011-09-21 22:34:33 +0000
  • 809dd84b6b ColorPicker: fixed null exception when trying to re-template in Blend brianlagunas_cp 2011-09-21 22:34:33 +0000
  • 74f16932d3 ColorPicker: fixed null expcetion when re-templating in Blend brianlagunas_cp 2011-09-21 22:30:14 +0000
  • b43538dc06 ColorPicker: fixed null expcetion when re-templating in Blend brianlagunas_cp 2011-09-21 22:30:14 +0000
  • 4e79ecbede PropertyGrid: made converter public. for some reason I total missed that one. brianlagunas_cp 2011-09-21 22:14:58 +0000
  • d975a9ff12 PropertyGrid: made converter public. for some reason I total missed that one. brianlagunas_cp 2011-09-21 22:14:58 +0000
  • 4a79ab027a DateTimePicker: fixed the calendar dropdown initialization. brianlagunas_cp 2011-09-21 22:08:20 +0000
  • bee532bb46 DateTimePicker: fixed the calendar dropdown initialization. brianlagunas_cp 2011-09-21 22:08:20 +0000
  • 5eb9c8e3bb DateTimePicker: added TimeFormat and TimeFormatString properties to control the formatting of rthe timeUpDown control. brianlagunas_cp 2011-09-21 22:02:01 +0000
  • a987e0f6e2 DateTimePicker: added TimeFormat and TimeFormatString properties to control the formatting of rthe timeUpDown control. brianlagunas_cp 2011-09-21 22:02:01 +0000
  • 1b569dc08c MessageBox: Set the Cancel button IsCancel to true. Now escape will close the messagebox as expected. brianlagunas_cp 2011-09-21 21:54:53 +0000
  • 9e6b9836e9 MessageBox: Set the Cancel button IsCancel to true. Now escape will close the messagebox as expected. brianlagunas_cp 2011-09-21 21:54:53 +0000
  • 58df15643c Magnifier: added new FrameType property which allows you to choose between a Circular or Rectangular magnifier. brianlagunas_cp 2011-08-31 21:07:22 +0000
  • 1dcfb56e1b Magnifier: added new FrameType property which allows you to choose between a Circular or Rectangular magnifier. brianlagunas_cp 2011-08-31 21:07:22 +0000
  • 57e749ad67 CheckListBox: fixed bug where CheckedItems would be null when setting the items source. brianlagunas_cp 2011-08-31 01:33:34 +0000