summaryrefslogtreecommitdiff
path: root/wintable/test.c
AgeCommit message (Collapse)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2015-02-19Removed the last bit of new Windows Table test initialization stuff now that ↵Pietro Gagliardi
tableSetSelection is in; moved into the test program instead.
2015-01-08Collected all of the metric updating stuff into a single update() function. ↵Pietro Gagliardi
Far from optimal, but much better.
2015-01-07Added tableSetRowCount.Pietro Gagliardi
2015-01-07Immediately give focus to the Table on startup in the test program.Pietro Gagliardi
2015-01-07Implemented checkbox notifications.Pietro Gagliardi
2015-01-07Image cells now use notifications to get their bitmaps. Also split (almost) ↵Pietro Gagliardi
each cell type into a separate drawing function called from the main drawCell().
2015-01-07Implemented tableNotificationGetCellData et al for text columns.Pietro Gagliardi
2015-01-07Switched the test program to make the Table an actual child window now that ↵Pietro Gagliardi
I'm about to implement actually getting data in the real world. Implemented focus grabbing. More TODOs.
2015-01-07Implemented image cells.Pietro Gagliardi
2015-01-07Split the actual test code from the main Table code.Pietro Gagliardi