summaryrefslogtreecommitdiff
path: root/darwintest/newtypes.go
AgeCommit message (Expand)Author
2014-02-28Split the actual delegate into a separate file; this simplifies even more thi...Pietro Gagliardi
2014-02-28Cleaned up newtypes.go.Pietro Gagliardi
2014-02-28Split most of the objc_msgSend() wrappers into a C header file for convenienc...Pietro Gagliardi
2014-02-28Changed the main thread signaling to use NSObject's performSelectorOnMainThre...Pietro Gagliardi
2014-02-28Added a notification system, hopefully allowing us to merge AppKit requests o...Pietro Gagliardi
2014-02-28Added a button to the darwin test and had it respond to clicks. Committing as...Pietro Gagliardi
2014-02-28Built a window delegate and ran the event loop. It works!Pietro Gagliardi
2014-02-27Added code to create new Objective-C types at runtime, which will be importan...Pietro Gagliardi