Block a user
86245ad484
Refactor into a package.
e1fc40e6c6
Change Layout() type to Layout(Context) Context
396ee09d9f
Implement Insets.
9869efc448
Initial commit.
acc8cab583
Fix various memory management bugs in GC mode.
b5773b5525
Make GC mode the default.
4aa1211d73
Complete working GC mode.
c8209dd260
Interim commit.
e5c8e114bf
Add garbage collection memory mangement mode (gogc). Lots of fixes
79bb282188
Complete conversion to pointer wrapped types. Update tests, fix
ac9eecafd8
Convert all Go wrapped objects to pointers so the Go GC can track
b0139b9aa8
Bug fixes and clean up how methods are added to an interface from
9a4fabda24
Run gofmt -w on everything. Add 'gogc' option to use Go garbage
d0654613ea
Documentation updates.
90166a4379
Bug fixes. Read availability attributes when adding interfaces and