summaryrefslogtreecommitdiff
path: root/wintable/new/coord.h
AgeCommit message (Collapse)Author
2014-12-16Revert "Attempted to fix broken coordinate calculations for out-of-cell ↵Pietro Gagliardi
clicks..." That didn't do it; will need to use a debugger. This reverts commit 25e51003609d1f472ed0c7d8858ed32c16166169.
2014-12-16Attempted to fix broken coordinate calculations for out-of-cell clicks...Pietro Gagliardi
2014-12-14Unified all column width accesses to a columnWidth() function.Pietro Gagliardi
2014-12-14Implemented rowColumnToClientRect() (was rowColumnToClientCoord() but ↵Pietro Gagliardi
decided that the full RECT would be more useful); not sure if I'm going to actually use it now though since full-on redrawing the old and new rows would probably be more correct in doselect()...
2014-12-13Implemented mouse click selection.Pietro Gagliardi
2014-12-13Implemented clientCoordToRowColumn().Pietro Gagliardi
2014-12-08Readded rowHeight(). Also tested font helper functions.Pietro Gagliardi
2014-12-05Moved the rewrite of the new Windows Table to its /own/ folder.Pietro Gagliardi