STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / html / winpars.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-03-16  Václav Slavíkapplied patch adding SetFonts to wxHTML printing classe...
2002-12-30  Václav Slavíkfixed encoding handling in ANSI mode
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-06-26  Václav Slavíkfix for bug reported by Robert and Julian, probably...
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-02-11  Václav Slavíka note just in case I misread wxHTML code again...
2002-02-05  Vadim Zeitlinfixed VC++ compilation warnings in optimized build
2002-01-28  Vadim Zeitlinfixed code in OpenURL() to actually use the result...
2002-01-27  Václav Slavíknew wxHtmlWindow::OnOpeningURL API
2002-01-19  Václav Slavíkimplemented URLs blocking in wxHtmlWindow
2001-09-08  Václav Slavíkoops, HTML entities were parsed twice
2001-08-26  Václav Slavíkfixed HTML parsing in regard to spaces between tags
2001-08-08  Václav Slavíkfix for nbsp problem and minor parsing flow change
2001-07-20  Vadim Zeitlinfixed three new warnings after the last warning fix
2001-07-20  Vadim Zeitlinfixed a warning and detabified
2001-07-19  Václav Slavíknew wxHtmlParser core and changes implied by it
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-01  Václav Slavíknew HTML tags parser and entities substitution code
2001-02-06  Julian SmartFixed some warnings (don't know why dialoged Makefile...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-09  Vadim Zeitlindon't translate wxASSERT_MSG messages
2000-01-23  Václav Slavíkadded wxLogError/Warning into wxHTML
2000-01-23  Václav Slavíkadded WXMAC default font sizes
2000-01-16  Václav Slavíkadded encoding conversion to wxHTML
2000-01-14  Václav Slavíkcode fragment that adds one more line to each html...
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-11-28  Václav SlavíkwxHtmlWinParser::SetFonts now refreshes fonts cache
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-16  Václav SlavíkSetFonts methods have const param now
1999-10-15  Vadim Zeitlincompilation fix
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant