index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkgui.h
Age
Commit message (
Collapse
)
Author
2018-08-26
And FINALLY ported Table. Now to write an example program.
Pietro Gagliardi
2018-08-26
And migrated tablemodel.go back. And now we can finally build it properly!
Pietro Gagliardi
2018-08-26
And finally migrated Area back.
Pietro Gagliardi
2018-08-26
Migrated drawtext.go and fontbutton.go.
Pietro Gagliardi
2018-08-26
Migrated colorbutton.go back.
Pietro Gagliardi
2018-08-26
Zero-fill pkguiAlloc()'s output.
Pietro Gagliardi
2018-08-26
Migrated image.go, and migrated draw.go as-is. It needs some refactoring.
Pietro Gagliardi
2018-08-26
Migrated datetimepicker.go and brought stddialogs.go back again.
Pietro Gagliardi
2018-08-26
More control migration. Everything beyond this point is nontrivial.
Pietro Gagliardi
2018-08-26
Migrated more controls.
Pietro Gagliardi
2018-08-26
Migrated window.go, box.go, button.go, and checkbox.go back.
Pietro Gagliardi
2018-08-26
Migrate the link_darwin_amd64.go and control.go files back; fixed up errors ↵
Pietro Gagliardi
in the C files and util.go.
2018-08-26
Migrated 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).