Removed old grid code
[wxWidgets.git] / src / generic / grid.cpp
2003-03-24  Julian SmartRemoved old grid code
2003-03-24  Julian SmartFix by Milan Babuskov <albis@eunet.yu> in MovePageUp
2003-02-18  Julian SmartFixed warning, reformatted some code
2003-02-18  Julian SmartApplied patch [ 608866 ] wxGrid: vertical column label...
2003-02-12  Vadim Zeitlinremoved redundant code
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-04  Robin DunnWith the fix in gtk/font.cpp and switching to an wxplic...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-18  Julian SmartFixed cell paint background refresh bug
2002-12-16  Julian SmartFixed missing checkbox alignment
2002-12-15  Vadim Zeitlinprintf() format warning fixed
2002-12-14  Vadim Zeitlinfixed Unicode compilation
2002-12-09  Julian SmartApplied patches by Scott Pleiter:
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-20  Stefan NeisFixed some typos that occured in applying patch 606235.
2002-09-15  Stefan NeisApplied revised patch 606235 (Cell overflow refresh...
2002-09-11  Stefan NeisApplied patch 606235 (Cell overflow refresh fixed).
2002-09-11  Stefan NeisFixed CoordToRowOrCol according to Patch 607387.
2002-09-11  Julian SmartTypo fixed
2002-09-11  Julian SmartAnother try at committing this
2002-09-11  Julian SmartReverted previous 'fixes' now that the array bug has...
2002-09-10  Julian SmartNow cleared array elements of arrays before calling...
2002-09-10  Julian SmartApplied patch [ 607261 ] Fix: wxGrid: row and cell...
2002-09-08  Vadim Zeitlinfixed Printf() format spec warnings
2002-09-07  Stefan NeisFixed Refresh to use a "const wxRect *" parameter.
2002-09-07  Stefan NeisTried to fix bug 603906 by modifying GetModelValues...
2002-09-07  Stefan NeisCommited John Labenski's patch giving access to the...
2002-09-07  Stefan NeisFixed bug in CoordToRowOrCol.
2002-09-07  Stefan NeisSome refresh optimizations.
2002-09-06  Julian SmartApplied patch [ 605592 ] Unicode patch for dirctrlg.cpp
2002-09-05  Julian SmartEliminated unreachable code warning in VC++
2002-09-01  Stefan NeisFixed apparent typo in wxGridCellAttr::MergeWith, hopef...
2002-09-01  Stefan NeisClear attribute cache in Redimension to fix Bug 508407.
2002-09-01  Stefan NeisAdded some const qualifiers.
2002-09-01  Stefan NeisApplied AutoWrap Renderer Bugfix by Roger Gammans ...
2002-08-31  Vadim Zeitlincompilation fix
2002-08-31  Stefan NeisMake use of new array functions.
2002-08-31  Julian SmartApplied patch [ 601957 ] wxGrid: Start editing with...
2002-08-24  Robin DunnAll editors that derive from wxGridCellTextEditor will...
2002-08-24  Robin DunnIf the number or float editor is being used but the...
2002-08-24  Robin DunnFixed wxGridCellFloatEditor::Clone
2002-06-24  Robin DunnDon't try to release the mouse unless we actually have...
2002-06-20  Vadim Zeitlindon't crash trying to dereference NULL m_selection...
2002-05-20  Julian SmartApplied drag fix to row labels as well
2002-05-20  Julian SmartCaptured mouse in grid column label so the drag isn...
2002-04-28  Vadim Zeitlindon't pass arrays by value (and also fixed signed/unsig...
2002-04-28  Stefan NeisReplaced internal calls to XToCol/YToRow added in 1...
2002-04-27  Stefan NeisFixes to my last commit.
2002-04-23  Stefan NeisSpeed-up for very large grids by more efficient search...
2002-04-12  Vadim Zeitlinfixed the bug which resulted in not showing the grid...
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-02-21  Vadim Zeitlindon't crash if editing of the cell wasn't started for...
2002-02-12  Robin DunnFixed a bug that prevented editors and renderers to...
2002-02-05  Robin DunnDerive wxGridWindow from wxWindow instead of wxPanel...
2002-01-27  Vadim Zeitlinset extra margins to be 0 by default, not 50
2002-01-26  Vadim Zeitlinfixed bug in wxGrid dimensions calculation (Staffan...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-07  Robin DunnPrevent crash when m_defGridAttr is NULL
2001-12-30  Vadim Zeitlinfixed uninitialized wxGridCellAttr::m_defGridAttr ...
2001-12-25  Vadim Zeitlinfixed compilation for strict ANSI compilers
2001-12-24  Vadim Zeitlinfixed Fit() to avoid showing scrollbars
2001-12-24  Vadim Zeitlinreally fixed GetRenderer() and GetEditor() methods...
2001-11-20  Vadim Zeitlinapplied patch 475879 (Can't use subclassed GridCellEditor)
2001-11-19  Vadim Zeitlinfixed a memory leak and an initialization problem
2001-11-04  David WebsterTRUE and FALSE, not true and false.
2001-11-02  Vadim Zeitlinsupport for vetoing grid cell editing (patch 469049)
2001-10-22  Robin DunnIt's better to scroll by a little too much than by...
2001-10-13  Vadim Zeitlinchanged some Remove()s into RemoveAt()s
2001-10-10  Vadim Zeitlinformatting changes
2001-08-25  Vadim Zeitlinadded \#if wxUSE_GRID around the whole file (patch...
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-03  Vadim Zeitlinrenamed scrolwin file - no other way to make wxGTK...
2001-06-27  Julian SmartMore small fixes
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-27  Vadim Zeitlinapplied tons of wxGrid patches
2001-05-16  Vadim Zeitlinapplied patch 415912 (fixing problems with wxGrid attrs)
2001-05-09  Robin DunnAdded accessors for the sub-windows in the wxGrid.
2001-05-04  Robin DunnRedirected mouse wheel events from the child grid windo...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-20  Stefan NeisHopefully fixed bug #233492 (SelectAll crashed on empty...
2001-04-17  George TaskerFixed a compiler performance warning
2001-04-16  Stefan NeisAdded patch #412132 (Fix for bug #215410) (Mainly in...
2001-02-02  Vadim Zeitlinadded missing GetEventHandler() (patch #103561)
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-25  Robert Roebling Prepare wxToolBarSimple for event type change.
2001-01-02  Vadim Zeitlinpatch adding DeselectXXX() functions from Roland Scholz...
2000-11-25  Vadim Zeitlintypo in AutosizeRowOrCol fixed (bug 115437)
2000-11-12  Robin DunnChanged wxGridCellEditor::IsAcceptedKey to only check...
2000-11-11  Robin DunnAllow a NULL editor and/or renderer to be passed to...
2000-08-08  Michael BedwardAdded Paul Gamman's patch for 0 as FALSE in bool editor...
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
next