summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-12 18:53:57 -0400
committerPietro Gagliardi <[email protected]>2014-03-12 18:53:57 -0400
commit4b0315131aa3b29b453ba671bd9c7be03190746c (patch)
treee2ba2d03241dd163788a4edc3b442963d27f1d9e /todo.md
parent6ee8d96a6e8c1e95b8ca2ab19fcc6a3a856d50c8 (diff)
Added indeterminate ProgressBar code on Windows and fixed up a few other things along the way.
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 a434321..c572b65 100644
--- a/todo.md
+++ b/todo.md
@@ -74,6 +74,7 @@ important things:
- make passing of parameters and type conversions of parameters to uitask on Windows consistent: explicit _WPARAM(xxx)/_LPARAM(xxx)/uintptr(xxx), for example
- do this for type signatures in exported functions: (err error) or just error?
- do this for the names of GTK+ helper functions (gtkXXX or gXXX)
+- on windows 7, progress bars seem to animate from 0 -> pos when you turn off marquee mode and set pos; see if that's documented or if I'm doing something wrong
far off:
- localization