summaryrefslogtreecommitdiff
path: root/tab.go
AgeCommit message (Collapse)Author
2018-08-26More control migration. Everything beyond this point is nontrivial.Pietro Gagliardi
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.
2018-08-11Un-intmax_t'd everything.Pietro Gagliardi
2018-08-11Migrated the containers.Pietro Gagliardi
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the ↵Pietro Gagliardi
alpha4 ui.h.
2015-12-12Fixed a latent bug in Tab.InsertAt() where inserted controls are appended to ↵Pietro Gagliardi
t.children, causing issues during Tab.Destroy().
2015-12-12Added Box. Phew! Now to port over the libui test program...Pietro Gagliardi
2015-12-12Added Tab. That just leaves Box...Pietro Gagliardi