Pietro Gagliardi
|
791345fa97
|
Finished migrating sysdata_darwin.go away from calling objc_msgSend() directly. initWithDummyFrame() is still there as other files use it.
|
2014-05-13 07:09:22 -04:00 |
Pietro Gagliardi
|
3949fb94e9
|
Further refactoring and de-runtime-izing of sysdata_darwin.go. These changes currently untested.
|
2014-05-12 23:55:56 -04:00 |
Pietro Gagliardi
|
4e946c813e
|
More TODOs.
|
2014-05-12 19:36:02 -04:00 |
Pietro Gagliardi
|
37f3d0fafc
|
Converted most of sysdata_darwin.go to regular Objective-C. I'll also standardize the interface for transferring integer values between Objective-C and Go so that they use intptr_t and uintptr_t everywhere, rather than those two in some places and uint64_t/int64_t in others.
|
2014-05-12 19:34:13 -04:00 |
Pietro Gagliardi
|
f14614c0c7
|
Began the migration to native Objective-C by moving the NSWindow functions and some of the shared helper routines.
|
2014-05-12 15:15:26 -04:00 |