Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
[wxWidgets.git] / samples / richtext / richtext.cpp
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-03-05  Julian SmartImplemented text background colour
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-30  Julian SmartRemoved redundant code
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-24  Vadim Zeitlinprotect gs_allThreads with a mutex (modified patch...
2006-11-08  Julian SmartAdded a couple of text effects
2006-10-27  Julian SmartDemonstrates printing
2006-10-26  Julian SmartAdded outline style sample and vetoing of style sheet...
2006-10-19  Julian SmartSeparated out list formatting into new menu.
2006-10-17  Julian SmartAdded various list commands to demonstrate new list...
2006-10-10  Julian SmartMinor correction
2006-10-10  Julian SmartAdded help provider
2006-10-08  Julian SmartDemonstrate new formatting and symbol dialogs.
2006-09-29  Julian SmartFixed bugs in, and added operators and copy constructor...
2006-09-12  Julian SmartIncreased size slightly
2006-09-12  Julian SmartStyle listbox now shows current style
2006-07-21  Włodzimierz SkibaPDA adjustements
2006-07-20  Włodzimierz SkibaReuse common sample resources. Remove unused files.
2006-07-03  Julian SmartSetStyle/GetStyle corrections
2006-07-02  Julian SmartSeems to work fine without switching off anti-aliasing now
2006-06-28  Julian SmartAdded support for tabs in wxRichTextCtrl (Ashish More)
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-11-03  Włodzimierz SkibaWarning fix.
2005-10-25  Włodzimierz SkibawxWinCE build fix and source cleaning.
2005-10-22  Julian SmartRemoved duplicate hotkey
2005-10-21  Julian SmartReduced unnecessary painting; delete/recreate caret...
2005-10-21  Julian SmartSwitched antialiasing off since GetTextExtent doesn...
2005-10-20  Julian SmartEfficiency measures; file loading bug fix
2005-10-19  Julian SmartOnly draw if inside client rectangle
2005-10-19  Julian SmartAdded wxRichTextCtrl