| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-04 | Removed objc_msgSend_rect_bool(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_msgSend_uint(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_release(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_new(). The idea is to remove all the objc_* functions that ↵ | Pietro Gagliardi | |
| aren't prefixed with C. (except objc_getClass()). | |||
| 2014-04-04 | Got rid of objc_addDelegate(); it was only called in one place (Mac OS X ↵ | Pietro Gagliardi | |
| Window creation). Also forgot to mention that the previous commit also disables mouse movements in Cocoa Areas for now; I need to replace the current code with one that uses tracking because mouse movements are system-global. | |||
| 2014-03-12 | Separated file creation dates from the package comment. | Pietro Gagliardi | |
| 2014-03-01 | Added initial Mac OS X sysData code. Almost ready for first test build, ↵ | Pietro Gagliardi | |
| hopefully? | |||
| 2014-03-01 | Changed package main to package ui in darwintest/ imports. | Pietro Gagliardi | |
| 2014-03-01 | Added _setDelegate to the common Objective-C selectors list and added a ↵ | Pietro Gagliardi | |
| clarity wrapper function objc_setDelegate(). | |||
| 2014-03-01 | Moved the Objective-C wrappers and helpers out of darwintest. | Pietro Gagliardi | |
