]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
1. wxGCBoolRenderer looks better under MSW
[wxWidgets.git] / src / generic / grid.cpp
2000-02-23  Vadim Zeitlin1. wxGCBoolRenderer looks better under MSW
2000-02-23  Robin Dunnfallback to string changes for number and float editors
2000-02-23  Stefan NeisImproved wxMotif's look.
2000-02-23  Stefan NeisImproved checkmark on wxMotif.
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-23  Vadim Zeitlinfall back on text value if no long/double value could...
2000-02-23  Vadim Zeitlinremoved saveValue param in EndEdit()
2000-02-23  Michael BedwardAdded wxGrid::DrawGridSpace function to suppress junk...
2000-02-23  Robin DunnSome mouse events need to be handled even when outside...
2000-02-23  Robin Dunndelay getting the default editor and renderer (by data...
2000-02-22  Robert Roebling Playing with scrolling, als fixed redraw
2000-02-22  Stefan NeisCompilation fixes
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  Vadim Zeitlindon't draw cell highlight over the cell editor (improve...
2000-02-22  Michael BedwardAdded functions to enable/disable drag-resizing of...
2000-02-21  Robin Dunnforgot to uncomment a few things
2000-02-21  Robin DunnAdded ability for tables, grids, editors and renderers...
2000-02-21  Vadim Zeitlinadded SetColMinimalWidth()
2000-02-21  Vadim Zeitlina couple of terrible typos fixed
2000-02-21  Vadim Zeitlinvirtualized m_row/col height/widths arrays
2000-02-21  Vadim ZeitlinMichaels change to OnEraseBackground()
2000-02-21  Vadim Zeitlin1. removed 3d border, but
2000-02-21  Vadim Zeitlininclude
2000-02-20  Robert Roebling configure changes
2000-02-18  Vadim Zeitlinauto arrays can't be initialized - compile error for...
2000-02-17  Robert Roebling Small testing changes,
2000-02-17  Vadim Zeitlinadded wxGridCellEditor::StartingClick(), used by BoolEditor
2000-02-17  Vadim Zeitlinsome (attempts of) appearance fixes for wxGCBoolRenderer
2000-02-17  Vadim ZeitlinwxGridCellEditor::PaintBackground() added
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 DunnEats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_R...
2000-02-16  Robin Dunndisable edit control before insert/delete row/col
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
next