Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / html / winpars.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-10-07  Vadim ZeitlinNo real changes, just don't use brush styles for backgr...
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-06-28  Vadim ZeitlinFix off by 1 error in wxHTML font size from points...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
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-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-05  Václav Slavíkfixed &nbsp; handling in wxHtmlWinParser, broken by...
2008-04-21  Václav Slavíkpreserve TAB characters when copying HTML <pre> content...
2008-03-21  Václav Slavíkremove needless casting (no real change)
2008-03-13  Václav Slavíkfixed unreadable formatting
2007-08-20  Václav Slavíkdon't recompute nonbreakable space character every...
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-05-05  Robert Roebling Compilo.
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2006-10-27  Michael WetherellUse wxFS_SEEKABLE when opening images since some image...
2006-09-10  Vadim Zeitlinensure that -2 font size is readable, it could be too...
2006-08-25  Vadim Zeitlindon't hardcode HTML font sizes, this makes wxHtmlWindow...
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-17  Václav Slavíkcommented OpenContainer usage
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
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
2005-02-08  Włodzimierz SkibaMinor decorations.
2004-12-22  Václav Slavíkcompilation fix
2004-12-21  Włodzimierz SkibawxURI is enough for the basic url operations.
2004-12-16  Włodzimierz SkibaSend full url to wxHtmlWindow::OnOpeningURL validation...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
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-22  Stefan Csomorno message
2004-01-20  Stefan Csomorpreliminary fix, for using the correct output encoding...
2004-01-17  Mattia Barbon Add wxRTTI information.
2003-11-27  Julian SmartAttempt to fix Borland compilo
2003-11-22  Robin DunnUses wxSystemSettings for colour when there is no window
2003-11-20  Robin DunnWhen used from wxHtmlListBox it's possible for GetWindo...
2003-11-11  Václav SlavíkAlways set background colour prior to any HTML renderin...
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-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