]> git.saurik.com Git - wxWidgets.git/history - samples/newgrid/griddemo.cpp
1. warning in gtk/menu.cpp fixed
[wxWidgets.git] / samples / newgrid / griddemo.cpp
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-02-29  Vadim Zeitlin1. more corrections for ref counted editors/renderers...
2000-02-29  Michael BedwardChanged string members in BugsGridData struct to wxChar...
2000-02-28  Vadim ZeitlinwxGridCellAttr::Clone() added to allow the demo of...
2000-02-28  Vadim Zeitlingrid autosize fixes/changes
2000-02-28  Michael BedwardReverted wxString members to const wxChar * for struct...
2000-02-26  Vadim ZeitlinwxGrid::AutoSize() added
2000-02-25  Vadim Zeitlinassigning values to wxString is better than assigning...
2000-02-24  Michael BedwardSeveral ugly hacks to get the bugs table and virtual...
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  Robin Dunn1. wxGridCellEditor::SetSize needs to use the wxSIZE_AL...
2000-02-22  Vadim Zeitlinadded combobox editor
2000-02-22  Vadim Zeitlincolumn autosizing added
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 Zeitlinadded SetColMinimalWidth()
2000-02-21  Vadim Zeitlinmake it possible to specify the virtual table size...
2000-02-17  Vadim Zeitlinbool editor/renderer added
2000-02-17  Vadim Zeitlin1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX
2000-02-16  Vadim Zeitlinadded support for readonly cells and 3d border drawing
2000-02-16  Robin DunnInsert row/col now uses the current position to determi...
2000-02-14  Robin Dunn1. Fixed slow-click timer.
2000-02-13  Robin Dunn1. Grid cell defaults are now handled by an internal
2000-02-11  Vadim Zeitlinadded attr assignment for rows/columns
2000-02-11  Vadim Zeitlinadded wxGridCellRenderer
2000-02-11  Vadim Zeitlinfixed setting more than one attr for a cell
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-04  Vadim Zeitlinfixed refresh problem due to rounding errors
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-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
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.