Commit Graph

  • 16b09320ad SplitButton: fixed static command problem, also added Opened and Closed events. brianlagunas_cp 2011-07-19 01:15:31 +0000
  • 7033477c24 SplitButton: fixed static command problem, also added Opened and Closed events. brianlagunas_cp 2011-07-19 01:15:31 +0000
  • 2043db6035 PropertyGrid: added color editor. brianlagunas_cp 2011-07-15 21:52:26 +0000
  • 081c6fa8c5 PropertyGrid: added color editor. brianlagunas_cp 2011-07-15 21:52:26 +0000
  • decbc6a765 TimePicker: added value changed event. brianlagunas_cp 2011-07-15 21:21:20 +0000
  • b5235b63be TimePicker: added value changed event. brianlagunas_cp 2011-07-15 21:21:20 +0000
  • a361af4ead PropertyGrid: Fixed title of description box not binding to DisplayName. brianlagunas_cp 2011-07-15 21:16:10 +0000
  • c348951f2a PropertyGrid: Fixed title of description box not binding to DisplayName. brianlagunas_cp 2011-07-15 21:16:10 +0000
  • cea282dcfd PropertyGrid: added support for the DisplayNameAttribute brianlagunas_cp 2011-07-15 21:07:51 +0000
  • 97aef78e9b PropertyGrid: added support for the DisplayNameAttribute brianlagunas_cp 2011-07-15 21:07:51 +0000
  • 07d6da0db6 forgot the generic file with the last checkin brianlagunas_cp 2011-07-15 20:53:01 +0000
  • 9e86a98954 forgot the generic file with the last checkin brianlagunas_cp 2011-07-15 20:53:01 +0000
  • 3dbf1e4d9f PropertyGrid: added filtering brianlagunas_cp 2011-07-15 20:46:04 +0000
  • cfb6871a0a PropertyGrid: added filtering brianlagunas_cp 2011-07-15 20:46:04 +0000
  • 6a03a7bf8e PropertyGrid: improved how I populated the property descriptors and starting to work on filtering brianlagunas_cp 2011-07-15 19:02:08 +0000
  • 6e334811e0 PropertyGrid: improved how I populated the property descriptors and starting to work on filtering brianlagunas_cp 2011-07-15 19:02:08 +0000
  • 464bf2e989 nothing special, just fixed the build order of the sample application modules brianlagunas_cp 2011-07-07 01:07:55 +0000
  • e6887f5c6f nothing special, just fixed the build order of the sample application modules brianlagunas_cp 2011-07-07 01:07:55 +0000
  • 45bb377e43 fixed type-o brianlagunas_cp 2011-07-01 22:28:05 +0000
  • 9ada8456fa fixed type-o brianlagunas_cp 2011-07-01 22:28:05 +0000
  • 2a33404daa still working on sample app brianlagunas_cp 2011-07-01 22:15:49 +0000
  • 7e1948c5a7 still working on sample app brianlagunas_cp 2011-07-01 22:15:49 +0000
  • e13613af5c working on sample app shell brianlagunas_cp 2011-07-01 21:53:13 +0000
  • b497a1739e working on sample app shell brianlagunas_cp 2011-07-01 21:53:13 +0000
  • 0427eee28f stubbed out the rest of the sample modules brianlagunas_cp 2011-07-01 20:44:30 +0000
  • 1cb6bfd353 stubbed out the rest of the sample modules brianlagunas_cp 2011-07-01 20:44:30 +0000
  • f580a21c83 added empty modules and changed module loading to app.config. brianlagunas_cp 2011-07-01 19:04:14 +0000
  • b8987fb7fc added empty modules and changed module loading to app.config. brianlagunas_cp 2011-07-01 19:04:14 +0000
  • d6d4ad7b5b working on sample application. stubbed out a couple of modules. brianlagunas_cp 2011-07-01 18:11:57 +0000
  • fea005d309 working on sample application. stubbed out a couple of modules. brianlagunas_cp 2011-07-01 18:11:57 +0000
  • 4b2c7e9479 added new sample project. No samples written yet, but base infrastructure is in place. brianlagunas_cp 2011-07-01 15:57:36 +0000
  • 3314ff2d90 added new sample project. No samples written yet, but base infrastructure is in place. brianlagunas_cp 2011-07-01 15:57:36 +0000
  • a14483e269 Branched from $/wpftoolkit/Main/Source brianlagunas_cp 2011-06-30 18:23:10 +0000
  • 9e93725a47 RichTextBoxFormatBar: fixed bug when the background of selected words would turn black. brianlagunas_cp 2011-06-30 18:06:37 +0000
  • aea48c8169 RichTextBoxFormatBar: fixed bug when the background of selected words would turn black. brianlagunas_cp 2011-06-30 18:06:37 +0000
  • b3ad5ff1dd minor changes to CheckListBox brianlagunas_cp 2011-06-27 18:06:23 +0000
  • 9704e495f1 minor changes to CheckListBox brianlagunas_cp 2011-06-27 18:06:23 +0000
  • 096fd815ce working on the CheckListBox. You bind your collection to the ItemsSource property. Set the DisplayMemberPath, and the CheckedMemberPath. It also supports Commanding. Set the Command property to your command. The parameter will default to the SelectedItem, which is the item that was just checked/unchecked. It also has a SelectionChganged event. You can obtain the object the was check/unchecked from the e.Item property of the event args. brianlagunas_cp 2011-06-24 22:37:45 +0000
  • 50395dcd9c working on the CheckListBox. You bind your collection to the ItemsSource property. Set the DisplayMemberPath, and the CheckedMemberPath. It also supports Commanding. Set the Command property to your command. The parameter will default to the SelectedItem, which is the item that was just checked/unchecked. It also has a SelectionChganged event. You can obtain the object the was check/unchecked from the e.Item property of the event args. brianlagunas_cp 2011-06-24 22:37:45 +0000
  • 171f315dda CheckListBox: still working on it brianlagunas_cp 2011-06-24 21:09:00 +0000
  • 209e9da17f CheckListBox: still working on it brianlagunas_cp 2011-06-24 21:09:00 +0000
  • 402858a083 initial check-in of new CheckListBox. not ready for use yet. still playing with architecture. brianlagunas_cp 2011-06-24 20:03:42 +0000
  • 7eaaf4cc49 initial check-in of new CheckListBox. not ready for use yet. still playing with architecture. brianlagunas_cp 2011-06-24 20:03:42 +0000
  • 85533d9d49 ChildWindow: fixed bug in the .NET 3.5 version when setting the FocusVisualStyle in the OnApplyTemplate method. .NET 3.5 doesn't support setting Setter.Value with a ContentControl so it is a limitation of the .net framework. Luckily this works in .NET 4.0. The work around was to not use a focus visual style in the .NET 3.5 version and to set it to null. brianlagunas_cp 2011-06-24 15:44:05 +0000
  • 9b7e1c0b3f ChildWindow: fixed bug in the .NET 3.5 version when setting the FocusVisualStyle in the OnApplyTemplate method. .NET 3.5 doesn't support setting Setter.Value with a ContentControl so it is a limitation of the .net framework. Luckily this works in .NET 4.0. The work around was to not use a focus visual style in the .NET 3.5 version and to set it to null. brianlagunas_cp 2011-06-24 15:44:05 +0000
  • a5ad7c136e ChildWindow: fixed focus issue where focus rectangles wouldn't follow the elemtns on move. brianlagunas_cp 2011-06-24 15:31:52 +0000
  • ee9bf6cf32 ChildWindow: fixed focus issue where focus rectangles wouldn't follow the elemtns on move. brianlagunas_cp 2011-06-24 15:31:52 +0000
  • 18d74e72b5 RichTextBox: when the SetText was placed in the Dispatcher the TextChanged event would fire multiple times which would set the source value mutliple times. This has been fixed. brianlagunas_cp 2011-06-20 14:13:43 +0000
  • 23417d7157 RichTextBox: when the SetText was placed in the Dispatcher the TextChanged event would fire multiple times which would set the source value mutliple times. This has been fixed. brianlagunas_cp 2011-06-20 14:13:43 +0000
  • c9a7d7fb1d RichTextBox: using dispatcher to set the text to improve perofrmance. brianlagunas_cp 2011-06-17 20:00:00 +0000
  • a943e97220 RichTextBox: using dispatcher to set the text to improve perofrmance. brianlagunas_cp 2011-06-17 20:00:00 +0000
  • df096e0e0f added AllowPartiallyTrustedCallers assembly attribute brianlagunas_cp 2011-06-17 14:04:20 +0000
  • 4d47136d25 added AllowPartiallyTrustedCallers assembly attribute brianlagunas_cp 2011-06-17 14:04:20 +0000
  • 26f996d834 forgot to removed maskedTextBox theme brianlagunas_cp 2011-06-13 19:08:31 +0000
  • 0f38ee48bb forgot to removed maskedTextBox theme brianlagunas_cp 2011-06-13 19:08:31 +0000
  • 7a43161d2d MaskedTextBox: now derives from TextBox. Hopefully I didn't break anything. brianlagunas_cp 2011-06-13 19:05:28 +0000
  • 32b3f9aa10 MaskedTextBox: now derives from TextBox. Hopefully I didn't break anything. brianlagunas_cp 2011-06-13 19:05:28 +0000
  • d83b0cd6bb MaskedTextBox: fixed FormatException with numeric masks brianlagunas_cp 2011-06-13 15:53:09 +0000
  • e692c2900f MaskedTextBox: fixed FormatException with numeric masks brianlagunas_cp 2011-06-13 15:53:09 +0000
  • b54f3ed3dc merged changes to 3.5 solution brianlagunas_cp 2011-06-13 15:25:14 +0000
  • 453d68f5a7 merged changes to 3.5 solution brianlagunas_cp 2011-06-13 15:25:14 +0000
  • 9bf7dae6b1 MaskedTextBox: fixed BorderBrush and BroderThickness bindings. brianlagunas_cp 2011-06-13 15:22:18 +0000
  • 592556df1b MaskedTextBox: fixed BorderBrush and BroderThickness bindings. brianlagunas_cp 2011-06-13 15:22:18 +0000
  • 0c8ab49545 DateTimePicker: re-wrote control to derive from DateTimeUpDown brianlagunas_cp 2011-06-08 14:36:51 +0000
  • 01cec582b0 DateTimePicker: re-wrote control to derive from DateTimeUpDown brianlagunas_cp 2011-06-08 14:36:51 +0000
  • 5e687f11ef DateTimeParser: fixed exception when Format is null brianlagunas_cp 2011-06-08 14:19:15 +0000
  • 228a41a7ee DateTimeParser: fixed exception when Format is null brianlagunas_cp 2011-06-08 14:19:15 +0000
  • 54944e02d4 MaskedTextBox: fixed IsEditable when pasting and deleting brianlagunas_cp 2011-06-07 16:18:44 +0000
  • 6acb161367 MaskedTextBox: fixed IsEditable when pasting and deleting brianlagunas_cp 2011-06-07 16:18:44 +0000
  • e3335ee515 ChildWindow: Implemented DesignerWindowState property. By default it will be open. The WindowState property will now have no affect on the design-time state of the ChildWindow. brianlagunas_cp 2011-05-25 19:14:04 +0000
  • ed292623c6 ChildWindow: Implemented DesignerWindowState property. By default it will be open. The WindowState property will now have no affect on the design-time state of the ChildWindow. brianlagunas_cp 2011-05-25 19:14:04 +0000
  • 5d3516bfe4 WatermarkTextBox: implemented SelectAllOnGotFocus property brianlagunas_cp 2011-05-25 15:08:20 +0000
  • 4cc9d72e51 WatermarkTextBox: implemented SelectAllOnGotFocus property brianlagunas_cp 2011-05-25 15:08:20 +0000
  • 1533f4c5aa incremented assembly version to 1.4.0.3 brianlagunas_cp 2011-05-16 16:09:38 +0000
  • 6bbc22b31c incremented assembly version to 1.4.0.3 brianlagunas_cp 2011-05-16 16:09:38 +0000
  • 8e22d5cf2c DateTimePicker: fixed issue with custom format and binding the same dateTime to multiple DateTime controls. brianlagunas_cp 2011-05-16 14:53:38 +0000
  • 37f3338bd9 DateTimePicker: fixed issue with custom format and binding the same dateTime to multiple DateTime controls. brianlagunas_cp 2011-05-16 14:53:38 +0000
  • 6d2d78d434 did it for the .net 3.5 source as well. brianlagunas_cp 2011-05-13 18:20:43 +0000
  • 5a4bd1ea80 did it for the .net 3.5 source as well. brianlagunas_cp 2011-05-13 18:20:43 +0000
  • dc91d3d51a MaskedTextBox: bound the BorderBrush and BorderThickness properties. brianlagunas_cp 2011-05-13 18:18:14 +0000
  • 48e0b4d7cb MaskedTextBox: bound the BorderBrush and BorderThickness properties. brianlagunas_cp 2011-05-13 18:18:14 +0000
  • 4beca7ad28 DateTime controls: improved the date time parsing to better support different cultures. brianlagunas_cp 2011-05-11 17:12:50 +0000
  • 900e6d1525 DateTime controls: improved the date time parsing to better support different cultures. brianlagunas_cp 2011-05-11 17:12:50 +0000
  • 60fbbc1052 re-fixed the busy indicator focus issue. Dang you copy and paste! brianlagunas_cp 2011-05-10 13:42:42 +0000
  • d6174f76cb re-fixed the busy indicator focus issue. Dang you copy and paste! brianlagunas_cp 2011-05-10 13:42:42 +0000
  • 3b0f6ac5a2 DateTimePicker: added ValueChanged event brianlagunas_cp 2011-05-06 13:32:22 +0000
  • eb797690d1 DateTimePicker: added ValueChanged event brianlagunas_cp 2011-05-06 13:32:22 +0000
  • 2a29925b1e SplitButton: prevented a style targeting type Button to change the margin of the SplitButton brianlagunas_cp 2011-05-04 15:51:36 +0000
  • 344c3c121e SplitButton: prevented a style targeting type Button to change the margin of the SplitButton brianlagunas_cp 2011-05-04 15:51:36 +0000
  • 4a5f0601bd MaskedTextBox: fixed focus issue that I fixed a long time ago but somehow re-intorduced. brianlagunas_cp 2011-05-04 13:59:34 +0000
  • 3e225d376b MaskedTextBox: fixed focus issue that I fixed a long time ago but somehow re-intorduced. brianlagunas_cp 2011-05-04 13:59:34 +0000
  • 4ee183976b PropertyGrid EnumComboBoxEditor: removed values with Browsable attribute brianlagunas_cp 2011-04-18 19:55:07 +0000
  • a9e0e63dd8 PropertyGrid EnumComboBoxEditor: removed values with Browsable attribute brianlagunas_cp 2011-04-18 19:55:07 +0000
  • 305b4551f4 UpDown controls: added MouseWheelActiveOnFocus property which allows you to decide if the control must have focus in order for the mouse wheel to incement/decrement the value. True by default. brianlagunas_cp 2011-04-18 16:49:35 +0000
  • 56f8bf9170 UpDown controls: added MouseWheelActiveOnFocus property which allows you to decide if the control must have focus in order for the mouse wheel to incement/decrement the value. True by default. brianlagunas_cp 2011-04-18 16:49:35 +0000
  • f59e38eebe Numeric UpDown editors: fixed Vertical Alignment. brianlagunas_cp 2011-04-18 16:34:12 +0000
  • c6c515352b Numeric UpDown editors: fixed Vertical Alignment. brianlagunas_cp 2011-04-18 16:34:12 +0000
  • f477829a7f merged changes into 3.5 solution brianlagunas_cp 2011-04-18 15:46:53 +0000
  • 61c1790cf7 merged changes into 3.5 solution brianlagunas_cp 2011-04-18 15:46:53 +0000
  • c39ed7c020 TimePicker: fixed bug when trying to use a Custom format and FormatString. Reved to 1.4.0.2. brianlagunas_cp 2011-04-18 15:42:30 +0000