support column reordering using drag and drop when using wxHeaderCtrl
[wxWidgets.git] / src / generic / grid.cpp
2008-12-13  Vadim Zeitlinsupport column reordering using drag and drop when...
2008-12-12  Vadim Zeitlinfix compuation of dirty cells when the columns are...
2008-12-12  Vadim Zeitlinreally fix STL compilation
2008-12-11  Vadim Zeitlindon't duplicate the column reordering in generic wxHead...
2008-12-11  Vadim Zeitlinforward SetColPos() to the header window
2008-12-11  Vadim Zeitlinin STL build wxVector elements need to be assignable...
2008-12-11  Vadim Zeitlinadded wxGrid::UseNativeColHeader() (column reordering...
2008-12-08  Francesco Montorsienable wheel-scrolling under wxGTK by allowing GTK...
2008-12-02  Francesco Montorsifix typo making wxGrid crash upon usage of PgDown:...
2008-12-01  Vadim Zeitlindon't make wxGridTableBase::IsEmptyCell() pure virtual...
2008-11-08  Vadim Zeitlinrelease the mouse in wxGrid dtor to avoid asserts when...
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-04  Vadim Zeitlinadded the possibility to draw grid lines across the...
2008-09-22  Vadim Zeitlindon't crash if the grid is being deleted while a cell...
2008-09-20  Vadim Zeitlinuse a single wxKeyboardEvent parameter instead of 4...
2008-09-19  Vadim Zeitlin- Main change is the addition of wxGridSelectRowsOrColu...
2008-09-16  Vadim Zeitlinmore grid folding: got rid of duplicate version of...
2008-09-16  Vadim Zeitlinstart of the great grid folding: introduce wxGridOperat...
2008-09-15  Vadim Zeitlinuse wxSwap()
2008-09-15  Vadim Zeitlinimplement CreateGrid() in terms of SetTable() instead...
2008-09-15  Vadim Zeitlinmore cleanup (removed some TODOs/FIXMEs); use native...
2008-09-15  Vadim Zeitlinremove the now unused GetScroll[XY]
2008-09-15  Vadim Zeitlinremove automatic selection of the current row/column...
2008-09-15  Vadim Zeitlinselect current column when Ctrl-Space is pressed; the...
2008-09-15  Vadim Zeitlinimprove display of hints during column move (#9884)
2008-09-15  Vadim Zeitlindon't steal focus back to wxGrid when it hides an edito...
2008-09-15  Vadim Zeitlinfix drawing of the column move hint when the grid is...
2008-09-15  Vadim Zeitlinfix repaining of highlight for merged cells (#9718)
2008-09-14  Vadim Zeitlinwe don't need to round up the best/fitting grid size...
2008-09-14  Vadim Zeitlinneed to AdjustScrollbars() after changing the virtual...
2008-09-14  Vadim Zeitlinmove the grid-specific workaround for scrollbar hystere...
2008-09-14  Vadim Zeitlindon't use SetScrollbars() as this forces the grid virtu...
2008-07-15  Vadim Zeitlinfix changing size of merged cells (#9736)
2008-07-09  Stefan NeisApplied fix for wxGrid::ClearAttrCache (#9712).
2008-07-06  Stefan NeisMake AutoSizing in wxGrid's SetCol/RowSize work and...
2008-07-03  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-29  Vadim Zeitlindon't call SetInsertionPointToEnd() on read-only combob...
2008-06-28  Vadim Zeitlindon't ignore changes of empty string to 0 or vice versa...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-28  Stefan NeisRestricted column/row resizing in cell window to left...
2008-06-18  Stefan NeisCleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr...
2008-06-15  Stefan NeisFixed problems with reassigning the already assigned...
2008-06-15  Stefan NeisAdded missing screen update on deselection in wxGrid...
2008-06-15  Stefan NeisApplied ticket #1230 (patch to SetColFormatCustom)...
2008-06-13  Vadim Zeitlinfix reference counting problems with wxGridCellWithAttr...
2008-06-12  Vadim Zeitlinfix crash which happened if you called SetAttr(NULL...
2008-06-12  Vadim Zeitlinoptimize wxGrid::BlockToDeviceRect() to avoid iterating...
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-06-07  Vadim Zeitlindon't refresh the current cell in SetCellHighlightROPen...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-15  Vadim Zeitlinuse wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceE...
2008-02-27  Vadim Zeitlinoverride SetDropTarget() in wxGrid to associate it...
2008-02-26  Vadim Zeitlincheck whether the grid is fully created in Refresh...
2008-02-03  Vadim Zeitlinanother correction to indices used in StringToLines()
2008-02-03  Vadim Zeitlincorrect indices used in StringToLines() (modified patch...
2008-02-03  Vadim Zeitlindon't use negative sizes for row/column labels subwindo...
2008-01-21  Václav Slavíkcall Create from wxGrid non-default ctor instead to...
2008-01-21  Václav SlavíkwxGrid focus handling fixes:
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-11-24  Václav Slavíkensure that wxGrid::AutoSizeColumn/Row() never sets...
2007-11-20  Stefan Csomormac cleanup
2007-11-17  Robert RoeblingUse renderer to draw checkmark
2007-11-17  Robert RoeblingUse wxBORDER_NONE for wxGridCellTextEditor on all platf...
2007-11-16  Vadim Zeitlindon't capture the mouse when just moving it in the...
2007-11-09  Vadim Zeitlindon't call SetInsertionPointEnd() on a read-only combob...
2007-10-21  Vadim Zeitlindon't store NULL attribute in wxGridRowOrColAttrData...
2007-07-11  Julian SmartAvoid a crash due to OnSize being called before initial...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-05-22  Vadim Zeitlinpass wxStrings directly to wxFAIL_MSG, there is no...
2007-05-05  Robert Roebling Compilo.
2007-04-26  Robin Dunnensure there is a current cell before using it to try...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-03  Václav SlavíkBCC5.5 compilation fix
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-04  Vadim Zeitlinhandle mouse capture lost event in grid windows and...
2007-02-17  Vadim Zeitlindo adjust scrollbars in our EVT_SIZE handler now that...
2007-02-16  Vadim Zeitlindon't delete inexistent column indices in DeleteCols()
2007-02-06  Robin DunnDon't capture the mouse until after the possible wxEVT_...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-01-21  Stefan NeisImprove resetting table via SetTable (extended version...
2007-01-14  Vadim Zeitlincreate in place edit control with wxTE_PROCESS_ENTER...
2007-01-07  Vadim Zeitlinfix attribute memory leak in wxGrid::ShowCellEditContro...
2006-12-17  Vadim Zeitlinforcefully get rid of the scrollbars in CalcWindowSizes...
2006-12-15  Vadim Zeitlincorrect GetBestSize() to return correct best size,...
2006-12-04  Vadim Zeitlinadded the missing parameter to SetScrollbars() call...
2006-12-03  Vadim Zeitlinfixed long standing bug with Fit() still showing the...
2006-11-26  Mattia Barbon Use 1 as true and "" as false, not the opposite.
2006-11-08  Robin Dunnensure m_table is not NULL before trying to access...
2006-11-06  Julian SmartImproved highlight drawing on wxMac/Core Graphics by...
2006-11-06  Stefan Csomorfixing region clipping
2006-11-04  Vadim Zeitlindon't leave tables non-owned by the grid with dangling...
2006-11-04  Vadim Zeitlingrid lines were incorrectly drawn over multicell cells...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlincheck that the cell using bool editor has a valid value...
2006-10-28  Vadim Zeitlinallow customizing the string values returned by wxGridC...
2006-10-15  Robert Roebling I don't think anylonger that DrawHeaderButton() should
2006-10-08  Vadim ZeitlinSetOverflow() should be called with a bool argument...
2006-10-08  Stefan NeisInitialize m_overflow in wxGridCellAttr::Clone.
next