Fixed problems with reassigning the already assigned attribute, see #9567.
[wxWidgets.git] / src / generic / grid.cpp
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.
2006-10-02  Paul Cornettput grid string in generic/grid.cpp, not common/datacmn.cpp
2006-09-22  Kevin HockWhen autosizing a row or column (AutoSize____), use...
2006-09-19  Robert Roebling Another RTL fix.
2006-09-18  Robert Roebling More wxGrid RTL things.
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-30  Stefan NeisOnly support detection of "near the edge" coordinates...
2006-08-29  Michael WetherellWarning fixes for VC5.
2006-07-26  Vadim Zeitlinremove debugging printf() from wxGridCellFloatEditor...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-06  Robin Dunnproperly offset the mouse position for the label window...
2006-07-02  Vadim Zeitlinfix appearance problems when the cell is scrolled ...
2006-07-02  Vadim Zeitlinreset m_selectingKeyboard in ClearSelection() too
2006-06-04  Vadim Zeitlinsilence gcc warnings about values not handled in switch
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-06-01  Vadim Zeitlinadded possibility to reorder columns by dragging them...
2006-05-23  Robin DunnDon't scroll the grid when starting a cell editor if...
2006-05-18  Robin DunnReverted mistaken check-in
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-05-06  Vadim Zeitlinblank lines were ignored in multiline cell labels ...
2006-05-06  Vadim Zeitlincode cleanup in DrawTextRectangle()
2006-05-03  David Surovellminor cleanup - reformatting
2006-04-27  Paul Cornettuse stock pens/colors
2006-04-26  David Surovellminor cleanup 2 - reformatting
2006-04-25  David Surovellminor cleanup - reformatting
2006-04-20  David Surovellfix for prior commit
2006-04-20  David Surovellcleanup - reformatting
2006-04-20  Mart RaudseppTypo fixes (precompilatixon)
2006-04-19  David Surovellcleanup - reformatting
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-09  Robin DunnUse CmdDown in mouse events instead of ControlDown...
2006-04-08  Robin DunnAdded missing not operator that was preventing the...
2006-04-07  David Surovellcleanup - added whitespace around operators, some blank...
2006-04-03  David Surovellminor cleanup - reformatting
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-12  Vadim Zeitlindon't set cursor coords to (0, 0) which could be invali...
2006-03-11  Julian SmartApplied patch [ 1436761 ] wxGrid: Can't enable cell...
2006-03-07  Vadim Zeitlinsimplified the code in ProcessGridCellMouseEvent()...
2006-03-07  Julian SmartAllow width to be absent but precision present
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-01-22  Roger Gammans Fix bug [1297817] - applied suggested patch
2005-12-31  David Surovellfix wxMac-QD - blank focusesed text; minor reformat
next