summaryrefslogtreecommitdiff
path: root/new/window_darwin.m
AgeCommit message (Expand)Author
2015-04-09Implemented uiWindowSetMargined() on Mac OS X.Pietro Gagliardi
2015-04-09Implemented the text functions on OS X.Pietro Gagliardi
2015-04-08And implemented proper control showing on Mac OS X.Pietro Gagliardi
2015-04-08Cleaned up window_darwin.m's data structure juggling.Pietro Gagliardi
2015-04-08Built up a better system for handling data cleanup on Mac OS X; thanks to htt...Pietro Gagliardi
2015-04-08Cleaned up the uiWindow Darwin implementation. Let's try this again...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-07Decided to remove the logging for now. Will inject it right into the allocati...Pietro Gagliardi
2015-04-07More allocation logging. I wonder if I can just log directly in the allocator...Pietro Gagliardi
2015-04-07More TODOs.Pietro Gagliardi
2015-04-07Fixed compiler errors and bugs. uiButton on Mac OS X works!Pietro Gagliardi
2015-04-07Added the Mac OS X uiContainer. Added it to uiWindow. Added the Mac OS X coor...Pietro Gagliardi
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; wil...Pietro Gagliardi