]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
make XTI compile with VC6 (patch 896614)
[wxWidgets.git] / src / generic / grid.cpp
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-12  Roger Gammans * fix bug where editing of the bootom and right most...
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-02-10  Stefan NeisUnicode fixes.
2004-02-08  Julian Smart0 -> 0u to keep gcc happy
2004-02-08  Stefan NeisApplied and extended patch 886524 (wxGridCellFloatEdito...
2004-02-08  Stefan Csomorconversion warning gcc 3.3 mac
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-11  Julian SmartApplied patch [ 800086 ] GridCellTextEditor wxTE_RICH...
2004-01-08  Julian SmartApplied patch [ 863936 ] wxGrid scroll bars not drawn.
2004-01-08  Julian SmartApplied patch [ 851044 ] wxGrid receives wxFocusEvent
2003-11-08  Stefan NeisAllow minimal acceptable row height/column width to...
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
next