added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward...
[wxWidgets.git] / include / wx / generic / gridsel.h
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-10-03  Paul Cornettheader cleanup
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
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-08-02  Václav Slavíkcreated wxAdvanced library
2003-03-26  David ElliottChanged #if wxUSE_NEW_GRID to #if wxUSE_GRID (there...
2003-03-24  Julian SmartRemoved old grid code
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2000-03-13  Stefan NeisImproved selection mode handling in wxGrid::SelectBlock
2000-03-10  Stefan NeisRemoved unused parameter addToSelected.
2000-03-09  Stefan NeisChanged Shift+Arrow handling
2000-03-04  Stefan NeisImproved handling of selection/deselection events.
2000-03-04  Stefan NeisAdded SetSelectionMode
2000-03-03  Stefan NeisAdded extended selection support.
2000-03-02  Stefan NeisAdded class to handle selection inside wxGrid