summaryrefslogtreecommitdiff
path: root/redo/uitask_unix.go
AgeCommit message (Expand)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-26Got rid of the modal queue now that it's no longer needed.Pietro Gagliardi
2014-08-25Improved modalqueue.c error handling. A bit dirty to have the same function i...Pietro Gagliardi
2014-08-19Implemented the modal queue on the GTK+ backend to ensure proper queue ordering.Pietro Gagliardi
2014-08-19Added the GTK+ implementation of OpenFile(). Also more TODOs.Pietro Gagliardi
2014-08-19Potentially resolved dialog issues on GTK+; will need to find out. Thanks to ...Pietro Gagliardi
2014-08-14Added C99 to the Windows and GTK+ cgo CFLAGS after Ian Taylor confirmed it wa...Pietro Gagliardi
2014-08-11Fixed the weird crash with calling Do() recursively; woo!Pietro Gagliardi
2014-07-21Switched from gtk_init() to the version that lets us catch and report any err...Pietro Gagliardi
2014-07-19Removed Request completely, also updating the uitask files. Also renamed xper...Pietro Gagliardi
2014-07-17Changed the GTK+ files so they would not compile on Windows; this is needed n...Pietro Gagliardi
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 commo...Pietro Gagliardi
2014-07-07Added Go() and the GTK+ uitask functions.Pietro Gagliardi