summaryrefslogtreecommitdiff
path: root/wintable/new/header.h
AgeCommit message (Collapse)Author
2015-01-06Merged wintable/new/ into wintable/.Pietro Gagliardi
2015-01-06More TODOs.Pietro Gagliardi
2014-12-14Unified all column width accesses to a columnWidth() function.Pietro Gagliardi
2014-12-11Fixed up the whole horizontal scroll glitching mess. Now to tackle the ↵Pietro Gagliardi
twitchy text...
2014-12-11Mostly finisshed up horizontal scrolling by hooking it up to everything ↵Pietro Gagliardi
else. The sample text draw doesn't seem to be working correctly, but I'm not sure /when/ it breaks right now...
2014-12-10Wrote up the hscroll code. Not sure why it doesn't work yet. Not yet applied ↵Pietro Gagliardi
to headers or drawing.
2014-12-10Added headerHeight to the new Table.Pietro Gagliardi
2014-12-10Moved Table width calculation out of recomputeHScroll() and into ↵Pietro Gagliardi
updateTableWidth(); also stored width in the Table itself.
2014-12-10Changed from recomputeHScroll() to updateTableWidth() as we will store the ↵Pietro Gagliardi
table width separately and just use one call to SetScrollInfo() for everything to avoid weirdness.
2014-12-09Started readding hscroll code; just recomputeHScroll() for now.Pietro Gagliardi
2014-12-09More TODOs.Pietro Gagliardi
2014-12-08Added tracking of header column sizes.Pietro Gagliardi
2014-12-08Added new Windows Table header columns (and this time we'll split out the ↵Pietro Gagliardi
dummy data).
2014-12-07More header control stuff: resize handling/header control repositioning.Pietro Gagliardi
2014-12-07More header support code, including header notification scaffolding.Pietro Gagliardi
2014-12-07Started re-adding the header stuff for real this time.Pietro Gagliardi