Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / html / m_layout.cpp
2013-09-30  Vadim ZeitlinAvoid using wxHtmlTag::HasParam() unnecessarily.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-20  Vadim ZeitlinImprove appearance of text with background colour in...
2012-02-07  Vadim ZeitlinFix infinite loop in wxHtmlEasyPrinting page break...
2012-02-07  Vadim ZeitlinNo real changes, just pass const wxArrayInt to wxHtmlCe...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-04-16  Václav SlavíkRemove wxUSE_WCHAR_T checks.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-25  Vadim Zeitlinremove unused function and out of date comments (we...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2008-09-07  Václav Slavíkfixed pagebreaks computation in tables (#9935, patch...
2007-08-26  Václav Slavíkfixed wxHTML parsing to run in O(n) even in UTF8 build
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-29  Vadim Zeitlinfix memory leak when handling background attribute...
2006-09-02  Vadim Zeitlindon't convert title to current encoding if input encodi...
2006-08-29  Václav Slavíkfixed crash in <sub/sup> handling (bug #1545152)
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
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...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-12-27  Václav Slavíkadded support for <sub> and <sup> to wxHTML (based...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-22  Michael WetherellFixes to allow compilation with no wchar_t (djgpp proba...
2005-02-13  Vadim Zeitlinadded support for background bitmap specified in backgr...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-17  Václav Slavíkremoved accidentally committed debugging code
2004-07-17  Václav Slavíkuse corrent charset for page title in ANSI builds
2004-06-30  Václav Slavíkfixed HTML entities parsing inside <titl
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-17  Robert Roebling Make wxHTML compile (and work) under CE.
2004-03-17  Václav Slavík<div> handling fix (Xavier Nodet)
2003-08-13  Václav Slavíkfixed wrong arguments to Draw
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-06-09  Václav Slavíkcompilation fix for VisualAge C++
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-05-15  Václav Slavíkunicode compilation fix
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2003-02-23  Václav Slavíkimplemented empty handler for <script> tag, so that...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2001-07-18  Václav Slavíkfixed ugly stupid piece of code
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-01  Václav Slavíkadded convenience accessors to wxHtmlTag and modified...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-20  Václav Slavíkcleaned some relics - mod_* instead of m_* in wxHTML...
1999-11-28  Václav SlavíkSetTitle method (internal use only) changed to virtual...
1999-11-11  Václav Slavík<br><br><br> is now handled correctly, e.g. empty lines...
1999-11-07  Julian SmartVarious fixes for various compilers...
1999-10-29  Ove KaavenWell, wxHTML compiles in Unicode mode now. But if it...
1999-10-18  Václav SlavíkwxUSE_HTML was missiing at some places
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant