summaryrefslogtreecommitdiff
path: root/wintable
AgeCommit message (Collapse)Author
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
2014-10-20More TODOs.Pietro Gagliardi
2014-10-20Implemented mouse-wheel scrolling.Pietro Gagliardi
2014-10-19Fixed the last of the redrawing issues.Pietro Gagliardi
2014-10-19Scrolling mostly works now...Pietro Gagliardi
2014-10-19Worked on vertical scrolilng. Not done.Pietro Gagliardi
2014-10-19Set the DC viewport properly for the purposes of scrolling.Pietro Gagliardi
2014-10-19Optimized Table redraw and fixed redraw-on-resize.Pietro Gagliardi
2014-10-19Fixed a potential bug in the WM_SETFONT handling.Pietro Gagliardi
2014-10-19Added a count variable to the table structure.Pietro Gagliardi
2014-10-19Simplified the code a bit.Pietro Gagliardi
2014-10-19Began working on a replacement Table for Windows.Pietro Gagliardi