Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / html / htmlpars.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-07  Václav SlavíkFix performance of wxHtmlParser::SkipCommentTag() in...
2011-01-13  Vadim ZeitlinFixes for parsing invalid HTML without tag ends.
2010-11-11  Michael WetherellUse wxFS_SEEKABLE flag loading images.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2010-01-19  Václav SlavíkSupport XHTML ' entity.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-08-31  Václav Slavíkfixed memory corruption in wxHTML when parsing '&;...
2008-01-02  Václav Slavíkremoved wxSTRING_TEXT() macro in favour of wxS()
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-08-28  Václav Slavíkfixed memory leak in RestoreState
2007-08-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-08-22  Václav Slavíkuse wxVector<T> instead of OBJARRAY macros for wxHtmlTe...
2007-08-22  Václav Slavíkrewrote wxHtmlEntitiesParser::Parse() using iterators...
2007-08-22  Václav Slavíkslight optimization for wxHtmlEntitiesParser::GetEntity...
2007-08-22  Václav Slavíkfixed wxHtmlParser::SkipCommentTag() to run the initial...
2007-08-20  Václav Slavíkmarked const wxHtmlEntitiesParser methods as such
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-05-15  Václav Slavíkfixed HTML entities parsing broken by wxString changes
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-03  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2006-03-09  Vadim Zeitlincorrected test for NUL in wxHtmlEntitiesParser::Parse...
2006-03-02  Julian SmartWorked around a crash in wxHTML on WinCE
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2004-10-14  Włodzimierz SkibaFix to bug #1046289. dtor of wxMetaTagParser must be...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-18  Vadim Zeitlinuse wxLogTrace(htmldebug) instead of wxLogDebug() for...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-25  Václav Slavíkdon't crash if there's no wxFileSystem instance
2004-04-17  Robert Roebling Make wxHTML compile (and work) under CE.
2003-08-29  Václav SlavíkContent-Type parsing should be case insensitive
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Václav Slavíkno real change, removed commented out code forgotten...
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-13  Vadim Zeitlinugly fix for warnings when wxUSE_STL==0 not breaking...
2003-07-12  Mattia Barbon Warning fixes for wxUSE_STL=1.
2003-07-10  Vadim ZeitlinVC++ warning fixes
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