summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-10 18:52:43 -0400
committerPietro Gagliardi <[email protected]>2014-04-10 18:52:43 -0400
commita01ffafba0fac94c539eca33528af20b3e02cec5 (patch)
treef17bbcac9474798bd9e8c06708a1c579351bb9b1 /todo.md
parentbd907dadd8d601acc4208b38c374aa0bcdb7c43f (diff)
Fixed Area mouse events being sent when something happens outside the Area itself.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 9a97ea4..1e7d27a 100644
--- a/todo.md
+++ b/todo.md
@@ -16,7 +16,7 @@ important things:
- make gcc (Unix)/clang (Mac OS X) pedantic about warnings/errors; also -Werror
- problem: cgo-generated files trip -Werror up; I can't seem to turn off unused argument warnings with the -Wall/-Wextra/-pedantic options
- consolidate scroll view code in GTK+ and Mac OS X
-- make sure mouse events don't trigger if the control size is larger than the Area size and the mouse event happens outside the Area range on all platforms
+- make sure mouse events trigger when we move the mouse over an Area with a button held on OS X
- area test time label weirdness
- does not show anything past the date on windows
- does not show initially on OS X; it shows up once you resize, and even shows up after you resize back to the original size