summaryrefslogtreecommitdiff
path: root/redo/tab_darwin.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-11Renamed Mac OS X's container's view field to id to be in sync with the other ↵Pietro Gagliardi
Mac OS X data structures.
2014-08-09Changed PrefSize to PreferredSize throughout.Pietro Gagliardi
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-04Removed Control.containerShow() and Control.containerHide() and the overall ↵Pietro Gagliardi
ability to show and hide Controls in general; too much effort to get right.
2014-08-03Migrated the Mac OS X backend to the new Control setup.Pietro Gagliardi
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.