summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-12 19:41:38 -0400
committerPietro Gagliardi <[email protected]>2014-05-12 19:41:38 -0400
commitfd60061ded56a114618af27c31b4f40b2e4f3599 (patch)
tree2ac15f132178d4c0e35885bc8e7bc5a317923eb8
parent4e946c813e11f0ccbb11f094ed3ea825ef87b6a4 (diff)
More future plans.
-rw-r--r--futureplans.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/futureplans.md b/futureplans.md
index efea1d9..61fe7d2 100644
--- a/futureplans.md
+++ b/futureplans.md
@@ -52,6 +52,7 @@ twists of fate:
- this specifically only happens when the window has an odd height; I don't think this can be fixed unless we explicitly ignore the extra pixel everywhere
- need a way to get ideal size for all controls on Windows, not just push buttons (Microsoft...)
- Cocoa controls have padding around them; this padding is **opaque** so we can't just use the control's cell rect and some shuffling around
+- when programs that use this package are running, you will not be able to shut down/log off/etc. on Mac OS X because they indiscriminately respond to requests to close with "no" so as to give Go and our program which does not strictly play by NSApplication's rules a fair shot at proper cleanup; this is really a consequence of the way applications work in Cocoa...
style changes:
- make specific wording in documentation consistent (make/create, etc.)