Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / html / m_tables.cpp
2013-09-30  Vadim ZeitlinAvoid using wxHtmlTag::HasParam() unnecessarily.
2013-09-30  Vadim ZeitlinStore HTML "id" parameter value in wxHtmlCell.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-20  Vadim ZeitlinReally fix the background colour used for the cells...
2012-12-28  Paul Cornettnon-pch build fix
2012-12-28  Vadim ZeitlinFix regression with wxHTML table elements background...
2012-12-08  Vadim ZeitlinAdd a wxHtmlTag helper parsing both absolute values...
2012-11-01  Vadim ZeitlinDon't crash in wxHTML when parsing empty tables with...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-03-21  Václav SlavíkwxHTML tables handler didn't properly restore m_enclosi...
2009-03-11  Vadim Zeitlinwork around some (harmless) g++ warnings about possibly...
2009-02-24  Vadim Zeitlinrender <TH> contents in bold, as all the browsers do
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-10-30  Václav SlavíkwxHTML: don't include extra whitespace in table cells
2008-05-04  Václav Slavíkcheck tables width parameter for invalid values
2007-09-27  Václav Slavíkfixed cellpadding when printing (bug #1795572)
2007-09-16  Vadim Zeitlinexpand the table cells to fill the entire table width...
2007-05-11  Vadim Zeitlinapply the table bg colour between the cells too (patch...
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-11-17  Václav Slavíkfixed layout of tables that are first element on a...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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
2004-03-18  Vadim Zeitlinfixes for warnings about implicit double -> int conversions
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-16  Václav Slavíktables can no longer be smaller than sum of their columns
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-02-10  Václav Slavíkfixes to HTML tables alignment
2002-01-12  Václav Slavíkfixed m_OldAlign hiding
2001-10-27  Václav Slavíkfix for colspan or rowspan = 0 in HTML tables
2001-08-26  Václav Slavíktables code fixes
2001-08-25  Václav Slavíkbeginnings of HTML4 tables layouter
2001-07-19  Václav Slavíknew wxHtmlParser core and changes implied by it
2001-07-10  Václav Slavíkfixes for tables renderer: now recognizes missing borde...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-01  Václav Slavíkadded convenience accessors to wxHtmlTag and modified...
2001-07-01  Václav Slavíkfixed handling of HTML tables with empty row(s)
2001-03-18  Václav SlavíkwxHTML: fixed bug in tables rendering when rowspan...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-03  Ove KaavenUnicode compilation fixes for BC++ 5
1999-12-20  Václav Slavíkcleaned some relics - mod_* instead of m_* in wxHTML...
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-12-05  Václav Slavíkfixed incorrect rendering of tables with cellspacing...
1999-11-23  Václav Slavíkfixed bug that caused wxHtmlWindow to segfault on html...
1999-11-06  Václav Slavíkcosmetic changes : indentation etc.
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
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-08  Václav Slavíkfixed bug in tables when border=0
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