summaryrefslogtreecommitdiff
path: root/pkgui.h
AgeCommit message (Collapse)Author
2018-08-26And FINALLY ported Table. Now to write an example program.Pietro Gagliardi
2018-08-26And migrated tablemodel.go back. And now we can finally build it properly!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-26Zero-fill pkguiAlloc()'s output.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).