summaryrefslogtreecommitdiff
path: root/redo/container_darwin.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-24Split ymargin into top and bottom margins to accomodate Groups on Windows; ↵Pietro Gagliardi
fixed those.
2014-08-14Fine-tuned margin/spacing values on Mac OS X. Also more future plans.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-04Began the big sizer cleanup: renamed sizer to container, renamed sizer.go to ↵Pietro Gagliardi
container.go, did the Mac OS X migration, moved containerctrls.go out of the way by merging its declarations into basicctrls.go, and did a quick cleanup fix to container_darwin.m.
2014-08-04Converted Window on Mac OS X to use the new container system. Now I can ↵Pietro Gagliardi
merge container and sizing...
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...