summaryrefslogtreecommitdiff
path: root/new/ui_darwin.h
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-09Migrated the Mac OS X code to the new uiControl/uiSizing system.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-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-07Fixed compiler errors and bugs. uiButton on Mac OS X works!Pietro Gagliardi
2015-04-07Added the uiDarwinControl logic.Pietro Gagliardi
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-06Started working on uiControl.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.