index
:
jcarr/ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dialog_darwin.go
Age
Commit message (
Expand
)
Author
2014-05-19
Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-15
Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...
Pietro Gagliardi
2014-05-15
Migrated dialog_darwin.go to use Objective-C directly.
Pietro Gagliardi
2014-04-25
Switched to NSInformationalAlertStyle for Mac OS X MsgBox() since these aren'...
Pietro Gagliardi
2014-04-10
Removed unnecessary space if the secondaryText argument to MsgBox***() is an ...
Pietro Gagliardi
2014-04-04
Removed objc_msgSend_uint().
Pietro Gagliardi
2014-04-04
Removed objc_new(). The idea is to remove all the objc_* functions that aren'...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Standardized message boxes so they appear similarly on all platforms. This sh...
Pietro Gagliardi
2014-03-02
Added the Mac OS X implementation of messageboxes.
Pietro Gagliardi