summaryrefslogtreecommitdiff
path: root/dialog_darwin.go
AgeCommit message (Expand)Author
2014-04-25Switched to NSInformationalAlertStyle for Mac OS X MsgBox() since these aren'...Pietro Gagliardi
2014-04-10Removed unnecessary space if the secondaryText argument to MsgBox***() is an ...Pietro Gagliardi
2014-04-04Removed objc_msgSend_uint().Pietro Gagliardi
2014-04-04Removed objc_new(). The idea is to remove all the objc_* functions that aren'...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Standardized message boxes so they appear similarly on all platforms. This sh...Pietro Gagliardi
2014-03-02Added the Mac OS X implementation of messageboxes.Pietro Gagliardi