13 Commits (b3b7d9d452bb20269ec2043979ddca2fb148a06b)

Author SHA1 Message Date
brianlagunas_cp b3b7d9d452 merged 4.0 changes into the 3.5 solution. Not tested so I may have missed some things. 15 years ago
brianlagunas_cp 095de0345e merged new controls into 3.5 solution. 15 years ago
brianlagunas_cp af4c60208d Moved PropertyGrid changes into .NET 3.5 solution 15 years ago
brianlagunas_cp b9566e9e80 merges some changes into 3.5 solution 15 years ago
brianlagunas_cp 790d7159f1 merged all controls and bug fixes into the .NET 3.5 solution. 15 years ago
brianlagunas_cp 26f996d834 forgot to removed maskedTextBox theme 15 years ago
brianlagunas_cp 8448087086 Getting ready for v1.4 release 15 years ago
brianlagunas_cp 2f50c837b6 Merged all current 4.0 changes into the 3.5 solution. Didn't fully test all controls, but they all compile and seem to work. Not sure how much longer I will support 3.5 since it is so time consuming and a pain to do it. 15 years ago
brianlagunas_cp e224ec351f forgot to add the images to the 3.5 solution 16 years ago
brianlagunas_cp e8e942ad1f Merged updated ColorPicker into 3.5 solution. 16 years ago
brianlagunas_cp 8e558b1436 changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 16 years ago
brianlagunas_cp 01937c396f merged bug fixes and new ButtonSpinner, RichTextBoxFormatBar, and NumericUpDown controls into 3.5 solution. 16 years ago
brianlagunas_cp 8ce6714ab5 added Extended WPF Toolkit solution for Visual Studio 2008 and .NET 3.5 - this has a dependency on the WPFToolkit 16 years ago
brianlagunas_cp 72a68c2374 various bug fixes, consolidated common styles 16 years ago
brianlagunas_cp 6d10a6e4b0 Initial checkin of new ColorPicker control 16 years ago
brianlagunas_cp c014a69dc7 added new RichTextBox control. Extends the Windows.Controls.RichTextbox to include a Text dependency property that supports data binding. This control uses the concept of text formatters. TextFormatters allow the user to format the text in the RichTextBox into any format they wish. Three text formatters are included: PlainTextFormatter, RtfFormatter, and a XamlFormatter. User can create their own custom formatters by creating a class that inherits from ITextFormatter and setting that as the default formatter in the <RichTextBox.TextFormatter> block. 16 years ago
brianlagunas_cp 73ae2b52ba restricted ChildWindow in container. fixed bug with ChildWindow zindex, added a WindowState property to ChildWindow which will control opening and closing the window through data binding; two states WindowState.Open and WindowState.Closed. Added OverlayBrush and Overlay Opacity properties allow users to modify the ChldWindow's OverLay element. 16 years ago
brianlagunas_cp 01292c647f initial checkin of ChildWindow control 16 years ago
brianlagunas_cp 7679352934 Initial check in of new MessageBox control 16 years ago
brianlagunas_cp ad85a7a61a refactored visual states into partial class. also added individual resource dictionary for busy indicator. 16 years ago
brianlagunas_cp 41510b497b initial project check in 16 years ago