summaryrefslogtreecommitdiff
path: root/redo/common_unix.go
AgeCommit message (Collapse)Author
2014-07-21Added Checkbox on the GTK+ backend, added a checkbox to the test program, ↵Pietro Gagliardi
and fixed a small error in the GTK+ widgetbase.parent() that kept the new widget hidden.
2014-07-18Fixed window resizing in GTK+ acting wonky AND several related TODOs to boot!Pietro Gagliardi
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-08Added the beginning of the Mac OS X code.Pietro Gagliardi
2014-07-08Implemented the Window OnClosing() event on GTK+. It works!Pietro Gagliardi
2014-07-07Fixed most compilation errors and added GTK+ string helper functions to ↵Pietro Gagliardi
common_unix.go.