| .. |
|
BusyIndicator
|
re-fixed the busy indicator focus issue. Dang you copy and paste!
|
15 years ago |
|
ButtonSpinner
|
playing with theming
|
15 years ago |
|
Calculator
|
Calculator: fixed bug where key would appearstuck when typing the values rapidly with the keyboard.
|
15 years ago |
|
CalculatorUpDown
|
playing with theming
|
15 years ago |
|
CheckComboBox
|
CheckComboBox: dropdown closes when clicking outside the control.
|
15 years ago |
|
CheckListBox
|
BREAKING CHANGES: CheckComboBox and CheckListBox now derives from same Selector base class.
|
15 years ago |
|
ChildWindow
|
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.
|
15 years ago |
|
Chromes
|
tons of fun with theming.
|
15 years ago |
|
CollectionEditors
|
CollectionEditorDialog: added NewItemTypes property.
|
15 years ago |
|
ColorCanvas
|
ColorPicker: fixed null expcetion when re-templating in Blend
|
15 years ago |
|
ColorPicker
|
ColorPicker: fixed selected color not streching to length of control.
|
15 years ago |
|
Core
|
tons of fun with theming.
|
15 years ago |
|
DateTimePicker
|
DateTimePicker: fixed rare issue with calendar not selecting the value
|
15 years ago |
|
DateTimeUpDown
|
playing with theming
|
15 years ago |
|
DropDownButton
|
DropDownButton: now allows you to tab into the control. Pressing space will open the drop down.
|
15 years ago |
|
Magnifier
|
Magnifier: added new FrameType property which allows you to choose between a Circular or Rectangular magnifier.
|
15 years ago |
|
MaskedTextBox/Implementation
|
MaskedTextBox: fix bug with not properly handling optional digits represented by 9
|
15 years ago |
|
MessageBox
|
MessageBox: Set the Cancel button IsCancel to true. Now escape will close the messagebox as expected.
|
15 years ago |
|
MultiLineTextEditor
|
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 |
|
NumericUpDown
|
playing with theming
|
15 years ago |
|
Properties
|
merged new controls into 3.5 solution.
|
15 years ago |
|
PropertyGrid
|
PropertyGrid: added feature that allows you to specify a display name when using the IItemsSource attribute.
|
15 years ago |
|
RichTextBox
|
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.
|
15 years ago |
|
RichTextBoxFormatBar
|
RichTextBoxFormatBar: fixed bug when the background of selected words would turn black.
|
15 years ago |
|
SplitButton
|
tons of fun with theming.
|
15 years ago |
|
Themes
|
tons of fun with theming.
|
15 years ago |
|
TimePicker
|
DateTimeUpDown: added support for custom context menu
|
15 years ago |
|
TokenizedTextBox
|
TokenizedTextBox: handling proper deletion of tokens using the Back and Delete keys.
|
15 years ago |
|
WatermarkTextBox
|
WatermarkTextBox, fixed small issue with SelectAllOnGotFocus and updated sample to include this feature.
|
15 years ago |
|
Wizard
|
Wizard: fixed closing parent window exception when window was not shown with ShowDialog.
|
15 years ago |
|
VisualStates.cs
|
refactored visual states into partial class. also added individual resource dictionary for busy indicator.
|
16 years ago |
|
WPFToolkit.Extended.csproj
|
PropertyGrid: added feature that allows you to specify a display name when using the IItemsSource attribute.
|
15 years ago |
|
WPFToolkit.Extended.csproj.vspscc
|
initial project check in
|
16 years ago |
|
sn.snk
|
removed password from strong name key due to a bug in Visual Studio: http://connect.microsoft.com/VisualStudio/feedback/details/524792/importing-key-file-was-canceled
|
15 years ago |