]> git.saurik.com Git - wxWidgets.git/history - samples/newgrid/griddemo.cpp
Fixed all remaining samples/Unicode compilation errors.
[wxWidgets.git] / samples / newgrid / griddemo.cpp
2002-12-15  Mattia Barbon Fixed all remaining samples/Unicode compilation errors.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Stefan NeisAdded check for Refresh function.
2002-09-07  Stefan NeisApplied patch showing off John Labenski's
2002-04-12  Robin DunnAdded test showing problem with small grids
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2002-01-21  Vadim Zeitlinadded SetLabelFont() test
2001-11-02  Vadim Zeitlinsupport for vetoing grid cell editing (patch 469049)
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-27  Michael BedwardChanged wxGridCellAttr::HasAlignment to treat values...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-10  Stefan NeisChanged wxGridCellCoords from long to int (get rid...
2000-03-10  Michael BedwardCompilation fix for Borland. Write 'T' or 'F' to logBu...
2000-03-09  Stefan NeisChanged Shift+Arrow handling
2000-03-04  Stefan NeisImproved handling of selection/deselection events.
2000-03-04  Stefan NeisBugfixes; added selection modes demo to griddemo
2000-03-03  Stefan NeisAdded extended selection support.
2000-03-02  Vadim Zeitlinno changes
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.