]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/grid.h
deTABified
[wxWidgets.git] / include / wx / generic / grid.h
2000-02-16  Vadim ZeitlindeTABified
2000-02-16  Robin DunnAdded getters/setters for cell and grid-default editors
2000-02-16  Stefan NeisAdded UpdateAttrRows/Cols to change the row/column...
2000-02-15  Robin DunnSome cleanup.
2000-02-14  Robin Dunn1. Initialized m_displayed to TRUE to solve a cell...
2000-02-14  Robin DunnwxGridCellEditor plugged in and operational for strings.
2000-02-14  Robin Dunn1. Fixed slow-click timer.
2000-02-13  Stefan NeisShift edit control (since we shifted cells in last...
2000-02-13  Stefan NeisAdded enabling/disabling of cell edit control.
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 an extremely simple cell attr cache (yet it catch...
2000-02-11  Vadim Zeitlinadded wxGridCellRenderer
2000-02-11  Vadim Zeitlinfixed setting more than one attr for a cell
2000-02-11  Vadim Zeitlinadded ChangeCursorMode() method, rewrote the col/row...
2000-02-11  Michael BedwardAdded facility to resize rows and cols by dragging...
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-09  Michael BedwardSimplified sizing code. Sub-windows are now sized...
2000-02-09  Michael BedwardInitializing more variables in wxGrid::Create()
2000-02-07  Michael BedwardFixes for problem where selection fails to start on...
2000-02-05  Stefan NeisAdded different strategy for updating grid lines.
2000-02-05  Michael BedwardRemoved ^M chars again
2000-02-04  Robert Roebling Minor GTK fixes for wxGrid.
2000-02-04  Michael BedwardMany bug fixes for display code:
2000-02-03  Stefan NeisAdded drag-shrinking.
2000-02-03  Vadim Zeitlinre-checking in files in Unix mode
2000-02-03  Michael BedwardUsed old name SelectCell instead of new name SetCurrentCell
2000-02-03  Michael BedwardAdded missing SetGridCursor function
2000-02-03  Michael BedwardRemoved cell highlighting temporarily. Now wxGrid...
2000-02-03  Michael BedwardMajor redesign of grid classes:
2000-01-10  Guillermo Rodrigue... Fixes from Mumit Khan to allow DLL compilation; most...
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-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-25  Julian SmartAdded more compat. functions for wxGrid so grid sample...
1999-10-19  Michael BedwardAdded EVT_GRID_SELECT_CELL
1999-10-18  Michael BedwardRemoved unused code
1999-10-14  Michael BedwardChanged all EVT_WXGRID... constants to EVT_GRID...
1999-10-07  Michael BedwardAdded page up and page down key support.
1999-10-06  Michael BedwardAdded new wxGrid classes. This is a work in progress !