603 Commits (master)
 

Author SHA1 Message Date
emartin_cp 751d606bda 1.8.0 Release - .NET 35 branch 13 years ago
emartin_cp 947774e4b0 1.8.0 Release - SampleData library added 13 years ago
emartin_cp 0c933c8124 1.8.0 Release 13 years ago
emartin_cp 2edfd42354 1.7.0 Release 14 years ago
Nebuleux_cp 1f0dbeb7e0 Change the license back to Microsoft Public (Ms-PL) in the header of every .cs and .xaml files. 14 years ago
Nebuleux_cp be1e34b23a Add a TimelinePanel to the project. 14 years ago
Nebuleux_cp a5a5359315 Change the namespaces. 14 years ago
Nebuleux_cp 8986e47c1c MaskedTextBox: Fix navigation issues when the control is in read-only mode. 14 years ago
Nebuleux_cp e2673d5001 MaskedTextBox: Fix the bug where control characters would clear the selected text. 14 years ago
Nebuleux_cp d12bb76316 Update the assemblies informations. 14 years ago
Nebuleux_cp f0775d4061 Add a license description in the header of every .cs and .xaml files. 14 years ago
Nebuleux_cp 2e342d2b90 Remove the CollectionEditor folder from the .NET 3.5 solution. 14 years ago
Nebuleux_cp 5faeb3e020 Move the files under \CollectionEditor\Implementation to \CollectionEditors\Implementation in the .NET 3.5 solution. 14 years ago
Nebuleux_cp 19211f3ce5 Merge .NET 4.0 solution changes into .NET 3.5 solution. 14 years ago
Nebuleux_cp fdcf0c10b3 Repair the .NET 3.5 solution to make it compile without error. 14 years ago
Nebuleux_cp ce0079ec61 Rename the folder \Themes\Areo to \Themes\Aero in the .NET 3.5 project. 14 years ago
Nebuleux_cp a0d6e7b5f6 TimePicker: Fix an issue with the Background property (patch #11288). 14 years ago
Nebuleux_cp ac5c032ba7 SplitButton: Fix an issue with the Background property (patch #10883). 14 years ago
Nebuleux_cp 761e5f23b0 Remove compilation warnings. 14 years ago
brianlagunas_cp 1d92984cfe Propertygrid: added SelectedPropertyItemChanged event. It is executed everytime a new property item is selected in the Propertygrid. 14 years ago
brianlagunas_cp dc82c618c5 PropertyGrid: added PropertyValueChanged event 14 years ago
brianlagunas_cp 4ab4d3c024 WatermakrTextBox: fixed context menu not working as expected. 14 years ago
brianlagunas_cp 9c8fc98833 DropDownButton: fixed issue with initial command not calling CanExecute to check the state of the buttons 14 years ago
brianlagunas_cp 0dc67ff611 Made ColorSpectrumSlider class modifier public to support styling. 14 years ago
brianlagunas_cp efe6cd6c69 DateTimePicker: fixed null exception when setting value to null. 14 years ago
brianlagunas_cp 6685f79379 TimePicker/DateTimeUpDown : fixed exception when the date/time is set to DateTime.Min and then trying to subtract date/time form that value. 14 years ago
brianlagunas_cp 63e65e47b9 PropertyGrid: added ShowSortOptions and ShowSearchBox properties that will allow you to control the visibility of the Categorize/Alpha sort optiosna dnt he search text box. 14 years ago
brianlagunas_cp ecb8324c33 fixed all OnApplyTemplate overrides that hook into events. 14 years ago
brianlagunas_cp 3f9a4d19f1 PropertyGrid: implemented PropertyOrderAttribute. You can now apply the PropertyOrder attirbute to a property to control the order in which the properties are sorted. The attribute is only honored while in the Categorized view and ignored when sorted alphabetically 14 years ago
brianlagunas_cp 175403f030 MessageBox: fixed messageBox drag when FlowDirection set RightToLeft 14 years ago
brianlagunas_cp 5f8aa6477b MaskedTextBox: fixed issue where arrows would clear selected text 14 years ago
brianlagunas_cp b3b7d9d452 merged 4.0 changes into the 3.5 solution. Not tested so I may have missed some things. 14 years ago
brianlagunas_cp f2903f468f DateTimePicker: fixed rare issue with calendar not selecting the value 14 years ago
brianlagunas_cp 65891e83c0 DropDownButton: now allows you to tab into the control. Pressing space will open the drop down. 14 years ago
brianlagunas_cp f3a0d20ebd PropertyGrid: added feature that allows you to specify a display name when using the IItemsSource attribute. 14 years ago
brianlagunas_cp efb4e47187 Calculator: fixed bug where key would appearstuck when typing the values rapidly with the keyboard. 14 years ago
brianlagunas_cp 3f1d3ad4aa PropertyGrid: fixed issue with ExpandableProperty past 1 level 14 years ago
brianlagunas_cp f271a3c805 PropertyGrid: fixed possible null reference exception nwhen setting the Filter 14 years ago
brianlagunas_cp 91cb7e1914 messing with ButtnoSpinner demo 14 years ago
brianlagunas_cp ad527a73ae ColorPicker: fixed selected color not streching to length of control. 14 years ago
brianlagunas_cp 26fec8df2a tons of fun with theming. 14 years ago
brianlagunas_cp ec9f9cc534 playing with theming 14 years ago
brianlagunas_cp 29ac63a65d PropertyGrid: added FilterWatermark property which allows you to customize the watermark of the Filter textbox. 14 years ago
brianlagunas_cp d881eead18 Wizard: fixed closing parent window exception when window was not shown with ShowDialog. 14 years ago
brianlagunas_cp 6ffe5c2220 MaskedTextBox: fix bug with not properly handling optional digits represented by 9 14 years ago
brianlagunas_cp fad356b88d PropertyGrid; fixed null exception when clicking the categorize and alphabetize buttons when the SelectedObject is null. 14 years ago
brianlagunas_cp eb88719af7 PropertyGrid: ExpandableObject editor is now read only. 14 years ago
brianlagunas_cp 107287c251 PropertyGrid: fixed issue wtih ExpandableObject not expanding when private setter is present. 14 years ago
brianlagunas_cp 03cc414929 More theming fun with the ButtonSpinner 14 years ago
brianlagunas_cp ad8ed27f51 PropertyGrid: fixed issue where an ExpandableObject would only show properties of a base class or interface. 14 years ago