summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-12 19:41:12 -0400
committerPietro Gagliardi <[email protected]>2014-03-12 19:41:12 -0400
commit1729764db8663b677c438673ab86dcfdb1444f27 (patch)
treef88832a46b7b8d8658df67e60288969df34c72a5 /todo.md
parent0e7dfc4c8a75f488180bfe5de1bfcc5de0e750e2 (diff)
Removed indeterminate ProgressBars from todo.md; that's now done.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index c572b65..881af34 100644
--- a/todo.md
+++ b/todo.md
@@ -84,7 +84,6 @@ far off:
maybe:
- rename Stack to Box?
-- make Combobox and Listbox satisfy sort.Interface?
- indeterminate progress bars (not supported on Windows 2000)
- should a noneditable Combobox be allowed to return to unselected mode by the user?
- since all events are dispatched without blocking uitask, don't bother requiring explicit dispatch? remove ui.Event() and make Window.Closing initialized by default; if we don't listen on the channel, nothing will happen