Fix wxHash{Set,Map} compilation with g++ 4.7 in C++11 mode.
[wxWidgets.git] / include / wx / html / htmlpars.h
2012-02-10  Vadim ZeitlinFix wxHash{Set,Map} compilation with g++ 4.7 in C+...
2011-10-27  Vadim ZeitlinAdd _PTR WX_DECLARE_HASH_SET variants to fix warnings...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2007-10-05  Václav Slavíkuse typed containers in wxHtmlParser instead of type...
2007-08-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-08-20  Václav Slavíkmarked const wxHtmlEntitiesParser methods as such
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-04-03  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-06-30  Václav Slavíkmade GetEntitiesParser public, it's useful for some...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
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-05  Václav SlavíkwxHTML now outputs unrecognized entities verbosely
2001-08-08  Václav Slavíkmade some wxHtmlEntitiesParser's methods public --...
2001-08-06  Václav Slavíkcompilation fix
2001-07-19  Václav Slavíknew wxHtmlParser core
2001-07-01  Václav Slavíknew HTML tags parser and entities substitution code
2001-04-29  Václav Slavíkcleanup and reformatting to match indentation style...
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...
1999-12-24  Václav Slavíkremoved wxHtmlParser::GetTempData (internal function...
1999-10-27  Václav Slavíkadded wxHtmlParser::{Push|Pop}TagHandler
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant