summaryrefslogtreecommitdiff
path: root/dialog_unix.go
AgeCommit message (Expand)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
2014-08-31Resolved TODO about OpenFile() on GTK+ returning NULL.Pietro 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-28Migrated the GTK+ backend to the new API.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-08Fixed a quick typo spotted by _7sins in irc.freenode.net/#go-nuts.Pietro Gagliardi
2014-06-08Fixed modality issues on the GTK+ MsgBox() changes. The system introduced her...Pietro Gagliardi
2014-06-08Whoops, forgot to apply dialogWindow to dialog_unix.go.Pietro Gagliardi
2014-06-08Added the new MsgBox() behavior to the GTK+ backend. It /almost/ works right;...Pietro Gagliardi
2014-06-05Implemented the new MsgBox() transience behavior on GTK+.Pietro Gagliardi
2014-06-03Removed TODO about application-modal dialog boxes in GTK+; they were already ...Pietro Gagliardi
2014-05-19Removed the extra #cgo directives from the Unix files. cgo collects directive...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-04-01Moved <stdlib.h> includes in the GTK+ backend to gtk_unix.h; organized that f...Pietro Gagliardi
2014-03-16Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Removed a stray TODO resolved by the previous few commits.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-17Added GTK+ message boxes.Pietro Gagliardi