second merge of the 2.2 branch (RL)
[wxWidgets.git] / src / generic / grid.cpp
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-04  Michael BedwardRemoved redundant m_left etc. variables
2000-07-28  Michael BedwardRenamed existing wxGrid::SelectBlock to HighlightBlock.
2000-07-27  Michael BedwardFix for bug where the cell highlight was not cleared...
2000-07-27  Michael BedwardAdded another hack to the collection of hacks in
2000-07-27  Michael BedwardChanged cell and label alignment functions to use wxALI...
2000-07-24  Michael BedwardChanges as per patch from Paul Gammans to fix bug with...
2000-07-21  Michael BedwardAdded ForceRefresh() to request immediate repainting...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-13  Stefan NeisImproved selection mode handling in wxGrid::SelectBlock
2000-03-13  Stefan NeisMore compilation fixes.
2000-03-11  Stefan Neis*** empty log message ***
2000-03-11  Stefan NeisAdded WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF
2000-03-11  Stefan NeisAdded many WXUNUSED, untabified once again.
2000-03-11  Stefan NeisFixed remaining int vs. long warnings.
2000-03-10  Stefan NeisChanged wxGridCellCoords from long to int (get rid...
2000-03-10  Julian SmartSmall fixes for Tex2RTF but alas, we still get memory...
2000-03-10  Vadim Zeitlin1. fixed warning which was hiding a bug in wxGrid:...
2000-03-09  Stefan NeisMake correct cell visible for cursor movement.
2000-03-09  Stefan NeisModified keyboard and mouse handling wrt selecting...
2000-03-09  Stefan NeisChanged Shift+Arrow handling
2000-03-08  Julian SmartMade VC++ makefiles and project files a bit more consistent
2000-03-07  Michael BedwardModified <shift>+arrow key behaviour so that the starti...
2000-03-07  Michael BedwardMoved current cell initialization from wxGrid::OnPaint to
2000-03-04  Stefan NeisImproved handling of selection/deselection events.
2000-03-04  Stefan NeisBugfixes; added selection modes demo to griddemo
2000-03-04  Stefan NeisAdded SetSelectionMode
2000-03-03  Stefan NeisAdded extended selection support.
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-03-01  Vadim Zeitlinasserts in wxGridStringTable corrected
2000-03-01  Michael BedwardMinor compilation fix for Borland
2000-02-29  Vadim Zeitlinsetting parameters for wxGridCellFloatRenderer seems...
2000-02-29  Vadim Zeitlin1. more corrections for ref counted editors/renderers...
2000-02-29  Vadim ZeitlinwxGridCellRenderer/Editor made ref counted
2000-02-29  Vadim Zeitlin1. added range checks in wxGridStringTable
2000-02-29  Michael BedwardAdded wxWANTS_CHARS style to all windows so that the...
2000-02-28  Vadim ZeitlinwxGridCellAttr::Clone() added to allow the demo of...
2000-02-28  Vadim Zeitlingrid autosize fixes/changes
2000-02-26  Vadim ZeitlinwxGrid::AutoSize() added
2000-02-25  Michael BedwardAdded call to CalcDimensions() at end of wxGrid::Init...
2000-02-25  Vadim ZeitlinF2 enables edit in place
2000-02-24  Robert Roebling Minor optical things.
2000-02-23  Vadim Zeitlintypo fixed
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...
next