index
:
jcarr/ui
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
/
uitask_unix.go
Age
Commit message (
Expand
)
Author
2014-06-10
Partial go fmt. Will do the rest over the next few commits. While I'm not too...
Pietro Gagliardi
2014-05-19
Moved gtk_main() such that uitask_unix.go calls it directly via cgo. This is ...
Pietro Gagliardi
2014-04-27
ui.Go() on GTK+ now reports the reason gtk_init() failed in its error return.
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Changed the way uitask is dispatched on GTK+ to make event handling not a CPU...
Pietro Gagliardi
2014-03-05
Have ui.Go() return on main() return on Unix.
Pietro Gagliardi
2014-03-01
Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...
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
Removed all //package ui comments.
Pietro Gagliardi
2014-02-17
Added GTK+ message boxes.
Pietro Gagliardi
2014-02-16
Cleaned up the idle callback code.
Pietro Gagliardi
2014-02-16
Added the beginning of the Unix (GTK+) implementation.
Pietro Gagliardi