summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index d5d191b..a83274e 100644
--- a/todo.md
+++ b/todo.md
@@ -20,6 +20,8 @@ UNIX:
- figure out why Page Up/Page Down does tab stops
ALL PLATFORMS:
+- explain that if a local and global dialog are both opened at once, whetehr or not the local dialog is modal is system-defined (but the window it is local to will still be properly disabled once dismissed)
+ - will require moving dialog behavior to the package overview
- make sure MouseEvent's documentation has dragging described correctly (both Windows and GTK+ do)
- make all widths and heights parameters in constructors in the same place (or drop the ones in Window entirely?)
- Message boxes that belong to agiven parent are still application-modal on all platforms except Mac OS X because the whole system waits... we'll need to use a channel for this, I guess :S