summaryrefslogtreecommitdiff
path: root/wintable/new/coord.h
AgeCommit message (Collapse)Author
2015-01-06Merged wintable/new/ into wintable/.Pietro Gagliardi
2014-12-21Made toCheckboxRect() take the xoff parameter too.Pietro Gagliardi
2014-12-20toItemContentRect() -> toCellContentRect() (consistency)Pietro Gagliardi
2014-12-20Wrote up toItemContentRect() and used that in drawCell(). More TODOs.Pietro Gagliardi
2014-12-18More TODOs.Pietro Gagliardi
2014-12-18Added images and checkboxes to rowHeight(). Split out the text part into ↵Pietro Gagliardi
textHeight(); we'll be needing it later (when implementing vertical centering).
2014-12-16Actually return no selection in clientCoordToRowColumn() correctly. Part 2 ↵Pietro Gagliardi
of previous commit.
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