summaryrefslogtreecommitdiff
path: root/dialog.go
AgeCommit message (Expand)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...Pietro Gagliardi
2014-06-28Decided to make dialogs code-modal; will figure out how to get the behavior I...Pietro Gagliardi
2014-06-28Added rewrite of most of the dialog system for the new API. The Windows API i...Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-08Made the application-modal sentinel in dialog.go non-nil to prevent weird beh...Pietro Gagliardi
2014-06-08Cleaned up dialog documentation.Pietro Gagliardi
2014-06-08Implemented the new MsgBox()/MsgBoxError() behavior on Windows.Pietro Gagliardi
2014-06-08Woo yeah it's another API change to MsgBox()! This splits parent out and make...Pietro Gagliardi
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