summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-02 18:38:45 -0500
committerPietro Gagliardi <[email protected]>2014-03-02 18:38:45 -0500
commit4bc35e2db57476c5faf40e971e5f91e497ac3f0a (patch)
tree563511157770c59f70b1499a3888418f7c657546 /todo.md
parente20b4684729f6278bfb7fe60c68f2b80626fe062 (diff)
Finished the implementation of Combobox on Mac OS X.
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 bac231e..53b479d 100644
--- a/todo.md
+++ b/todo.md
@@ -28,6 +28,7 @@ important things:
- Cocoa coordinates have (0,0) at the bottom left: need to fix this somehow
- I think Cocoa NSButton text is not vertically aligned properly...?
- resizing Cocoa windows does not redraw controls correctly
+- 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)
- figure out what to do about deleting a nonexistent item; each backend responds differently by default
- there's no GTK+ error handling whatsoever; we need to figure out how it works
- make sure GTK+ documentation point differences don't matter