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.m
Age
Commit message (
Collapse
)
Author
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-29
FIxed compilation errors in the Mac OS X build. It works, but I still need ↵
Pietro Gagliardi
to fix dialogs before I can push anything.
2014-06-29
More of the same conversion.
Pietro Gagliardi
2014-06-29
More dialog_darwin.go/.m conversion.
Pietro Gagliardi
2014-06-29
Did most of the conversion of dialog_darwin.go/.m to the new API.
Pietro Gagliardi
2014-06-11
Removed Mac OS X 10.6 support. Quite a hassle that version was...
Pietro Gagliardi
2014-06-08
Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() ↵
Pietro Gagliardi
from the TODOs! :D
2014-06-05
Implemented message box transience on Mac OS X.
Pietro Gagliardi
2014-05-20
Changed #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-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-15
Migrated dialog_darwin.go to use Objective-C directly.
Pietro Gagliardi