Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
[wxWidgets.git] / src / richtext / richtextxml.cpp
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Julian SmartCorrected typo affecting outline level reading
2007-09-04  Julian SmartFixed URL saving/loading
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-05-02  Václav Slavíkcompilation fix for wxUSE_INTL=0
2007-02-05  Julian SmartTypo fix
2006-07-24  Vadim Zeitlindocumentation for wxAppTraits (patch 1518295 from Franc...
2006-11-10  Julian SmartAdded outline level
2006-11-09  Julian SmartSome documentation enhancements for wxRichTextCtrl
2006-11-08  Julian SmartAdded a couple of text effects
2006-10-28  Julian SmartCorrected a clearing bug
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-20  Julian SmartAdded the ability to use built-in bullet styles, curren...
2006-10-09  Paul Cornettwarning fixes/minor cleanup
2006-10-08  Vadim ZeitlinVC compilation fix after last commit
2006-10-08  Vadim Zeitlintesting whether signed char is greater than 127 is...
2006-10-08  Julian SmartSupport for characters below 32 (not supported as text or
2006-10-01  Julian SmartAdded rich text buffer clipboard support.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-10-31  Julian SmartApplied patch [ 1341085 ] richtext xml build fix
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
2005-10-25  Julian SmartFixed warnings/errors and changed Thaw
2005-10-21  Julian SmartFixed warning, move caret in OnPaint
2005-10-20  Julian SmartEfficiency measures; file loading bug fix
2005-10-19  Włodzimierz Skibaconst consistent for Clone(). Load/Save split to DoLoad...
2005-10-19  Julian SmartAdded wxRichTextCtrl