summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/todo.md b/todo.md
index d00c94e..8cd15d6 100644
--- a/todo.md
+++ b/todo.md
@@ -36,6 +36,3 @@ ALL PLATFORMS:
- TODO remember what this means
- make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?)
- Message boxes that belong to agiven parent are still application-modal on all platforms except Mac OS X because the whole system waits... we'll need to use a channel for this, I guess :S
-
-- on Windows, Shift+(num pad key) triggers the shifted key code when num lock is off; will need to reorder key code tests on all platforms to fix this
- - http://blogs.msdn.com/b/oldnewthing/archive/2004/09/06/226045.aspx