Don't crash in wxGridCellAutoWrapStringRenderer when the column is hidden.
[wxWidgets.git] / src / generic / gridctrl.cpp
2013-09-04  Vadim ZeitlinDon't crash in wxGridCellAutoWrapStringRenderer when...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-16  Vadim ZeitlinImprove wxGrid cell wrapping in wxGridCellAutoWrapStrin...
2011-11-28  Vadim ZeitlinAdd support for custom numeric formats to wxGrid.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-04-22  Vadim ZeitlinAdd documentation for several grid cell renderer/editor...
2009-11-27  Vadim ZeitlinAllow changing horizontal alignment of numeric cells...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-01  Francesco Montorsifix rendering of wxGrid on wxMSW when a dialog is over...
2009-03-01  Francesco Montorsiuse wxRenderer::GetCheckBoxSize() instead of doing...
2009-03-01  Francesco Montorsimove wxGridCellRenderer::Draw before other derived...
2009-02-25  Vadim Zeitlinfix handling of long lines in wxGridCellAutoWrapStringR...
2009-01-11  Francesco Montorsifix for PCH-less builds
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2008-12-22  Vadim Zeitlinsplit wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG...
2008-06-29  Stefan NeisDon't force ColWidth to always grow for wxGridCellAutoW...
2008-01-07  Vadim Zeitlincompilation fix after wxDateTime::ParseFormat() changes
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2006-10-03  Paul Cornettheader cleanup
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-10-17  Michael WetherellWarning fixes for win64
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-24  Julian SmartRemoved old grid code
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2002-09-06  Julian SmartApplied patch [ 605592 ] Unicode patch for dirctrlg.cpp
2001-07-03  Vadim Zeitlinrenamed scrolwin file - no other way to make wxGTK...
2001-06-10  George TaskerFixed compilation if wxUSE_NEW_GRID and wxUSE_GRID...
2001-06-10  George TaskerInitialized m_startint in the constructor to avoid...
2001-06-09  Julian SmartUpdates for 2.3.1; fixed syntax error in makefile.b32...
2001-06-03  Vadim Zeitlinapplied Unicode fixes for mingw32 (patch 429654)
2001-05-28  Vadim Zeitlinlink preventing typo fixed
2001-05-28  Vadim Zeitlincompilation fixes
2001-05-27  Vadim Zeitlinapplied tons of wxGrid patches