diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-25 18:28:09 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-25 18:28:09 -0400 |
| commit | 86e2c93af3d1a00a32208bead160b88af6114cb5 (patch) | |
| tree | ebfb59606cc22df498e5f9ad1edb3a4c9c5865fb | |
| parent | bca4450a29d0d9817461883edf1d16577098279c (diff) | |
More TODOs.
| -rw-r--r-- | todo.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +ALL: +- vertical alignment of labels is a botch right now + - windows: unilaterally applied; not much tow orry about here though + - gtk: mostly fine, just that list box labels need to be top-aligned + - os x: very very wrong + - will need to make yoff a function of a control and its neighbor to the right for this to work + - on gtk+ the yoff function will need to do the text alignment + MAC OS X: - 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) - asked: http://stackoverflow.com/questions/23046414/cocoa-how-do-i-get-nscombobox-indexofselecteditem-to-return-1-if-the-user-m |
