| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-18 | Started the work to handle checkboxes. For now, we draw just a red ↵ | Pietro Gagliardi | |
| rectangle; when we do events this will change color dynamically. When I hook up the control to its parent, I will move from these rectangles to the actual checkbox images. In the meantime, fix some pointer bugs in imagelist_windows.c as well. | |||
| 2014-11-18 | Fixed keyboard navigation in the new Windows Table. | Pietro Gagliardi | |
| 2014-11-18 | Elaborated some comments. | Pietro Gagliardi | |
| 2014-11-18 | More critical TODOs. | Pietro Gagliardi | |
| 2014-11-18 | Mostly implemented vertical scrolling on selection change. The bottom row ↵ | Pietro Gagliardi | |
| still needs fixing. | |||
| 2014-11-18 | Optimized new Windows Table selection redraw and did most of the work for ↵ | Pietro Gagliardi | |
| scroliing on selection change. Also more TODOs. | |||
| 2014-11-17 | Added a prev parameter to finishSelect() on the new Windows Table. This will ↵ | Pietro Gagliardi | |
| allow proper scrolling to the selection. | |||
| 2014-11-17 | Added 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-16 | More TODOs. | Pietro Gagliardi | |
| 2014-11-15 | Split 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-14 | Stored the checkbox width/height in the new Windows Table. This will be ↵ | Pietro Gagliardi | |
| needed for hit-testing checkboxes. | |||
| 2014-11-13 | More TODOs. | Pietro Gagliardi | |
| 2014-11-13 | More TODOs. | Pietro Gagliardi | |
| 2014-11-12 | More TODOs. | Pietro Gagliardi | |
| 2014-11-12 | Added keyboard navigation for columns in the new Windows Table. | Pietro Gagliardi | |
| 2014-11-12 | More TODOs. | Pietro Gagliardi | |
| 2014-11-12 | Added 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-11 | More TODOs and redraws. | Pietro Gagliardi | |
| 2014-11-11 | Started writing up the actual messages for the new Windows Table. First is ↵ | Pietro Gagliardi | |
| tableAddColumn. Removed some hardcoding as a result. | |||
| 2014-11-10 | Added the code for the checkbox image lists to the Windows Table test. | Pietro Gagliardi | |
| 2014-11-09 | Settled a TODO in the accessibility code. | Pietro Gagliardi | |
| 2014-11-09 | More accessibility notes. | Pietro Gagliardi | |
| 2014-11-09 | Added assorted accessibility notes. | Pietro Gagliardi | |
| 2014-11-09 | Moved 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-09 | Started 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-09 | Laid the foundation for accessibility in the Windows Table. | Pietro Gagliardi | |
| 2014-11-09 | More TODOs. | Pietro Gagliardi | |
| 2014-11-08 | Properly moved the new Windows Table header during hscroll. | Pietro Gagliardi | |
| 2014-11-08 | Removed an unnecessary TODO. | Pietro Gagliardi | |
| 2014-11-07 | More TODOs. | Pietro Gagliardi | |
| 2014-11-07 | Handled horizontal scrolling in drawing. Now to fix the header... | Pietro Gagliardi | |
| 2014-11-07 | Implemented horizontal scrolling. Horizontally scrolled drawing not yet ↵ | Pietro Gagliardi | |
| implemented. | |||
| 2014-11-07 | More TODOs. | Pietro Gagliardi | |
| 2014-11-06 | Added some prerequisite bookkeeping needed for Windows Table horizontal ↵ | Pietro Gagliardi | |
| scrolling. | |||
| 2014-11-06 | Removed now-fixed TODOs. | Pietro Gagliardi | |
| 2014-11-06 | Fixed the Windows Table reimplementation's redraw issues. Thanks again to ↵ | Pietro Gagliardi | |
| Jonathan Potter (http://stackoverflow.com/a/26747199/3408572). | |||
| 2014-11-06 | Clarification of previous commit | Pietro Gagliardi | |
| 2014-11-06 | Let us end the scourge of vanilla MinGW once and for all | Pietro Gagliardi | |
| 2014-11-05 | More TODOs. | Pietro Gagliardi | |
| 2014-11-05 | Split drawItems() into drawItems() and drawItem() in the Windows Table ↵ | Pietro Gagliardi | |
| reimplementation. This will make rewriting drawItem() easier. | |||
| 2014-11-05 | Updated README. | Pietro Gagliardi | |
| 2014-11-05 | Fixed up appearance of read-only TextFields on Windows. | Pietro Gagliardi | |
| 2014-11-05 | More Windows window class logic simplification. This will be needed for ↵ | Pietro Gagliardi | |
| read-only TextFields, next. | |||
| 2014-11-05 | Implemented TextField.ReadOnly() on Mac OS X. Began standardizing window ↵ | Pietro Gagliardi | |
| class name access on Windows. | |||
| 2014-11-05 | Implemented TextField.ReadOnly() on GTK+. | Pietro Gagliardi | |
| 2014-11-05 | Started adding TextField.ReadOnly() and implemented it (mostly) on Windows. | Pietro Gagliardi | |
| 2014-11-04 | Updated README. | Pietro Gagliardi | |
| 2014-11-04 | Fixed up Spinbox appearance on Windows. | Pietro Gagliardi | |
| 2014-11-04 | More TODOs. | Pietro Gagliardi | |
| 2014-11-04 | Implemented ProgressBar on Mac OS X. | Pietro Gagliardi | |
