]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
Applied patch [ 605592 ] Unicode patch for dirctrlg.cpp
[wxWidgets.git] / src / generic / grid.cpp
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
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
next