Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / html / htmltag.cpp
2013-09-30  Vadim ZeitlinAdd wxHtmlTag::GetParamAsString() convenience method.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-08  Vadim ZeitlinAdd a wxHtmlTag helper parsing both absolute values...
2011-12-27  Vadim ZeitlinRecognize background-color style in wxHtmlWindow.
2011-01-13  Vadim ZeitlinFixes for parsing invalid HTML without tag ends.
2011-01-13  Vadim ZeitlinNo changes, just remove a level of indentation in wxHtm...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-30  Vadim ZeitlinAdd <span> tag and limited support for CSS styles to...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-08-01  Vadim Zeitlinfix warning about possible uninitialized variable with...
2008-05-03  Vadim Zeitlindon't return junk from wxHtmlTag::GetParamAsInt() if...
2008-03-29  Václav Slavíkbe tolerant of XHTML self-closing tags when parsing...
2008-01-15  Václav Slavíkfixed wxHTML parser to not assert on invalid HTML input...
2008-01-02  Václav Slavíkremoved wxSTRING_TEXT() macro in favour of wxS()
2007-08-31  Václav Slavíkfixed badly named wxHtmlTag::GetParam() argument: with_...
2007-08-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-08-22  Václav Slavíkdon't derive wxHtmlTag and wxHtmlTagsCache from wxObjec...
2007-08-21  Václav Slavíkuse wxVector<T> instead of homegrown growing array...
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
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-08-23  Václav Slavíkfixed HTML colours parsing after patch #1473731 ('wxCol...
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-16  Vadim Zeitlinfixed a rare crash due to malformed HTML
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-02-13  Václav Slavíkdon't crash on unterminated CDATA elements (patch ...
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-11-11  Václav Slavíkpart of DS' change _was_ corrent, restored
2003-11-10  Dimitri SchoolwerthReally fixed Borland release build warning (without...
2003-11-10  Václav Slavíkprevious DS' change was broken, reverted
2003-11-10  Dimitri SchoolwerthAdded wxUnusedVar for Borland and fixed 2 release mode...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-15  Vadim ZeitlinGTK2 Unicode build warning fix
2003-02-26  Václav Slavíkcompilation fix for optimizing compilers
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-03-29  Vadim Zeitlincorrected the previous warning fix so that it doesn...
2002-03-29  Vadim Zeitlinfixed signed/unsigned comparison warning
2002-03-28  Vadim Zeitlinfixed a buffer overflow (!) in wxHtmlTagsCache
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-08-06  Václav Slavíkcompilation fix
2001-07-20  Václav Slavíkoops, forgot to fix wxHtmlTag dtor
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-02  Václav Slavíkoops, fixed fatal bug in new HTML parsing code (I wonde...
2001-07-01  Václav Slavíkadded convenience accessors to wxHtmlTag and modified...
2001-07-01  Václav Slavíknew HTML tags parser and entities substitution code
2001-06-20  Václav Slavíkfixed yet another bug in wxHtmlTag's parameters parser
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-05-19  Václav Slavík-fix for a bug in parsing tag's properties with common...
2001-04-29  Václav Slavíkcleanup
2001-03-09  Václav Slavíkfixed parsing of tags with whitespace around = sign
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-10-06  Václav Slavíkfixed bug in parsing incomplete HTML when the very...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-29  Ove KaavenWell, wxHTML compiles in Unicode mode now. But if it...
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant
1999-08-31  Václav SlavíkScanParam has only one parameter now
1999-08-30  Václav SlavíkwxHtmlTag::ScanParam now returns value
1999-08-03  Václav Slavíkmalloc() --> new[]
1999-07-29  Guilhem LavauxTypos.
1999-07-19  Karsten BallüderAdded test for vsscanf. GUESSING IS EVIL! Cannot test...
1999-07-07  Václav Slavík*** empty log message ***