]> git.saurik.com Git - wxWidgets.git/history - src/html/m_tables.cpp
use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)
[wxWidgets.git] / src / html / m_tables.cpp
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