The rounded corners look really dumb at this size.
[wxWidgets.git] / src / richtext / richtexthtml.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-03-13  Julian SmartFixed some warnings
2013-02-04  Julian SmartAdded support for sub-object virtual attributes (tempor...
2011-10-22  Julian SmartApplied patch #13534: wxRichTextCtrl: Make it easier...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-23  Dimitri SchoolwerthAdded wxBITMAP_TYPE_TIFF and wxBITMAP_TYPE_TIFF_RESOURCE.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-02-25  Julian SmartApplied #12601: Background color when saving wxRichText...
2010-10-04  Julian SmartwxRTC no longer derives from wxTextCtrlBase; added...
2010-09-30  Vadim ZeitlinMerge of SOC2010_RTC_IMAGES branch.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-27  Julian SmartFont output fix
2009-11-18  Vadim ZeitlinSuppress harmless g++ warnings about converting float...
2009-09-23  Julian SmartAdded wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler...
2009-09-23  Julian SmartFixed #10702 (encoding not used in HTML handler)
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-11  Julian SmartIf zero spacing after paragraph is explicitly specified...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-11-28  Julian SmartFixed HTML list output
2008-01-25  Julian SmartCorrected image saving to HTML
2008-01-25  Julian SmartHTML output corrections
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-09-07  Julian SmartOnly write text colour if the colour is valid
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2006-12-23  Julian SmartOptimization
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-11-17  Julian SmartAdded wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow...
2006-11-08  Julian SmartAdded a couple of text effects
2006-10-26  Julian SmartAdded a cast
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-09  Paul Cornettwarning fixes/minor cleanup
2006-10-08  Julian SmartUse paragraph's attributes for paragraph-related styles...
2006-07-25  Włodzimierz SkibaSimplify PCH support. Minor source cleaning.
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-16  Julian SmartMake an image block beore writing it, if there's no...
2006-03-08  Vadim Zeitlincorrect gcc print format warnings
2006-03-07  Julian SmartApplied patch [ 1445031 ] wxString passed as ellipsis...
2006-03-07  Julian SmartAdded conversion to HTML, by Akin Demirtug
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers