Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / html / htmlcell.cpp
2013-09-30  Vadim ZeitlinAvoid using wxHtmlTag::HasParam() unnecessarily.
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-06-29  Vadim ZeitlinAllow resetting background colour of wxHtmlContainerCell.
2012-10-07  Vadim ZeitlinNo real changes, just don't use brush styles for backgr...
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-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.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-25  Vadim Zeitlinadd support for table border width attribute (closes...
2008-04-21  Václav Slavíkpreserve TAB characters when copying HTML <pre> content...
2008-04-13  Václav Slavíkfixed incorrect layout width caching in wxHtmlContainer...
2008-03-17  Paul Cornettfix a huge number of build errors
2007-06-17  Václav Slavíkwhen selecting text in wxHTML, selecting half a charact...
2007-06-17  Václav Slavíkfixed selecting part of word from right to left in...
2007-06-05  Václav Slavíkdon't crash when using wxHtmlWidgetCell in wxHtmlListBox
2007-05-05  Robert Roebling Compilo.
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-03-17  Vadim Zeitlinfix extra indentation in wxHTML_ALIGN_JUSTIFY display...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-28  Vadim Zeitlinuse dynamic array for the page breaks positions (patch...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
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-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Vadim Zeitlinunused var warning in Mac build
2005-09-04  Stefan Csomorsupport for fractional characters widths under Mac
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-01-13  Robin Dunnadded a missing \n the source
2004-11-27  Václav Slavíkfixed wxHtmlContainerCell to not render off-screen...
2004-11-25  Václav Slavíkreverted Robert's over-optimisation, correct fix coming...
2004-11-24  Robert Roebling Changed the way invisble HTML cells are NOT
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-01  Václav Slavíksimplified justification code; fixed incorrect position...
2004-06-18  Włodzimierz SkibaWarning fix.
2004-05-27  Václav Slavíkfixed indentation in case there's only one cell on...
2004-05-27  Václav Slavíkcompilation fix
2004-05-27  Václav Slavíkfixed iteration over cells
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-20  Vadim Zeitlinreally fixed handling of non-text cells in justified...
2004-05-19  Włodzimierz SkibaCentralized wxDefaultPosition and TRUE->true, FALSE...
2004-05-18  Vadim Zeitlindon't distribute extra space between 0 width cells...
2004-03-17  Václav Slavíkimproved HTML tables layout code (patch 911377)
2004-01-17  Mattia Barbon Add wxRTTI information.
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-09-18  Václav Slavíkfixed single word selection
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íkfixes to wxHTML selection code: corrected mouse navigation
2003-07-08  Václav Slavíkmuch better looking selection of justified paragraphs
2003-06-11  Vadim Zeitlina hack to make copying double clicked words to clipboar...
2003-06-07  Václav Slavíkuse 'I' cursor when over text
2003-06-04  Václav Slavíkadded selecting-while-dragging
2003-06-04  Václav Slavíkfixed bug in selection style if selection colours is...
2003-06-03  Vadim Zeitlinsigned/unsigned comparison warning fixed
2003-06-03  Václav Slavíknew rendering customization API for Vadim
2003-06-03  Václav Slavíksubcell selection
2003-06-02  Václav Slavíkanother bug fixed: wrong lookup of nearest cell before...
2003-06-02  Vadim Zeitlincompilation fix
2003-06-02  Václav Slavíkadded copying selection to clipboard; fixes to selectio...
2003-06-01  Vadim Zeitlincompilation fix (not all paths returned a value)
2003-06-01  Václav Slavíkmore work on text selection: selecting should work...
2003-06-01  Václav Slavíkfixed UpdateRenderingState to do what it was meant to
2003-05-31  Václav Slavíkpreparing wxHtmlWindow for text selection (highlighting...
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2002-12-19  Václav Slavíkwe don't really have to use variable instead of constant...
2002-12-19  Julian SmartApply table border fix to all ports.
2002-12-19  Julian SmartFix border for wxGTK too
2002-12-19  Julian SmartReinstated the cell border fix (wxMSW)
2002-12-18  Václav Slavíksimpler fix for rendering bug fixed in previous revision
2002-12-18  Julian SmartFixed cell visibility test that was causing refresh...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-05  Václav Slavíkgcc pragmas fixes
2001-08-31  Vadim Zeitlinimplemented and documented wxHtmlWindow::OnCellMouseHov...
2001-08-27  Vadim Zeitlinsend right click events for the URLs too
2001-08-26  Václav Slavíktables code fixes
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-14  Vadim Zeitlinfixed crash in ~wxHtmlCell
2001-07-08  Václav SlavíkTrying to hide evidence of my negative programming...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-07-01  Václav Slavíknew HTML tags parser and entities substitution code
next