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_windows.go
Age
Commit message (
Expand
)
Author
2014-04-25
Decided not to show an icon in the regular MsgBox() on Windows and Unix. For ...
Pietro Gagliardi
2014-04-10
Removed unnecessary space if the secondaryText argument to MsgBox***() is an ...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Made message boxes run on uitask on Windows; adjusted some related TODOs.
Pietro Gagliardi
2014-03-12
More TODOs.
Pietro Gagliardi
2014-03-12
Standardized message boxes so they appear similarly on all platforms. This sh...
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-17
Split out the dialog functions into portable and non-portable code to keep th...
Pietro Gagliardi
2014-02-15
Removed stray TODO left over from copy/paste.
Pietro Gagliardi
2014-02-15
Fixed a build error in the previous commit.
Pietro Gagliardi
2014-02-15
Added message boxes and adjusted init() accordingly to display one on failure.
Pietro Gagliardi