More TODO rearrangement.

This commit is contained in:
Pietro Gagliardi 2015-05-11 00:08:22 -04:00
parent a342998263
commit 99ca6726af
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,4 @@
- consider calling setAppleMenu: for the application menu; it doesn't seem to make much of a difference but
- make it so Windows API calls that do logLastError(), etc. abort whatever they're doing and not try to continue, just like wintable
- 32-bit Mac OS X support (requires lots of code changes)
- change the build system to be more receptive to arch changes
- http://stackoverflow.com/questions/4543087/applicationwillterminate-and-the-dock-but-wanting-to-cancel-this-action
ultimately:
@ -30,6 +27,9 @@ ultimately:
- figure out where we should return HRESULTs
- Windows: don't abort if a cleanup function fails?
- drop "Page" from uiTab method names? (uiTabAppendPage() -> uiTabAppend())
- make it so Windows API calls that do logLastError(), etc. abort whatever they're doing and not try to continue, just like wintable
- 32-bit Mac OS X support (requires lots of code changes)
- change the build system to be more receptive to arch changes
notes to self
- explicitly document label position at top-left corner