summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-03 14:57:20 -0500
committerPietro Gagliardi <[email protected]>2014-03-03 14:57:20 -0500
commit874491a87142742ac726b12d8433d5c0fb64a85e (patch)
tree1726910987aa7ff0bccec3e4232aa20c9f048cc0 /todo.md
parent8bacbf8cd6bbdc89ef8f596c2310c147ccdbc509 (diff)
Added the scrollbars themselves to the NSScrollView backing the Mac OS X Listboxes. Also added a few TODOs. I think the Mac OS X Listbox implementation is now finished.
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 98e1176..87d7abd 100644
--- a/todo.md
+++ b/todo.md
@@ -40,6 +40,7 @@ important things:
- Cocoa has similar margining issues (like on Comboboxes)
- sometimes the size of the drop-down part of a Combobox becomes 0 or 1 or some other impossibly small value on Windows
- make gcc (Unix)/clang (Mac OS X) pedantic about warnings/errors; also -Werror
+- make sure scrollbars in Listbox work identically on all platforms (specifically the existence and autohiding of both horizontal and vertical scrollbars)
super ultra important things:
- for some reason events are now delayed on windows