Moved some OS X TODOs to the long-term list.
This commit is contained in:
parent
e571a73247
commit
b9597028fb
4
TODO.md
4
TODO.md
|
@ -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
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
|
||||
// for debugging
|
||||
NSLog(@"in terminate:");
|
||||
|
||||
// TODO figure out what to do here
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue