]> git.saurik.com Git - wxWidgets.git/history - src/generic/gridsel.cpp
Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPosition, true, false, wxEmptyString...
[wxWidgets.git] / src / generic / gridsel.cpp
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