summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-22More TODOs.Pietro Gagliardi
2014-11-21Added checkbox heights to rowHeight() in the new Windows Table.Pietro Gagliardi
2014-11-20More TODOs.Pietro Gagliardi
2014-11-20More TODOs.Pietro Gagliardi
2014-11-20Implemented mouse hot-tracking for checkboxes. Clicking and dragging is still...Pietro Gagliardi
2014-11-20Wrote up a lParamInCheckbox() that we will use for properly hit-testing check...Pietro Gagliardi
2014-11-19More mouse tracking. This is getting complicated the way I'm doing it...Pietro Gagliardi
2014-11-19Split the code to turn x/y LPARAM into a row/column number to its own functio...Pietro Gagliardi
2014-11-19More checkbox mouse code. This implements tracking.Pietro Gagliardi
2014-11-19More TODOs.Pietro Gagliardi
2014-11-18Began the work for actually doing checkbox events in the new Windows Table. C...Pietro Gagliardi
2014-11-18Started the work to handle checkboxes. For now, we draw just a red rectangle;...Pietro Gagliardi
2014-11-18Fixed keyboard navigation in the new Windows Table.Pietro Gagliardi
2014-11-18Elaborated some comments.Pietro Gagliardi
2014-11-18More critical TODOs.Pietro Gagliardi
2014-11-18Mostly implemented vertical scrolling on selection change. The bottom row sti...Pietro Gagliardi
2014-11-18Optimized new Windows Table selection redraw and did most of the work for scr...Pietro Gagliardi
2014-11-17Added a prev parameter to finishSelect() on the new Windows Table. This will ...Pietro Gagliardi
2014-11-17Added redrawRow() to the Windows Table and changed WM_SETFOCUS/WM_KILLFOCUS h...Pietro Gagliardi
2014-11-16More TODOs.Pietro Gagliardi
2014-11-15Split the code to compute the last visible item in the new Windows Table into...Pietro Gagliardi
2014-11-14Stored the checkbox width/height in the new Windows Table. This will be neede...Pietro Gagliardi
2014-11-13More TODOs.Pietro Gagliardi
2014-11-13More TODOs.Pietro Gagliardi
2014-11-12More TODOs.Pietro Gagliardi
2014-11-12Added keyboard navigation for columns in the new Windows Table.Pietro Gagliardi
2014-11-12More TODOs.Pietro Gagliardi
2014-11-12Added cell focusing to the new Windows Table. Checkbox columns need keyboard ...Pietro Gagliardi
2014-11-11More TODOs and redraws.Pietro Gagliardi
2014-11-11Started writing up the actual messages for the new Windows Table. First is ta...Pietro Gagliardi
2014-11-10Added the code for the checkbox image lists to the Windows Table test.Pietro Gagliardi
2014-11-09Settled a TODO in the accessibility code.Pietro Gagliardi
2014-11-09More accessibility notes.Pietro Gagliardi
2014-11-09Added assorted accessibility notes.Pietro Gagliardi
2014-11-09Moved the accessibility setup out of the way. I have no idea how to actually ...Pietro Gagliardi
2014-11-09Started the work to add accessibility to the new Windows Table. Also adjusted...Pietro Gagliardi
2014-11-09Laid the foundation for accessibility in the Windows Table.Pietro Gagliardi
2014-11-09More TODOs.Pietro Gagliardi
2014-11-08Properly moved the new Windows Table header during hscroll.Pietro Gagliardi
2014-11-08Removed an unnecessary TODO.Pietro Gagliardi
2014-11-07More TODOs.Pietro Gagliardi
2014-11-07Handled horizontal scrolling in drawing. Now to fix the header...Pietro Gagliardi
2014-11-07Implemented horizontal scrolling. Horizontally scrolled drawing not yet imple...Pietro Gagliardi
2014-11-07More TODOs.Pietro Gagliardi
2014-11-06Added some prerequisite bookkeeping needed for Windows Table horizontal scrol...Pietro Gagliardi
2014-11-06Removed now-fixed TODOs.Pietro Gagliardi
2014-11-06Fixed the Windows Table reimplementation's redraw issues. Thanks again to Jon...Pietro Gagliardi
2014-11-06Clarification of previous commitPietro Gagliardi
2014-11-06Let us end the scourge of vanilla MinGW once and for allPietro Gagliardi
2014-11-05More TODOs.Pietro Gagliardi