Added further API for intercepting deletion and content insertion
[wxWidgets.git] / samples / richtext / richtext.cpp
2012-01-25  Julian SmartAdded further API for intercepting deletion and content...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2010-10-14  Julian SmartFixed #12566 (assert on deletion) due to inconsistent...
2010-10-06  Julian SmartEliminated redundant wxRichTextAnchoredObject class...
2010-10-05  Vadim ZeitlinFix harmless unused variables warnings.
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-09-30  Vadim ZeitlinMerge of SOC2010_RTC_IMAGES branch.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-16  Francesco Montorsifix sample
2008-07-05  Paul Cornettmark long-deprecated methods as such, and don't use...
2008-02-12  Julian SmartFixed several style, paste and undo bugs
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