summaryrefslogtreecommitdiff
path: root/redo/uitask_unix.go
AgeCommit message (Collapse)Author
2014-07-21Switched from gtk_init() to the version that lets us catch and report any ↵Pietro Gagliardi
errors it encounters.
2014-07-19Removed Request completely, also updating the uitask files. Also renamed ↵Pietro Gagliardi
xperform to doissue for consistency.
2014-07-17Changed the GTK+ files so they would not compile on Windows; this is needed ↵Pietro Gagliardi
now that the Windows build uses cgo too.
2014-07-13Implemented Stop() on GTK+.Pietro Gagliardi
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi
2014-07-08Made event handlers more robust.Pietro Gagliardi
2014-07-07Fixed most compilation errors and added GTK+ string helper functions to ↵Pietro Gagliardi
common_unix.go.
2014-07-07Added Go() and the GTK+ uitask functions.Pietro Gagliardi