index
:
go.wit.com/dev/andlabs/ui.git
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
2015-12-11
LET'S GET THIS FINAL REWRITE EVER STARTED
Pietro Gagliardi
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Rolled back all those changes; I'm stupid.
Pietro Gagliardi
2014-06-30
Converted the Mac OS X backend to use uitask() instead of uitask chan func().
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
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-10
More go fmt.
Pietro Gagliardi
2014-06-08
Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() f...
Pietro Gagliardi
2014-06-05
Implemented message box transience on Mac OS X.
Pietro Gagliardi
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