]> git.saurik.com Git - wxWidgets.git/commit
- Main change is the addition of wxGridSelectRowsOrColumns selection mode
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Sep 2008 23:33:04 +0000 (23:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 19 Sep 2008 23:33:04 +0000 (23:33 +0000)
commit8a3e536cd56a1867703e1cf8946a8e863c5f59ed
tree82a4273b5a93c6a7c896ac5ab5d2c62ed0541b68
parent0e0977894a66f5b3227d2864becaeae86a5e93c8
- Main change is the addition of wxGridSelectRowsOrColumns selection mode
  (which is still probably buggy, wxGridSelection needs to be reviewed)
- Add XYToCell() overloads returning wxGridCellCoords (instead of modifying the
  argument passed by reference -- where did this come from?) and document them.
- Added GoToCell() which does make the new current cell visible unlike
  SetGridCursor() (which was documented as doing it, but wasn't)
- Changed SetCurrentCell() to only not change the cell if wxEVT_GRID_SELECT_CELL
  it generates is vetoed, not just processed as this seems to make more sense
- Split jumbo (~400 lines) ProcessGridCellMouseEvent() function into chunks
- Add many more comments to make reading this code seem less like puzzle
  solving for the next unfortunate soul to do it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/grid.h
include/wx/generic/gridsel.h
interface/wx/grid.h
samples/grid/griddemo.cpp
samples/grid/griddemo.h
src/generic/grid.cpp
src/generic/gridsel.cpp