GetBestFittingSize --> GetEffectiveMinSize
[wxWidgets.git] / src / generic / grid.cpp
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)
2005-03-19  Robin DunnFixed bug #1163384. Moved the code that handles activa...
2005-03-17  Vadim Zeitliniterator methods fixes (patch 1164808)
2005-02-26  Robin DunnThe key event for the shift key should not start the...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-09  Vadim Zeitlinredraw the grid when it's enabled/disabled
2005-02-06  Stefan Neisfixed double delete in UpdateAttrRows/Cols introduced...
2005-01-18  Vadim Zeitlinfixed memory leak in UpdateAttr[Rows][Or][Cols] (patch...
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-11-27  Robert Roebling Give native GTK+ look to wxGrid.
2004-11-23  Włodzimierz SkibaFixes for wxUSE_SPIN... == 0.
2004-11-06  Ryan NortonRevert files to previous version that were affected...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-20  Julian SmartWorked around font setting problem for GTK+1 on some
2004-10-18  Włodzimierz SkibaUnnecessary const_ prefix removed (blindly).
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-15  Włodzimierz SkibaWarning fixes.
2004-10-14  Julian SmartAdded SetScrollLinesX, SetScrollLinesY so apps can...
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-27  Robin DunnFix for probably rare but potential refcount leak.
2004-09-09  Robin DunnFor editors and renderers the type registry takes prece...
2004-09-03  Robin DunnSince it is documented, changed GetOrCreateCellAttr...
2004-09-02  Robin DunnDon't set the size until after everything is initialized
2004-08-31  Vadim Zeitlinno real changes, just rewrote ChoiceEditor::EndEdit...
2004-08-31  Vadim Zeitlinremoved apparently useless (and provoking a dummy event...
2004-08-31  Robin DunnFixes to allow DoGetBestSize to work before CreateGrid...
next