summaryrefslogtreecommitdiff
path: root/BBB_GOFILES
AgeCommit message (Collapse)Author
2018-08-26And migrated tablemodel.go back. And now we can finally build it properly!Pietro Gagliardi
2018-08-26And migrated the examples back; also fixed a spot I missed.Pietro Gagliardi
2018-08-26And finally migrated Area back.Pietro Gagliardi
2018-08-26Migrated drawtext.go and fontbutton.go.Pietro Gagliardi
2018-08-26Migrated colorbutton.go back.Pietro Gagliardi
2018-08-26Normalized names in draw.go; started migrating zz_histogram.go to boot.Pietro Gagliardi
2018-08-26Migrated image.go, and migrated draw.go as-is. It needs some refactoring.Pietro Gagliardi
2018-08-26Migrated datetimepicker.go and brought stddialogs.go back again.Pietro Gagliardi
2018-08-26More control migration. Everything beyond this point is nontrivial.Pietro Gagliardi
2018-08-26Migrated more controls.Pietro Gagliardi
2018-08-26Migrated window.go, box.go, button.go, and checkbox.go back.Pietro Gagliardi
2018-08-26Migrate the link_darwin_amd64.go and control.go files back; fixed up errors ↵Pietro Gagliardi
in the C files and util.go.
2018-08-26Migrated util.go and main.go to the new pkgui convention and C file. Also ↵Pietro Gagliardi
replaced C.CBytes() with C.malloc() (this bumps our minimum version requirement to 1.8, but it's better than keeping a massive slice around at all times).
2018-08-26Moved all the Go files out of the way again, this time so we can migrate ↵Pietro Gagliardi
them to more proper cgo usage.