summaryrefslogtreecommitdiff
path: root/redo/tab_darwin.m
AgeCommit message (Collapse)Author
2014-08-09Started splitting apart xsizing_darwin.m and rearranging objc_darwin.h.Pietro Gagliardi
2014-08-05Removed the NSMakeRect(0, 0, 100, 100) dummy init rect from the Mac OS X ↵Pietro Gagliardi
backend; NSZeroRect works fine for this after all. Thanks to jer in irc.freenode.net/#macdev.
2014-08-04Cleaned up Mac OS X Tab code from the previous commit.Pietro Gagliardi
2014-08-04Switched Tab on Mac OS X to use a dedicated container type system. This ↵Pietro Gagliardi
container type will eventually be the new home of all the sizer stuff. Now to remove the dedicated NSTabView stuff...
2014-08-02Split all the Control implementations into their own files and renamed the ↵Pietro Gagliardi
containerctrls implementation files to say tab instead as they only hold Tab. This is the first part of what should hopefully be the final restructuring.