17 Commits (0c933c81241a893267f5d7c6c8043f74c33cb471)

Author SHA1 Message Date
emartin_cp 0c933c8124 1.8.0 Release 13 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 18d74e72b5 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
brianlagunas_cp c9a7d7fb1d RichTextBox: using dispatcher to set the text to improve perofrmance. 15 years ago
brianlagunas_cp d37d90a255 RichTextBox: fixed bug when using custom formatter and binding to null/empty text property. Also added RichTextBox.Clear method to allow user to programmatically clear the contents of the RTB. 15 years ago
brianlagunas_cp 28afd0ab72 RichTextBox: fixed bug that I re-introduced that deals with using custom ITextFormatters. 15 years ago
brianlagunas_cp 87e4f40933 RichTextBxox: fixed bug where setting a ViewModel property in code would not update the RichTextBox 15 years ago
brianlagunas_cp 62587a34fb RichTextBox: fixed but when using a custom TextFormatter inside a DataTemplate. 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
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. 15 years ago
brianlagunas_cp 3afcdd542a 14537 : made ok/yes buttons default buttons for MessageBox. 16 years ago
brianlagunas_cp f2182afd6e RichTextBox: fixed bug when using RichTextBox and not data binding to the Text Property 16 years ago
brianlagunas_cp 72a68c2374 various bug fixes, consolidated common styles 16 years ago
brianlagunas_cp 2af86dd609 RichTextBox: placed the UpdateText method on a background thread using the dispatcher to asyncronously update the text property. This dramatically improves performance. 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