11 Commits (f068898687e87e1467b95c238a5f0b239a194e25)

Author SHA1 Message Date
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. 15 years ago
Nebuleux_cp a5a5359315 Change the namespaces. 15 years ago
Nebuleux_cp f0775d4061 Add a license description in the header of every .cs and .xaml files. 15 years ago
brianlagunas_cp 93a27b5ab4 RichTextBoxFormatBar: fixed annoying output window binding error. 16 years ago
brianlagunas_cp 6dbe28d554 RichTextBoxFormatBar: small layout fix. 16 years ago
brianlagunas_cp 381eb5d1d4 RichTextBoxFormatBar: fixed color indicator on font color picker 16 years ago
brianlagunas_cp 53ead6bd64 ColorPicker: fixed bug where the popup would stay open when other controls receive focus. Restyled the colorPicker. 16 years ago
brianlagunas_cp d0b7fe55f4 ColorPicker: Added SelectedColorChanged event. Added ButtonStyle property so you can style the ColorPicker's dropdown button any way you want. 16 years ago
brianlagunas_cp 1763c930b6 renamed IRichTextBoxFormatBar property from RichTextBox to Target. This describes the purpose of the property better when creating your own custom format bar. 16 years ago
brianlagunas_cp 140533ed75 RichTextBox: Removed the AllowFormatting property and completely changed the way the format bar works. The format bar is now a seperate control and can be used either on the deafult RichTextBox or the toolkit's RichTextBox. The format bar is used in conjunction with a format bar manager class. You add the format bar as follows 16 years ago
brianlagunas_cp d7341b8703 added the initial Office 2010 Format style contextual formating bar to RichTextBox. To enable the FormatBar set the RichTextBox.AllowFormatting property to True. 16 years ago