summaryrefslogtreecommitdiff
path: root/new/button_darwin.m
AgeCommit message (Expand)Author
2015-04-10Eliminated direct use of strdup(); introduced uiDarwinNSStringToText() to do ...Pietro Gagliardi
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 htt...Pietro Gagliardi
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 control...Pietro Gagliardi
2015-04-08Wrote up cleanup gunk on Mac OS X. Really gunk; I don't like what all this do...Pietro Gagliardi
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 is...Pietro Gagliardi
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