summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-19Removed unnecessary HTHEME parameter in getFrameControlCheckboxSize().Pietro Gagliardi
2014-12-18Still 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-18More TODOs.Pietro Gagliardi
2014-12-18Moved around checkboxes.h pendig plans for that code.Pietro Gagliardi
2014-12-18New checkbox plan: because DrawThemeBackground() /might/ do AlphaBlend(), ↵Pietro Gagliardi
we'll just draw checkboxes on the fly.
2014-12-18More critical TODOs.Pietro Gagliardi
2014-12-17Brought back the code to build checkbox images.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-16Actually return no selection in clientCoordToRowColumn() correctly. Part 2 ↵Pietro Gagliardi
of previous commit.
2014-12-16Don't try to scroll if we're deselecting. First part of mouse deselect fix.Pietro Gagliardi
2014-12-16Changed abort() in deftablePanic() to DebugBreak() for convenience ↵Pietro Gagliardi
(especially in wine where abort() is NOT caught by winedbg --gdb and for whatever reason I can't set a breakpoint with the same).
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-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-16Implemented keyboard selection. Now I need to fix /mouse/ selections that ↵Pietro Gagliardi
select nothing, because apparently /that/ was broken...
2014-12-16Added some links.Pietro Gagliardi
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-15More TODOs.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-14Unified all column width accesses to a columnWidth() function.Pietro Gagliardi
2014-12-14Implemented vertical scrolling on selection changes.Pietro Gagliardi
2014-12-14Optimized the redrawing of selected rows in doselect().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-13More TODOs.Pietro Gagliardi
2014-12-13Implemented mouse click selection.Pietro Gagliardi
2014-12-13Implemented clientCoordToRowColumn().Pietro Gagliardi
2014-12-13Resolved some TODOs.Pietro Gagliardi
2014-12-13Fixed up some TODOsPietro Gagliardi
2014-12-13Started to lay down the groundwork for handling selection.Pietro Gagliardi
2014-12-12Cleared some TODOs.Pietro Gagliardi
2014-12-12Added wheel scrolling.Pietro Gagliardi
2014-12-12More reminders/TODOs.Pietro Gagliardi
2014-12-12ok fixed that bugPietro Gagliardi
2014-12-12Added vscroll to the drawing code. Now to figure out why it stops early...Pietro Gagliardi
2014-12-12Added vertical scroll. The drawing code will now need updating...Pietro Gagliardi
2014-12-12Isolated the scrolling code to avoid code duplication in something so sensitive.Pietro Gagliardi
2014-12-12Got rid of a bogus assignment to t->hpagesize.Pietro Gagliardi
2014-12-12More TODOs.Pietro Gagliardi