More TODOs.
This commit is contained in:
parent
8f0f1ad3b5
commit
2b8f0635a0
1
future
1
future
|
@ -1,5 +1,6 @@
|
|||
windows
|
||||
- WM_WININICHANGED, etc. (TODO get a full list) causing size recomputations
|
||||
- check +, =, and - key handling for checkboxes
|
||||
|
||||
C interop
|
||||
- substitute intmax_t and uintmax_t for all uses of intptr_t and uintptr_t
|
||||
|
|
|
@ -40,6 +40,9 @@ enum {
|
|||
// - must use MSAA as UI Automation is not included by default on Windows XP (and apparently requires SP3?)
|
||||
// - try horizontally scrolling the initail window and watch the selection rect corrupt itself *sometimes*
|
||||
// - preallocate t->columnTypes instead of keeping it at exactly the right size
|
||||
// - checkbox events
|
||||
// - space to toggle (TODO); + or = to set; - to clear (see http://msdn.microsoft.com/en-us/library/windows/desktop/bb775941%28v=vs.85%29.aspx)
|
||||
// - TODO figure out which notification is needed
|
||||
|
||||
#define tableWindowClass L"gouitable"
|
||||
|
||||
|
|
Loading…
Reference in New Issue