summaryrefslogtreecommitdiff
path: root/wintable
AgeCommit message (Collapse)Author
2014-11-17Added redrawRow() to the Windows Table and changed WM_SETFOCUS/WM_KILLFOCUS ↵Pietro Gagliardi
handling to use it. It will be used for selections later.
2014-11-15Split the code to compute the last visible item in the new Windows Table ↵Pietro Gagliardi
into its own function. This is needed for keyboard vertical scrolling.
2014-11-14Stored the checkbox width/height in the new Windows Table. This will be ↵Pietro Gagliardi
needed for hit-testing checkboxes.
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
accessibility too. For now, focus is only applied with a mouse click.
2014-11-11More TODOs and redraws.Pietro Gagliardi
2014-11-11Started writing up the actual messages for the new Windows Table. First is ↵Pietro Gagliardi
tableAddColumn. Removed some hardcoding as a result.
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
/do/ accessibility on a list view since the interface doesn't seem to support tabular data layouts...
2014-11-09Started the work to add accessibility to the new Windows Table. Also ↵Pietro Gagliardi
adjusted winapi_windows.h to accomodate this (defined CINTERFACE and included <oleacc.h>).
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 ↵Pietro Gagliardi
implemented.
2014-11-07More TODOs.Pietro Gagliardi
2014-11-06Added some prerequisite bookkeeping needed for Windows Table horizontal ↵Pietro Gagliardi
scrolling.
2014-11-06Removed now-fixed TODOs.Pietro Gagliardi
2014-11-06Fixed the Windows Table reimplementation's redraw issues. Thanks again to ↵Pietro Gagliardi
Jonathan Potter (http://stackoverflow.com/a/26747199/3408572).
2014-11-05More TODOs.Pietro Gagliardi
2014-11-05Split drawItems() into drawItems() and drawItem() in the Windows Table ↵Pietro Gagliardi
reimplementation. This will make rewriting drawItem() easier.
2014-10-21More image list refinements.Pietro Gagliardi
2014-10-21Started adding image support.Pietro Gagliardi
2014-10-21More TODOs.Pietro Gagliardi
2014-10-21More TODOs.Pietro Gagliardi
2014-10-21Started the work for horizontal scrolling.Pietro Gagliardi
2014-10-21Added a second column, drew stuff in it, and assorted other changes.Pietro Gagliardi
2014-10-21Removed a bunch of flicker from header resizing.Pietro Gagliardi
2014-10-21Implemented live column size changing.Pietro Gagliardi
2014-10-20Implemented text cell drawing.Pietro Gagliardi
2014-10-20Fixed click to select for the header bar.Pietro Gagliardi
2014-10-20Reimplemented header scrolling.Pietro Gagliardi
2014-10-20Undid all the scrolling muckery. Going to need to figure this out for real...Pietro Gagliardi
2014-10-20More header bar stuff.Pietro Gagliardi
2014-10-20Tried to set up the viewport for the header area. Drawing still not done.Pietro Gagliardi
2014-10-20More TODOs.Pietro Gagliardi
2014-10-20Started writing the new Table's header.Pietro Gagliardi
2014-10-20Added keyboard selection changes.Pietro Gagliardi
2014-10-20Implemented focus coloring and redrawing.Pietro Gagliardi
2014-10-20Added click to select items. Also finished the implementation of WM_SETFONT.Pietro Gagliardi
2014-10-20Numbered each of the sample items.Pietro Gagliardi