• Joined on 2019-05-29
gmp pushed to master at gmp/giowrap 2019-08-18 17:00:40 -04:00
5bef5fc95a Add profiling code, and implementation using basic widgets instead of closures.
gmp pushed to master at gmp/giowrap 2019-08-16 20:32:26 -04:00
a463c073ed Documentation fix.
gmp pushed to master at gmp/giowrap 2019-08-16 17:33:40 -04:00
bfd6ae49df Fixup.
716cd6b562 Functional options.
Compare 2 commits »
gmp pushed to master at gmp/giowrap 2019-08-15 23:03:30 -04:00
b9514a08ff Fix docs.
gmp pushed to master at gmp/giowrap 2019-08-15 18:36:29 -04:00
e638a9dde4 Fixup.
gmp pushed to master at gmp/giowrap 2019-08-15 18:35:51 -04:00
92cb4d20a4 Cleanups and comments.
gmp pushed to master at gmp/giowrap 2019-08-15 17:48:34 -04:00
74951e8ce5 Add giowrap.Clickable().
gmp pushed to master at gmp/giowrap 2019-08-15 09:34:53 -04:00
03740d940b Add README.md
10b99f3ffb Update docs.
13ffbd4fa3 Add README.md
Compare 3 commits »
gmp pushed to master at gmp/giowrap 2019-08-15 09:32:49 -04:00
10b99f3ffb Update docs.
gmp pushed to master at gmp/giowrap 2019-08-15 09:27:13 -04:00
13ffbd4fa3 Add README.md
gmp deleted tag master from gmp/giowrap 2019-08-15 09:19:49 -04:00
gmp pushed to master at gmp/giowrap 2019-08-15 09:19:49 -04:00
86245ad484 Refactor into a package.
e1fc40e6c6 Change Layout() type to Layout(Context) Context
396ee09d9f Implement Insets.
9869efc448 Initial commit.
gmp created repository gmp/giowrap 2019-08-15 09:18:52 -04:00
gmp pushed to master at gmp/nswrap 2019-06-27 11:43:34 -04:00
acc8cab583 Fix various memory management bugs in GC mode.
b5773b5525 Make GC mode the default.
Compare 2 commits »
gmp pushed to master at gmp/nswrap 2019-06-19 14:08:22 -04:00
4aa1211d73 Complete working GC mode.
c8209dd260 Interim commit.
e5c8e114bf Add garbage collection memory mangement mode (gogc). Lots of fixes
Compare 3 commits »
gmp pushed to master at gmp/nswrap 2019-06-13 16:51:00 -04:00
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
Compare 4 commits »
gmp pushed to master at gmp/nswrap 2019-06-06 00:30:47 -04:00
d0654613ea Documentation updates.
90166a4379 Bug fixes. Read availability attributes when adding interfaces and
Compare 2 commits »
gmp pushed to master at gmp/nswrap 2019-06-04 21:19:21 -04:00
50b9387a91 Add frameworkdirs: directive to allow the user to point to directories
gmp pushed to master at gmp/nswrap 2019-06-04 13:02:17 -04:00
f93a893060 Bug fix in Objective-C method signature parsing.
gmp pushed to master at gmp/nswrap 2019-06-04 11:28:34 -04:00
773886e0f1 Complete unit tests for nswrap/types.