summaryrefslogtreecommitdiff
path: root/wintable/new/draw.h
AgeCommit message (Collapse)Author
2015-01-06Merged wintable/new/ into wintable/.Pietro Gagliardi
2015-01-06More TODOs.Pietro Gagliardi
2014-12-23Draw whole selected row properly this time (full background on row, focus ↵Pietro Gagliardi
rect on cell). More TODOs.
2014-12-23Optimized Table drawing by only drawing visible rows.Pietro Gagliardi
2014-12-22Converted the checkbox code to actually use drawCheckbox().Pietro Gagliardi
2014-12-22Fixed up the rest of the checkbox event handlers. Now to convert to using ↵Pietro Gagliardi
the drawing functions.
2014-12-22Mostly done with the implementation of checkboxes!Pietro Gagliardi
2014-12-21Started writing the code for handling mouse moves and checkbox hovers.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-20Started writing the checkbox drawing code. Just a red box again for now.Pietro Gagliardi
2014-12-19Added code for distinguishing column types to drawCell().Pietro Gagliardi
2014-12-14Unified all column width accesses to a columnWidth() function.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-12Added vscroll to the drawing code. Now to figure out why it stops early...Pietro Gagliardi
2014-12-12Started tying all the threads together in the drawing loop for real.Pietro Gagliardi
2014-12-11Fixed twitchy text.Pietro Gagliardi
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-09Reimplemented tableAddColumn for real.Pietro Gagliardi
2014-12-08More TODOs.Pietro Gagliardi
2014-12-08Began the implementation of the new Windows Table's drawCell().Pietro Gagliardi
2014-12-08Readded rowHeight(). Also tested font helper functions.Pietro Gagliardi
2014-12-08Fixed up WM_PRINTCLIENT stuff.Pietro Gagliardi
2014-12-08Filled in the draw() function for testing header resizes (when that is ↵Pietro Gagliardi
implemented).
2014-12-08Added drawing scaffolds to the new Windows Table.Pietro Gagliardi