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
2015-12-11
LET'S GET THIS FINAL REWRITE EVER STARTED
Pietro Gagliardi
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Rolled back all those changes; I'm stupid.
Pietro Gagliardi
2014-06-30
Converted the Windows backend to make uitask a function that runs the func() ...
Pietro Gagliardi
2014-06-30
Disabled MsgBox() on Windows for the time being; I'm going to restructure uit...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-28
Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...
Pietro Gagliardi
2014-06-28
Decided to make dialogs code-modal; will figure out how to get the behavior I...
Pietro Gagliardi
2014-06-28
Added rewrite of most of the dialog system for the new API. The Windows API i...
Pietro Gagliardi
2014-06-12
Revert all changes to dialog_windows.go because it's interfering with my fixu...
Pietro Gagliardi
2014-06-12
Made the new dialog_windows.go not hang up uitask.
Pietro Gagliardi
2014-06-12
Migrated dialog_windows.go to use func() for uitask.
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-06-08
Implemented the new MsgBox()/MsgBoxError() behavior on Windows.
Pietro Gagliardi
2014-06-05
Decided not to change the default window title of a MsgBox() on Windows for n...
Pietro Gagliardi
2014-06-04
Implemented the new MsgBox() transience on Windows.
Pietro Gagliardi
2014-06-03
Migrated dialog_windows.go to the new string handling.
Pietro Gagliardi
2014-06-02
Gave message boxes on Windows the MB_TASKMODAL style, which does event modali...
Pietro Gagliardi
2014-05-25
Stripped constants from dialog_windows.go.
Pietro Gagliardi
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