summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-26 20:20:00 -0400
committerPietro Gagliardi <[email protected]>2014-06-26 20:20:00 -0400
commit5c002e3d0f0b873d6ca29dfa9e97c09dead54494 (patch)
tree41e49640a2b63b08c67180fa520e851e02f0ccd7 /todo.md
parent700fef758ba004facd408b3919466d196c1132a0 (diff)
Allowed tab stops on Windows; see http://blogs.msdn.com/b/oldnewthing/archive/2003/10/21/55384.aspx. Fixes #13
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 52f9bf1..c6164db 100644
--- a/todo.md
+++ b/todo.md
@@ -2,6 +2,7 @@ ALL:
- vertical alignment of labels still has some flaws
- gtk+: currently requires labels to be filling for this to work: grids don't do this by default, for instance
- won't cause any issues, just an inconvenience that should be addressed
+- make sure tab stop behavior for Areas makes sense, or provide a handler function
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)