Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / html / htmlcell.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-17  Vadim ZeitlinSet mouse cursor correctly over image map links in...
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-06-29  Vadim ZeitlinAllow resetting background colour of wxHtmlContainerCell.
2012-09-30  Vadim ZeitlinAdd support for background-color style to span element...
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-11-30  Vadim ZeitlinUse more clear names for variables in wxHtmlSelection...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-04-21  Václav Slavíkpreserve TAB characters when copying HTML <pre> content...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-04-14  Václav Slavíkdon't show the I-beam cursor over text in wxHtmlListBox
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íkfixed layout of tables that are first element on a...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-24  Vadim Zeitlinadded missing virtual dtors to base classes (patch...
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-06-22  Vadim Zeitlinremove unnecessary (and provoking a warning under IRIX...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-19  Włodzimierz SkibaTRUE->true, FALSE->false replacements.
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2004-01-17  Mattia Barbon Add wxRTTI information.
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-17  Václav Slavíkremove extra space at top and bottom of the page if...
2003-07-16  Václav Slavíkremoved GetHorizontalConstraints -- no longer needed
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-08  Václav Slavíkmuch better looking selection of justified paragraphs
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-04  Václav Slavíkadded selecting-while-dragging
2003-06-03  Václav Slavík(hopefully) finished subcell selection
2003-06-03  Václav Slavíknew rendering customization API for Vadim
2003-06-03  Václav Slavíksubcell selection
2003-06-02  Vadim Zeitlincompilation warning fixed
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-06-01  Václav Slavíkmore work on text selection: selecting should work...
2003-06-01  Václav Slavíkadded default ctor and SetSelection to wxHtmlRenderingState
2003-06-01  Vadim Zeitlinadded consts needed by VC++/BC++
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2001-10-04  Václav Slavíkfixed unimportant typo
2001-09-23  David WebsterFALSE, not false
2001-09-02  Václav Slavíkadded wxHtmlCell::Get/SetId
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-25  Václav Slavíkbeginnings of HTML4 tables layouter
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-08  Václav SlavíkwxHTML fixes
2001-04-29  Václav Slavíkcleanup and reformatting to match indentation style...
2001-02-26  Vadim Zeitlinapplied patch 403956 (gcc warning fix)
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-01-27  Václav Slavíkinline functions with if moved to .cpp
2000-01-18  Václav Slavíkadded align=justify support ; also removed relic:...
2000-01-14  Václav Slavíkoptimized wxHtmlContainerCell - now proceeds layouting...
2000-01-12  Václav Slavíkadded wxHtmlLinkInfo::GetHtmlCell so that you know...
2000-01-11  Václav Slavíkadded mouse event member into wxHtmlLinkInfo. wxHtmlWin...
2000-01-03  Ove KaavenBetter make it a const reference then.
2000-01-03  Ove KaavenMake wxColour parameter be passed by reference to inlin...
1999-12-28  Robin DunnAdded some WXDLLEXPORTs
1999-12-23  Václav SlavíkwxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink...
1999-12-23  Václav SlavíkwxHtmlFontCell now has member wxFont m_Font instead...
1999-12-11  Václav Slavíknew wxHTML printing code ; parser now supports scaling
1999-10-17  Václav SlavíkHTML_xxxx constants changed to wxHTML_xxxx (with backwa...
1999-10-10  Václav Slavíkpreparing for HTML printing
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-08-12  Václav SlavíkwxHtmlWidgetCells now destroys window correctly
1999-07-27  Robert Roebling Small distrib updates,
1999-07-07  Václav Slavík*** empty log message ***