summaryrefslogtreecommitdiff
path: root/new/util_darwin.m
AgeCommit message (Collapse)Author
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-10Removed autocorrect from Mac OS X uiEntries. Also moved uiFreeText() to ↵Pietro Gagliardi
text_darwin.m.
2015-04-09Implemented the text functions on OS X.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-07Implemented uiButton on Mac OS X. Now to fix build issues and test...Pietro Gagliardi