summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-16More TODOs.Pietro Gagliardi
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-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
2014-11-05Split drawItems() into drawItems() and drawItem() in the Windows Table ↵Pietro Gagliardi
reimplementation. This will make rewriting drawItem() easier.
2014-11-05Updated README.Pietro Gagliardi
2014-11-05Fixed up appearance of read-only TextFields on Windows.Pietro Gagliardi
2014-11-05More Windows window class logic simplification. This will be needed for ↵Pietro Gagliardi
read-only TextFields, next.
2014-11-05Implemented TextField.ReadOnly() on Mac OS X. Began standardizing window ↵Pietro Gagliardi
class name access on Windows.
2014-11-05Implemented TextField.ReadOnly() on GTK+.Pietro Gagliardi
2014-11-05Started adding TextField.ReadOnly() and implemented it (mostly) on Windows.Pietro Gagliardi
2014-11-04Updated README.Pietro Gagliardi
2014-11-04Fixed up Spinbox appearance on Windows.Pietro Gagliardi
2014-11-04More TODOs.Pietro Gagliardi
2014-11-04Implemented ProgressBar on Mac OS X.Pietro Gagliardi
2014-11-04Started the Windows ProgressBar implemetnation. There's still an important ↵Pietro Gagliardi
detail left over...
2014-11-04Actually added GTK+ ProgressBar this time.Pietro Gagliardi
2014-11-04Added ProgressBar and implemented it on GTK+.Pietro Gagliardi
2014-11-04More future plans.Pietro Gagliardi
2014-11-03Finished implementing Windows Spinbox.OnChanged().Pietro Gagliardi
2014-11-03More Windows Spinbox.OnChanged() processing.Pietro Gagliardi
2014-11-02Started the work for Spinbox.OnChanged() on Windows with the edit control.Pietro Gagliardi
2014-11-02Fixed Windows Spinbox.OnChanged() being out of range.Pietro Gagliardi