]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
the in-place control uses the attr for colours/font info too
[wxWidgets.git] / src / generic / grid.cpp
2000-02-16  Vadim Zeitlinthe in-place control uses the attr for colours/font...
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 Dunnfix for goofed up grid borders when scrolling/refreshing
2000-02-15  Robin DunnSome cleanup.
2000-02-14  Robin Dunn1. Initialized m_displayed to TRUE to solve a cell...
2000-02-14  Stefan NeisFixed SetCurrentCell.
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 Zeitlinremoved debugging messages I just added by default
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-10  Bart A.M. Jourquin#include textfile.h out of the WX_PRECOMP section ...
2000-02-10  Michael BedwardAdded wxTextFile functions to make multi-line text...
2000-02-10  Michael BedwardReverted changes to grid line positioning that caused...
2000-02-09  Vadim Zeitlincell attributes added (doesn't quite work, work in...
2000-02-09  Stefan NeisFix refreshs for wxGTK.
2000-02-09  Michael BedwardChanged grid line positioning slightly to line up the...
2000-02-09  Michael BedwardFixed problem where corner label was displayed when...
2000-02-09  Michael BedwardSimplified sizing code. Sub-windows are now sized...
2000-02-09  Michael BedwardPartially reverted last changes because of problems...
2000-02-09  Michael BedwardInitializing more variables in wxGrid::Create()
2000-02-09  Michael BedwardAdded more 3d rendering to row and col labels and remov...
2000-02-09  Michael BedwardA few optimizations to Refresh() calls for the grid...
2000-02-09  Michael BedwardImplemented row and col label size functions.
2000-02-08  Michael BedwardFixed problem with label resize cursor not resetting
2000-02-07  Stefan Neis*** empty log message ***
2000-02-07  Michael BedwardFixes for problem where selection fails to start on...
2000-02-07  Michael BedwardFixed bug in wxGrid::DrawAllGridLines that was causing...
2000-02-06  Stefan NeisMinor fix in screen update code
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-02-06  Stefan NeisOptimized Refresh Area in various functions
2000-02-05  Stefan NeisAdded different strategy for updating grid lines.
2000-02-05  Robert Roebling Fixed status bar probs,
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 !