]> git.saurik.com Git - wxWidgets.git/history - src/generic/grid.cpp
extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGri...
[wxWidgets.git] / src / generic / grid.cpp
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
2005-11-17  Julian SmartFixed problem with choice editor in wxGrid whereby...
2005-10-01  Kevin HockCode formatting cleanup from OSAF [ patch 1307563 ]
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-04  Vadim Zeitlincorrected test for __WXGTK__ (but should it be there...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-21  Vadim Zeitlinreverted last change with setting the focus only if...
2005-07-02  Vadim Zeitlinonly set focus to the grid window in wxGrid::HideCellEd...
2005-06-09  Julian SmartWorked around problem with kill focus event being sent...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-02  Vadim Zeitlinhide the cell editor if the grid loses focus
2005-06-01  Robin DunnMerge the cell size attribute the same way that other...
2005-05-30  Robin DunnAllow wxGridCellNumberEditor::StartingKey to work when...
2005-05-22  Julian SmartApplied patch [ 1192917 ] Grids with no row or col...
2005-05-20  Robin DunnSet focus to the grid windwo when it is left-clicked
2005-05-20  Julian SmartRenderer should only be used for GTK+ 2
2005-04-22  Stefan Csomorfix for drawing correct gridlines even on scrolled...
2005-04-21  Robin Dunnsome extra refreshing and updating on wxMac so the...
2005-04-13  Michael WetherellTemporary compilation fix for wxUSE_INTL=0
2005-04-12  Václav Slavíkuse configured scrolling increments (m_scrollLineX...
2005-04-08  Robin DunnDon't call StartingKey if the key was F2
2005-03-21  Włodzimierz SkibaDummy warning fix.
2005-03-21  Vadim Zeitlinunreachable code warning fix (Unicode build)
next