summaryrefslogtreecommitdiff
path: root/bleh_darwin.m
AgeCommit message (Collapse)Author
2014-03-01Reworded a comment in bleh_darwin.m: the docs don't imply the wrong ↵Pietro Gagliardi
information, they outright say the wrong information.
2014-03-01Added a TODO marker to the last commit.Pietro Gagliardi
2014-03-01Fixed 32-bit Mac OS X builds (and also got rid of clang's current warnings): ↵Pietro Gagliardi
turns out the correct usage of objc_msgSend_stret() is not in the official docs...
2014-03-01Fixed Mac OS X sysData.setWindowSize() to get the window origin. Now to fix ↵Pietro Gagliardi
the rest of the errors...
2014-03-01Fixed various Mac OS X compilation errors.Pietro Gagliardi
2014-03-01Added initial Mac OS X sysData code. Almost ready for first test build, ↵Pietro Gagliardi
hopefully?
2014-03-01Added objc_msgSend_stret_size_noargs(), needed by the Mac OS X ↵Pietro Gagliardi
sysData.preferredSize().
2014-03-01Moved the Objective-C wrappers and helpers out of darwintest.Pietro Gagliardi