summaryrefslogtreecommitdiff
path: root/wintable/main.h
AgeCommit message (Collapse)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2015-02-25More TODOs.Pietro 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-02-19More TODOs.Pietro Gagliardi
2015-02-18More TODOs.Pietro Gagliardi
2015-02-17Split the public API of wintable into a file includethis.h for package ui.Pietro Gagliardi
2015-02-17Removed stale TODO left over from previous commit.Pietro Gagliardi
2015-02-14Changed the Table accessibility objects to be a doubly linked list; updated ↵Pietro Gagliardi
the Table code itself appropriately. Implemented RPC_E_DISCONNECTED handlers as well. Will test now.
2015-02-13Fixed all real warnings. I need to figure out how to remove -Wparentheses ↵Pietro Gagliardi
suggestions from qo.
2015-01-08Added updateAll() and resolved WM_SETFONT to begin the final ↵Pietro Gagliardi
reasoning-through of update().
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-07Implemented checkbox notifications.Pietro Gagliardi
2015-01-07Implemented tableNotificationGetCellData et al for text columns.Pietro Gagliardi
2015-01-07Renamed notification codes.Pietro Gagliardi
2015-01-07Added facilities for notifications.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-07Split the actual test code from the main Table code.Pietro Gagliardi