summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-25 18:28:09 -0400
committerPietro Gagliardi <[email protected]>2014-06-25 18:28:09 -0400
commit86e2c93af3d1a00a32208bead160b88af6114cb5 (patch)
treeebfb59606cc22df498e5f9ad1edb3a4c9c5865fb
parentbca4450a29d0d9817461883edf1d16577098279c (diff)
More TODOs.
-rw-r--r--todo.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index f854ce8..c2e3c93 100644
--- a/todo.md
+++ b/todo.md
@@ -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