summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-24 13:26:04 -0500
committerPietro Gagliardi <[email protected]>2014-02-24 13:26:04 -0500
commit62d48862532cbcd11135736e6f0091492d19966f (patch)
treef83124ede74e7df862751833db680ddcc6f39a73
parent165308b81973d90d023da5254e92c6fa7ae386eb (diff)
More TODOs (unrelated to previous commit).
-rw-r--r--todo.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index 309b34d..5328ee8 100644
--- a/todo.md
+++ b/todo.md
@@ -34,6 +34,10 @@ super ultra important things:
- on 64-bit windows 7 comboboxes don't show their lists
- handle in-library panics (internal errors) by reporting them to the user
- david wendt is telling me he's getting frequent crashes on his end with the GTK+ amd64 build...
+ TODO re-evaluate; I think I fixed them all ages ago now
+- occasionally I get
+ panic: error sending message to message loop to call function: Invalid thread ID.
+ when starting up the windows/386 build; race in ui()/msgloop()?
important things:
- Control.preferredSize() (definitely needed for Grid and Form)