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