summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
AgeCommit message (Expand)Author
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-18Made event dispatch asynchronous to avoid deadlocks; right now events that ca...Pietro Gagliardi
2014-02-17Removed all //package ui comments.Pietro Gagliardi
2014-02-17Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all con...Pietro Gagliardi
2014-02-16Added GTK+ listboxes... sort of. This whole thing is so broken it's funny.Pietro Gagliardi
2014-02-16Added GTK+ Labels.Pietro Gagliardi
2014-02-16Fixed layout failure... for now.Pietro Gagliardi
2014-02-16Added GTK+ LineEdit. It appears there's something weird happening now...Pietro Gagliardi
2014-02-16Added alternate control style building... mostly...Pietro Gagliardi
2014-02-16Added crash guard for making alternates (to get editable comboboxes).Pietro Gagliardi
2014-02-16...derp, it was my crash guard failing.Pietro Gagliardi
2014-02-16Added GTK+ comboboxes. ...and THESE aren't being positioned properly, sigh...Pietro Gagliardi
2014-02-16Added the GTK+ equivalent of Window.Title() and Button.Text() in preparation ...Pietro Gagliardi
2014-02-16Added Checkbox to GTK+. Also added a TODO about crashes.Pietro Gagliardi
2014-02-16Removed some debugging prints.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-16Added cgo-safe callback code for GTK+ signals. GTK+ signals work!Pietro Gagliardi
2014-02-16Added basic signal connection. I'm going to need to build a different callbac...Pietro Gagliardi
2014-02-16Added the beginning of the Unix (GTK+) implementation.Pietro Gagliardi