Moved some OS X TODOs to the long-term list.

This commit is contained in:
Pietro Gagliardi 2015-05-04 17:33:05 -04:00
parent e571a73247
commit b9597028fb
3 changed files with 4 additions and 4 deletions

View File

@ -51,6 +51,10 @@
- drop "Page" from uiTab method names? (uiTabAppendPage() -> uiTabAppend())
- override dock menu quit item to act like our app menu quit item
- consider calling setAppleMenu: for the application menu; it doesn't seem to make much of a difference but
- release OS X properties in dealloc
- switch away from properties or figure out what incantation is necessary for 32-bit
- figure out strong/weak vs assign/copy/retain
- figure out what to do in OS X terminate:
ultimately:
- add some sort of runtime type checking

View File

@ -17,8 +17,6 @@
// for debugging
NSLog(@"in terminate:");
// TODO figure out what to do here
}
@end

View File

@ -1,8 +1,6 @@
// 28 april 2015
#import "uipriv_darwin.h"
// general TODO: release Objective-C objects in dealloc since we can't use ARC
static BOOL menusFinalized = NO;
struct menu {