diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-07 18:33:51 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-07 18:33:51 -0500 |
| commit | 48fc6fbeabaa7242c8e69e7e6037faa296a6c44d (patch) | |
| tree | d4d940137b43b604f58173013780e6155b260622 | |
| parent | 0a1e2692cea377adf1d05e67ac88378790655b2c (diff) | |
Still more TODOs.
| -rw-r--r-- | todo.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -31,6 +31,7 @@ important things: - also provide a method to center windows; Cocoa provides one for us but - I think Cocoa NSButton text is not vertically aligned properly...? - NSPopUpButton does allow no initial selection ([b setSelectedIndex:-1]); use it + - need to use it /after/ adding initial items, otherwise it won't work - find out if I can do the same with the ListBoxes - NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms) - some Cocoa controls don't seem to resize correctly: Buttons have space around the edges and don't satisfy stretchiness @@ -68,8 +69,8 @@ important things: - document minor details like wha thappens on specific events so that they are guaranteed to work the same on all platforms - for instance, initial selection state of Combobox and Listbox - related: should a noneditable Combobox be allowed to return to unselected mode by the user? -- make passing of parameters and type conversions of parameters to uitask consistent - - TODO figure out what I meant by this; I don't remember +- make passing of parameters and type conversions of parameters to uitask on Windows consistent: explicit _WPARAM(xxx)/_LPARAM(xxx)/uintptr(xxx), for example + - do this for type signatures in exported functions: (err error) or just error? far off: - localization |
