21 Commits (0c933c81241a893267f5d7c6c8043f74c33cb471)

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. 14 years ago
Nebuleux_cp a5a5359315 Change the namespaces. 14 years ago
Nebuleux_cp f0775d4061 Add a license description in the header of every .cs and .xaml files. 14 years ago
brianlagunas_cp 9e93725a47 RichTextBoxFormatBar: fixed bug when the background of selected words would turn black. 15 years ago
brianlagunas_cp 9d90261826 UpDown editors: due to a bug in Visual Studio, you cannot create event handlers for events that have generic or nullable event args in XAML. So I changed the event args to object to support the design experience, but this now forces you to cast the result of the new value to the appropriate data type. 15 years ago
brianlagunas_cp 93a27b5ab4 RichTextBoxFormatBar: fixed annoying output window binding error. 15 years ago
brianlagunas_cp 6dbe28d554 RichTextBoxFormatBar: small layout fix. 15 years ago
brianlagunas_cp bd818d50ec RichTextBoxFormatBar: fixed bug when selecting text and trying to show a context menu, such as spell check. The RTBFormatBar would not allow the context menu to show. 15 years ago
brianlagunas_cp 12aae2ff0c RichTextBoxFormatBar: fixed bug when setting a RTB background color to anything but white and then showing the format bar which would add a white highlight color to the selected text. 15 years ago
brianlagunas_cp 381eb5d1d4 RichTextBoxFormatBar: fixed color indicator on font color picker 15 years ago
brianlagunas_cp 53ead6bd64 ColorPicker: fixed bug where the popup would stay open when other controls receive focus. Restyled the colorPicker. 15 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. 15 years ago
brianlagunas_cp 8e558b1436 changed coding stragegy so I can more easily support both .NET 4.0 and 3.5. 15 years ago
brianlagunas_cp ab899f8d9a RichTextBoxFormatBar: fixed bug when you select text, then the format bar shows, then click the text again to unselect, the format bar still shows even though no text is selected. 15 years ago
brianlagunas_cp 7f5a1b75f5 RichtextBoxFormatBar: fixed bug where text would loose highlight after first text transformation was applied. 15 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. 15 years ago
brianlagunas_cp ec18e6d0f8 still working on format bar positioning, what a pain! 15 years ago
brianlagunas_cp 54498deec4 improved format bar positioning 15 years ago
brianlagunas_cp 03aa223ff7 RichTextBox: changed format bar to only show when highlighting with mouse at the end of the selection, not during selection. try to improve hiding the format bar when mousing outside of the richtextbox. 15 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 15 years ago