summaryrefslogtreecommitdiff
path: root/delegateuitask_darwin.m
AgeCommit message (Expand)Author
2014-06-29Migrated the Mac OS X delegate code to the new API.Pietro Gagliardi
2014-06-11Removed Mac OS X 10.6 support. Quite a hassle that version was...Pietro Gagliardi
2014-06-08Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() f...Pietro Gagliardi
2014-06-07Fixed all the NSAutoreleasePool issues on Mac OS X 10.6.Pietro Gagliardi
2014-06-07Fixed Command key up on Mac OS X. This fix also fixes Help key down, so remov...Pietro Gagliardi
2014-06-06Did half the work to fix Help key handling in Mac OS X.Pietro Gagliardi
2014-06-05Implemented message box transience on Mac OS X.Pietro Gagliardi
2014-05-20Fixed the whole NSApplication.h thing so now the project builds with both 10....Pietro Gagliardi
2014-05-20Changed #include to #import on the Objective-C files to settle the whole incl...Pietro Gagliardi
2014-05-20Fixed the Mac OS X 10.6 building using a rather hackish approach... Now it wo...Pietro Gagliardi
2014-05-16Organized the dummyRect declarations/definitions/etc. in the Objective-C file...Pietro Gagliardi
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-15Removed the dummy NSEvent code from bleh_darwin.m and rewrote it in Objective...Pietro Gagliardi
2014-05-13Moved uitask_darwin.go to be Objective-C-based. Both delegate_darwin.go and u...Pietro Gagliardi