summaryrefslogtreecommitdiff
path: root/new/init_darwin.m
AgeCommit message (Collapse)Author
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-10More of the previous commit. More TODOs.Pietro Gagliardi
2015-04-10Started to implement proper destruction logic for Mac OS X controls.Pietro Gagliardi
2015-04-10Decided to kill uiInitError and return the message as a const char * ↵Pietro Gagliardi
instead. Will need to implement on Windows.
2015-04-10More TODO resolution and debugging stuff.Pietro Gagliardi
2015-04-09Changed the allocation logging from a compile-time setting to the first ↵Pietro Gagliardi
initialization option.
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-08Added allocation logging to Objective-C objects. Fixed some Mac OS X build ↵Pietro Gagliardi
issues.
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-06Fixed initial Mac OS X code.Pietro Gagliardi
2015-04-06Started writing the same but for Mac OS X. This time it's not tested yet; ↵Pietro Gagliardi
will test now.