summaryrefslogtreecommitdiff
path: root/new/newcontrol_darwin.m
AgeCommit message (Expand)Author
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-14More TODOs.Pietro Gagliardi
2015-04-14Made the necessary previous commits changes on the Mac OS X backend. Untested...Pietro Gagliardi
2015-04-13Converted and fixed the Mac OS X code for uiParent. I'm still not happy, but ...Pietro Gagliardi
2015-04-12Some more uiParent migration.Pietro Gagliardi
2015-04-11Implemented show/hide/enable/disable on Mac OS X new controls.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-09Migrated the Mac OS X code to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Decided to split control removal from parent into its own method removeParent...Pietro Gagliardi
2015-04-08And implemented proper control showing on Mac OS X.Pietro Gagliardi
2015-04-08Decided not to turn new control scrolling parameters into a bitfield.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 out some of that gunk. I can't avoid subclassing the standard control...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-07Decided to remove containerShow() and containerHide() for now.Pietro Gagliardi
2015-04-07Implemented new control preferredSize() on Mac OS X. Now that Stack works eve...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