summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-14 13:14:58 -0400
committerPietro Gagliardi <[email protected]>2014-03-14 13:14:58 -0400
commite2ae065579d09b72653ab1bf36422134ce3f0589 (patch)
tree9dd375a2756356508be68a931b4c1733657d4f4f /todo.md
parent502522b0a6225181506ed672768d11ef21099187 (diff)
More Area planning and TODOs.
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.md b/todo.md
index ca9e9e3..0555ce5 100644
--- a/todo.md
+++ b/todo.md
@@ -68,6 +68,9 @@ super ultra important things:
figure out why
- the user can still [NSApp terminate:] from the Dock icon, bypassing Go itself
- ideally we need a QuitItem() function for this case if/when we add menus
+- Cocoa: NSScrollView support is hacky at best
+ - https://developer.apple.com/library/mac/documentation/cocoa/Conceptual/NSScrollViewGuide/Articles/Creating.html#//apple_ref/doc/uid/TP40003226-SW4 the warning about pixel alignment may or may not be heeded, not sure
+ - frame sizes are a bit of a hack: the preferred size of a NSScrollView is the preferred size of its document view; the frameSize method described on the above link might be better but a real solution is optimal
important things:
- make specific wording in documentation consistent (make/create, etc.)