summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-20 22:52:26 -0400
committerPietro Gagliardi <[email protected]>2014-04-20 22:52:26 -0400
commit5cac12e3f0eb9d6e592c8a30817e8f5cc7b2dbe2 (patch)
treef9286bb0d9f330974c2b7d7886602939f74ab4c7 /todo.md
parent96d5c522f71d7c3fb4630b5eb3fbe3d22a4d1898 (diff)
More future plans and TODOs.
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 5f83c2b..db1b344 100644
--- a/todo.md
+++ b/todo.md
@@ -41,6 +41,7 @@ super ultra important things:
- make sure Areas get keyboard focus when clicking outside the actual Area space on all platforms
- make sure keyboard events on numpad off on all platforms don't switch between controls
- 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
- pressing global keycodes (including kwin's zoom in/out) when running the keyboard test in wine causes the Area to lose keyboard focus; this doesn't happen on the GTK+ version (fix the Windows version to behave like the GTK+ version)
- GTK+ indefinite progress bar animation is choppy: make sure the speed we have now is the conventional speed for GTK+ programs (HIG doesn't list any) and that the choppiness is correct
- Message boxes are not application-modal on some platforms