]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
include <wx/...> => include "wx/..."
[wxWidgets.git] / src / generic / grid.cpp
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 !