removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / html / winpars.h
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-04-21  Václav Slavíkadded comment explaining how to replace calls to deprec...
2006-04-13  Václav Slavík1. added abstract interface to wxHtmlWindow for use...
2005-12-27  Václav Slavíkadded support for <sub> and <sup> to wxHTML (based...
2005-11-17  Václav Slavíkreduced code duplication in wxHtmlWinParser::AddText...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-09-24  Václav Slavíkreplaced NormalizeFontSizes with SetStandardFonts
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-17  Mattia Barbon Add wxRTTI information.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-17  Václav Slavíkremove extra space at top and bottom of the page if...
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-03-16  Václav Slavíkapplied patch adding SetFonts to wxHTML printing classe...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-01-27  Václav Slavíknew wxHtmlWindow::OnOpeningURL API
2002-01-19  Václav Slavíkimplemented URLs blocking in wxHtmlWindow
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-07-19  Václav Slavíknew wxHtmlParser core
2001-04-29  Václav Slavíkcleanup and reformatting to match indentation style...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-16  Václav Slavíkadded encoding conversion to wxHTML
1999-12-24  Václav Slavíkadded <font face> support
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav Slavíkremoved wxITALIC/wxSLANT stuff from wxHTML (no longer...
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-10-16  Václav SlavíkSetFonts methods have const param now
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant