Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / html / winpars.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-04-25  Vadim ZeitlinSmall fixes after wxHtmlTagHandler::GetParser() addition.
2013-04-24  Robin DunnAdd GetParser methods for the tag handlers
2012-11-26  Vadim ZeitlinFix warnings about using type attribute on forward...
2012-10-07  Vadim ZeitlinSupport some CSS styles for the links in wxHTML too.
2012-09-30  Vadim ZeitlinAdd support for background-color style to span element...
2012-09-30  Vadim ZeitlinFix handling of spaces after <img> tag in wxHTML.
2012-06-28  Vadim ZeitlinFix off by 1 error in wxHTML font size from points...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2010-03-29  Václav SlavíkUse fixed screen DPI of 96 when printing HTML.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-04-21  Václav Slavíkpreserve TAB characters when copying HTML <pre> content...
2007-08-20  Václav Slavíkdon't recompute nonbreakable space character every...
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-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