summaryrefslogtreecommitdiff
path: root/redo/window_darwin.m
AgeCommit message (Collapse)Author
2014-07-20Resolved the NSWindowDelegate issue and added an explicit ↵Pietro Gagliardi
NSApplicationDelegate specifier just to be safe; thanks to Zorg__ in irc.freenode.net/#macdev for explaining (it's an issue with NSApp specifically).
2014-07-20Implemented Window.Close() on Mac OS X, settling both that TODO and the one ↵Pietro Gagliardi
about making sure Window.Close() works as documented on all platforms.
2014-07-18Made the previous commit more robust.Pietro Gagliardi
2014-07-18Fixed control positioning on initial window show on Mac OS X.Pietro Gagliardi
2014-07-15Implemented window resize handling on Mac OS X. Now for actually setting ↵Pietro Gagliardi
child controls and resizing them.
2014-07-08Implemented window closing on Mac OS X. This drops the "single delegate ↵Pietro Gagliardi
object for everything" setup but keeping that map and holding its lock is already meh so.
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi