]> git.saurik.com Git - wxWidgets.git/history - samples/newgrid/griddemo.h
added SetLabelFont() test
[wxWidgets.git] / samples / newgrid / griddemo.h
2002-01-21  Vadim Zeitlinadded SetLabelFont() test
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-05-27  Vadim Zeitlinapplied tons of wxGrid patches
2001-05-16  Vadim Zeitlinapplied patch 415912 (fixing problems with wxGrid attrs)
2001-05-09  Robin DunnAdded accessors for the sub-windows in the wxGrid.
2001-01-08  Vadim Zeitlintest all selection methods
2001-01-04  Vadim Zeitlintests for the new [de]selection grid methods (patch...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-10  Stefan NeisChanged wxGridCellCoords from long to int (get rid...
2000-03-04  Stefan NeisBugfixes; added selection modes demo to griddemo
2000-02-28  Vadim ZeitlinwxGridCellAttr::Clone() added to allow the demo of...
2000-02-24  Vadim ZeitlinmwxLog was leaked - fixed
2000-02-23  Robin DunnSome mouse events need to be handled even when outside...
2000-02-22  Vadim Zeitlinadded renderers/editors for long/float, not fully teste...
2000-02-22  Michael BedwardAdded view menu items to toggle row and col drag-resizing.
2000-02-21  Robin DunnAdded ability for tables, grids, editors and renderers...
2000-02-21  Vadim Zeitlinadded "bugs table" which will show non string data...
2000-02-21  Vadim Zeitlinmake it possible to specify the virtual table size...
2000-02-17  Vadim Zeitlin1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX
2000-02-13  Robin Dunn1. Grid cell defaults are now handled by an internal
2000-02-11  Vadim Zeitlinadded wxGridCellRenderer
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-03  Michael BedwardUpdated demo program to work with revised grid code
1999-10-19  Michael BedwardAdded demo of handling EVT_GRID_SELECT_CELL.
1999-10-13  Michael BedwardAdded demonstration of insert/delete rows/cols
1999-10-06  Michael BedwardAdded comments
1999-10-06  Michael BedwardSample program for new wxGrid classes.