summaryrefslogtreecommitdiff
path: root/dialog_darwin.m
AgeCommit message (Collapse)Author
2014-06-08Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() ↵Pietro Gagliardi
from the TODOs! :D
2014-06-05Implemented message box transience on Mac OS X.Pietro Gagliardi
2014-05-20Changed #include to #import on the Objective-C files to settle the whole ↵Pietro Gagliardi
include guards thing. Now to continue fixing Mac OS X 10.6 building...
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-15Migrated dialog_darwin.go to use Objective-C directly.Pietro Gagliardi