summaryrefslogtreecommitdiff
path: root/objc_darwin.go
AgeCommit message (Expand)Author
2014-04-04Removed objc_msgSend_rect_bool().Pietro Gagliardi
2014-04-04Removed objc_msgSend_uint().Pietro Gagliardi
2014-04-04Removed objc_release().Pietro Gagliardi
2014-04-04Removed objc_new(). The idea is to remove all the objc_* functions that aren'...Pietro Gagliardi
2014-04-04Got rid of objc_addDelegate(); it was only called in one place (Mac OS X Wind...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-01Added initial Mac OS X sysData code. Almost ready for first test build, hopef...Pietro Gagliardi
2014-03-01Changed package main to package ui in darwintest/ imports.Pietro Gagliardi
2014-03-01Added _setDelegate to the common Objective-C selectors list and added a clari...Pietro Gagliardi
2014-03-01Moved the Objective-C wrappers and helpers out of darwintest.Pietro Gagliardi