summaryrefslogtreecommitdiff
path: root/new/button_darwin.m
AgeCommit message (Collapse)Author
2015-04-10Eliminated direct use of strdup(); introduced uiDarwinNSStringToText() to do ↵Pietro Gagliardi
that work for us (and abort on failure).
2015-04-09Implemented the text functions on OS X.Pietro Gagliardi
2015-04-08Removed some stale TODOs.Pietro Gagliardi
2015-04-08Built up a better system for handling data cleanup on Mac OS X; thanks to ↵Pietro Gagliardi
http://stackoverflow.com/questions/29522715/is-there-a-reliable-way-to-destroy-private-data-structures-when-a-standard-nsvie.
2015-04-08Fixed compilation errors. Hm, nothing is still freed...Pietro Gagliardi
2015-04-08Cleaned out some of that gunk. I can't avoid subclassing the standard ↵Pietro Gagliardi
controls, but making it so that the uiControl returned by uiDarwinNewControl() can be freed by the caller will help.
2015-04-08Wrote up cleanup gunk on Mac OS X. Really gunk; I don't like what all this ↵Pietro Gagliardi
does but I don't think there's another way.
2015-04-08Better monitoring of Objective-C objects (including main GUI objects).Pietro Gagliardi
2015-04-08Added allocation logging to Objective-C objects. Fixed some Mac OS X build ↵Pietro Gagliardi
issues.
2015-04-07Fixed compiler errors and bugs. uiButton on Mac OS X works!Pietro Gagliardi
2015-04-07Implemented uiButton on Mac OS X. Now to fix build issues and test...Pietro Gagliardi