summaryrefslogtreecommitdiff
path: root/wintable/new/resize.h
AgeCommit message (Collapse)Author
2015-01-06Merged wintable/new/ into wintable/.Pietro Gagliardi
2015-01-06Don't maintain the metaphor. The real listview doesn't, so we won't either. ↵Pietro Gagliardi
(Remember that we want to be as behavior-compatible with the real listview as possible.)
2014-12-12ok fixed that bugPietro Gagliardi
2014-12-12Added vertical scroll. The drawing code will now need updating...Pietro Gagliardi
2014-12-11More TODOs.Pietro Gagliardi
2014-12-11Removed a call to repositionHeader() in the resize handler; we already do ↵Pietro Gagliardi
this in hscrollto(), which is called by updateTableWidth().
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-07More TODOs.Pietro Gagliardi
2014-12-07More TODOs.Pietro Gagliardi
2014-12-07More header control stuff: resize handling/header control repositioning.Pietro Gagliardi