summaryrefslogtreecommitdiff
path: root/new/window_darwin.m
AgeCommit message (Expand)Author
2015-04-12Fixed Mac OS X tab page clearing. I'm really going to oneed to restructure th...Pietro Gagliardi
2015-04-11Finished the Mac OS X destruction work.Pietro Gagliardi
2015-04-10Removed autocorrect from Mac OS X uiEntries. Also moved uiFreeText() to text_...Pietro Gagliardi
2015-04-10Eliminated direct use of strdup(); introduced uiDarwinNSStringToText() to do ...Pietro Gagliardi
2015-04-10Resolved some TODOs (including one resolved a while ago on IRC but not remove...Pietro Gagliardi
2015-04-09Added uiWindowMargined() and implemented it on all platforms.Pietro Gagliardi
2015-04-09Removed direct vtable calls from uiControl.Pietro Gagliardi
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