summaryrefslogtreecommitdiff
path: root/wintable/new/select.h
AgeCommit message (Collapse)Author
2014-12-22Mostly done with the implementation of checkboxes!Pietro Gagliardi
2014-12-17Fixed Page Down behavior. More TODOs.Pietro Gagliardi
2014-12-16Fixed deselection redraw.Pietro Gagliardi
2014-12-16More TODOs.Pietro Gagliardi
2014-12-16Don't try to scroll if we're deselecting. First part of mouse deselect fix.Pietro Gagliardi
2014-12-16Fixed some punctuation errors.Pietro Gagliardi
2014-12-16Added debugging checks for doselect() to spot illegal selections. Rewrote ↵Pietro Gagliardi
some expressions for consistency.
2014-12-16Implemented keyboard selection. Now I need to fix /mouse/ selections that ↵Pietro Gagliardi
select nothing, because apparently /that/ was broken...
2014-12-16Punctuation fix.Pietro Gagliardi
2014-12-16Finished keyboard selection notes. Will implement later.Pietro Gagliardi
2014-12-15More keyboard selection notes.Pietro Gagliardi
2014-12-15More keyboard selection notes.Pietro Gagliardi
2014-12-15Wrote up some notes on how to do keyboard selection.Pietro Gagliardi
2014-12-14Fixed selection scrolling.Pietro Gagliardi
2014-12-14More TODOs.Pietro Gagliardi
2014-12-14Mostly fixed up the horizontal scrolling implementation in doselect().Pietro Gagliardi
2014-12-14Implemented horizontal scroll on the left in doselect(). Horizontal scroll ↵Pietro Gagliardi
on the right is mostly written, but nonworking.
2014-12-14Implemented vertical scrolling on selection changes.Pietro Gagliardi
2014-12-14Optimized the redrawing of selected rows in doselect().Pietro Gagliardi
2014-12-13Implemented mouse click selection.Pietro Gagliardi