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
/
redo
/
uitask_unix.go
Age
Commit message (
Collapse
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-26
Got rid of the modal queue now that it's no longer needed.
Pietro Gagliardi
2014-08-25
Improved modalqueue.c error handling. A bit dirty to have the same function ↵
Pietro Gagliardi
in multiple Go files like this, but meh.
2014-08-19
Implemented the modal queue on the GTK+ backend to ensure proper queue ordering.
Pietro Gagliardi
2014-08-19
Added the GTK+ implementation of OpenFile(). Also more TODOs.
Pietro Gagliardi
2014-08-19
Potentially resolved dialog issues on GTK+; will need to find out. Thanks to ↵
Pietro Gagliardi
lazka in irc.gimp.net/#gtk+ for assistance.
2014-08-14
Added C99 to the Windows and GTK+ cgo CFLAGS after Ian Taylor confirmed it ↵
Pietro Gagliardi
was safe to use.
2014-08-11
Fixed the weird crash with calling Do() recursively; woo!
Pietro Gagliardi
2014-07-21
Switched from gtk_init() to the version that lets us catch and report any ↵
Pietro Gagliardi
errors it encounters.
2014-07-19
Removed Request completely, also updating the uitask files. Also renamed ↵
Pietro Gagliardi
xperform to doissue for consistency.
2014-07-17
Changed 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-13
Implemented Stop() on GTK+.
Pietro Gagliardi
2014-07-08
Added the beginning of the Mac OS X code.
Pietro Gagliardi
2014-07-08
Made event handlers more robust.
Pietro Gagliardi
2014-07-07
Fixed most compilation errors and added GTK+ string helper functions to ↵
Pietro Gagliardi
common_unix.go.
2014-07-07
Added Go() and the GTK+ uitask functions.
Pietro Gagliardi