summaryrefslogtreecommitdiff
path: root/objc_darwin.m
AgeCommit message (Collapse)Author
2014-05-17Made drawing of NSScrollView backgrounds explicit on Mac OS X. This is what ↵Pietro Gagliardi
Interface Builder sets for NSTableViews, so we do that too for Listbox. This also means NSScrollView draws the background for our Areas, settling the clear clip rect TODO.
2014-05-16Organized the dummyRect declarations/definitions/etc. in the Objective-C ↵Pietro Gagliardi
files. I think that's it for the Objective-C conversion of the Mac OS X code!
2014-05-16Whoops, forgot to add objc_darwin.m to git!Pietro Gagliardi