summaryrefslogtreecommitdiff
path: root/dialog_windows.go
AgeCommit message (Expand)Author
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Made message boxes run on uitask on Windows; adjusted some related TODOs.Pietro Gagliardi
2014-03-12More TODOs.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
2014-02-15Removed stray TODO left over from copy/paste.Pietro Gagliardi
2014-02-15Fixed a build error in the previous commit.Pietro Gagliardi
2014-02-15Added message boxes and adjusted init() accordingly to display one on failure.Pietro Gagliardi