STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / html / htmlpars.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-10  Václav Slavíkfixed Content-Type lookup
2003-02-23  Václav Slavíkfixed parsing of CDATA elements (<script> and <style...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-01-27  Václav Slavíknew wxHtmlWindow::OnOpeningURL API
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-10-05  Václav Slavík1) wxHTML now outputs unrecognized entities verbosely
2001-09-01  Václav Slavíkfixed memory leaks when parsing
2001-08-08  Václav Slavíkfix for nbsp problem and minor parsing flow change
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-20  Václav Slavíkfixed entities parsing under win32
2001-07-19  Vadim ZeitlinVC++ warning fixed
2001-07-19  Václav Slavíknew wxHtmlParser core and changes implied by it
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-06  David WebsterMissing LINKAGEMODE on static declaration (for OS/2).
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-02  Václav Slavíkoops, fixed fatal bug in new HTML parsing code (I wonde...
2001-07-01  Václav Slavíknew HTML tags parser and entities substitution code
2001-04-24  Václav Slavíkimplemented (more) correct <pre> handling
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-09-08  Václav Slavíkyet another fix in wxHtmlParser::DoParsing
2000-09-07  Václav Slavíkfixed bug in parsing html strings longer than 1024...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-23  Václav Slavíkadded wxLogError/Warning into wxHTML
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-27  Václav Slavíkadded wxHtmlParser::{Push|Pop}TagHandler
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-16  Václav Slavíkremoved wxVERSION_* macros
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