Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / generic / gridsel.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-12-29  Vadim ZeitlinStore row/column selection more appropriately in wxGrid.
2009-04-09  Vadim Zeitlinfix row/column deselection in row-or-column selection...
2008-09-20  Vadim Zeitlinuse a single wxKeyboardEvent parameter instead of 4...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-01-02  David Surovellcleanup - reformat
2005-12-30  David Surovellfixed spelling mistake in comment
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-04-21  Robin Dunnsome extra refreshing and updating on wxMac so the...
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
2004-01-25  Stefan NeisCompute update rectangle only when needed [i.e. if...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-26  Chris Elliottfix for d_mars 8.35
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-24  Julian SmartRemoved old grid code
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2000-08-08  Michael BedwardAdded Paul Gamman's patch for 0 as FALSE in bool editor...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-10  Stefan NeisRemoved unused parameter addToSelected.
2000-03-09  Stefan NeisChanged Shift+Arrow handling
2000-03-04  Stefan NeisCompilation fixes (true->TRUE, false->FALSE)
2000-03-04  Stefan NeisImproved handling of selection/deselection events.
2000-03-04  Stefan NeisBugfixes; added selection modes demo to griddemo
2000-03-04  Stefan NeisAdded SetSelectionMode
2000-03-04  Julian SmartFixed non-standard C++ syntax errors
2000-03-03  Stefan NeisAdded extended selection support.
2000-03-02  Stefan NeisAdded class to handle selection inside wxGrid