warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / generic / grid.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-04  Stefan Csomormacro naming changes
2003-08-29  Mattia Barbon Fixed bug introduced in fs_zip.cpp when replacing...
2003-08-24  Julian SmartAdded style metadata for selected controls
2003-08-23  Stefan Csomoravoid streaming of 'private' children
2003-08-21  Stefan Csomorsupport for RTTI
2003-08-15  Vadim Zeitlindon't create a multiline text control in the text edito...
2003-08-13  Robin DunnSwitch to wxCHECK so the bad code isn't still executed...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Václav Slavíkcompilation fixes for win32 dll+multilib
2003-08-02  Václav Slavíkcreated wxAdvanced library
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods.
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-06-29  Stefan NeisApplied Patch 760644 (wxGrid SetTable uses deleted...
2003-06-21  Stefan NeisReverted patch [ 746201 ] (partially) because of unwant...
2003-06-01  Julian SmartApplied [ 746201 ] wxGrid row/col change not updated
2003-06-01  Julian SmartApplied patch [ 746203 ] xwGrid::SetTable may be called...
2003-05-18  Roger Gammans * Prevent miminum and actual row and col sizes going...
2003-05-18  Roger Gammans * Apply patch #735595. Add miminumAcceptable{Height...
2003-05-18  Roger Gammans * Fix logical error in m_overflow attribute merging
2003-05-14  Robin DunnAcutally use the m_maxChars parameter value instead...
2003-05-13  Julian SmartReordered the slow-click test, otherwise it would never
2003-05-07  Julian SmartEnsure grid components don't have borders
2003-05-07  Robin Dunnfixed compile errors
2003-05-07  Robin DunnAlso merge the m_overflow attribute
2003-05-03  Julian SmartApplied patch [ 726350 ] wxGrid - MovePageDown()
2003-04-03  Roger Gammans * rename maxOnOverflow parameter to CoordToRowOrCol...
2003-03-24  Julian SmartApplied patch [ 705663 ] Fix capture mouse bug in wxGrid
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...
next