summaryrefslogtreecommitdiff
path: root/callbacks_unix.go
AgeCommit message (Expand)Author
2014-03-17Changed the new resizing code so that it uses the same allocated slice per wi...Pietro Gagliardi
2014-03-17Changed window resizes so that the actual Control.setRect() functions appende...Pietro Gagliardi
2014-03-16Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...Pietro Gagliardi
2014-03-14Major overhaul of the way GTK+ events are handled. Closures that perform even...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Changed the way uitask is dispatched on GTK+ to make event handling not a CPU...Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-16Added window (and thus control) resizing. Other bugs have been fixed along th...Pietro Gagliardi
2014-02-16[GTK+] Added buttons. Things aren't quite being positioned properly yet thoug...Pietro Gagliardi
2014-02-16Cleaned up the idle callback code.Pietro Gagliardi
2014-02-16Added cgo-safe callback code for GTK+ signals. GTK+ signals work!Pietro Gagliardi