summaryrefslogtreecommitdiff
path: root/dialog.go
AgeCommit message (Expand)Author
2014-06-05Figured out what happens if a message box is created for an invisible window,...Pietro Gagliardi
2014-06-05Verified resize differences on MsgBox() with a parent.Pietro Gagliardi
2014-06-04More TODOs.Pietro Gagliardi
2014-06-04Added the concept of transience to MsgBox() and MsgBoxError(). Individual imp...Pietro Gagliardi
2014-04-10Removed unnecessary space if the secondaryText argument to MsgBox***() is an ...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-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-17Split out the dialog functions into portable and non-portable code to keep th...Pietro Gagliardi