]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
VC++ changes + makeproj additions
[wxWidgets.git] / src / generic / grid.cpp
2000-02-05  Julian SmartVC++ changes + makeproj additions
2000-02-05  Stefan NeisFixed typo
2000-02-05  Michael BedwardSpace now move active cell right if grid is not editable
2000-02-05  Michael BedwardRemoved erroneous EVT_SCROLLWIN
2000-02-04  Robert Roebling Minor GTK fixes for wxGrid.
2000-02-04  Vadim Zeitlinfixed resize line drawing
2000-02-04  Vadim Zeitlinfixed refresh problem due to rounding errors
2000-02-04  Michael BedwardMany bug fixes for display code:
2000-02-04  Stefan NeisAdded drag-shrinking
2000-02-03  Vadim Zeitlinre-checking in files in Unix mode
2000-02-03  Michael BedwardRemoved cell highlighting temporarily. Now wxGrid...
2000-02-03  Michael BedwardMajor redesign of grid classes:
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-31  Julian SmartFixes for VC++ 4 compilation; fixed wxCommandEvent...
1999-10-29  Michael BedwardChanges to fix problem where spurious scrollbar(s)...
1999-10-29  Ove KaavenA few Unicode compilation fixes (mostly wxT())
1999-10-27  Michael BedwardFixed bug that caused wrong block of cells to be select...
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-26  Michael BedwardFixed bug that caused crashes if wxGrid::OnSize was...
1999-10-25  Michael BedwardFix for incomplete initial display sometimes with wxMSW
1999-10-23  Julian SmartBC++ and Watcom C++ makefile and source fixes
1999-10-19  Michael BedwardAdded EVT_GRID_SELECT_CELL
1999-10-18  Michael BedwardImproved cell highlighting when in-place editing is...
1999-10-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
1999-10-13  Michael BedwardFixed bug causing crashes when all rows or cols were...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlincompile fix for BC++
1999-10-07  Michael BedwardAdded page up and page down key support.
1999-10-06  Vadim Zeitlinsome warnings suppressed
1999-10-06  Unknown (JL)compile error with VC6.0 fixed. #include "wx/wxprec...
1999-10-06  Michael BedwardHave to set focus to edit control when it is shown...
1999-10-06  Michael BedwardAdded new wxGrid classes. This is a work in progress !