summaryrefslogtreecommitdiff
path: root/dialog_windows.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-30Rolled back all those changes; I'm stupid.Pietro Gagliardi
2014-06-30Converted the Windows backend to make uitask a function that runs the func() ...Pietro Gagliardi
2014-06-30Disabled MsgBox() on Windows for the time being; I'm going to restructure uit...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-12Revert all changes to dialog_windows.go because it's interfering with my fixu...Pietro Gagliardi
2014-06-12Made the new dialog_windows.go not hang up uitask.Pietro Gagliardi
2014-06-12Migrated dialog_windows.go to use func() for uitask.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-08Implemented the new MsgBox()/MsgBoxError() behavior on Windows.Pietro Gagliardi
2014-06-05Decided not to change the default window title of a MsgBox() on Windows for n...Pietro Gagliardi
2014-06-04Implemented the new MsgBox() transience on Windows.Pietro Gagliardi
2014-06-03Migrated dialog_windows.go to the new string handling.Pietro Gagliardi
2014-06-02Gave message boxes on Windows the MB_TASKMODAL style, which does event modali...Pietro Gagliardi
2014-05-25Stripped constants from dialog_windows.go.Pietro Gagliardi
2014-04-25Decided not to show an icon in the regular MsgBox() on Windows and Unix. For ...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-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