summaryrefslogtreecommitdiff
path: root/redo/xsizing_darwin.m
AgeCommit message (Collapse)Author
2014-08-11Removed the need for C.frame() by splitting apart the alignment rect ↵Pietro Gagliardi
functions on the Mac OS X side.
2014-08-09Started splitting apart xsizing_darwin.m and rearranging objc_darwin.h.Pietro Gagliardi
2014-08-09Changed PrefSize to PreferredSize throughout.Pietro Gagliardi
2014-08-09Removed unnecessary TODO from xsizing_darwin.m.Pietro Gagliardi
2014-08-06Decided to set the frame before calling baselineOffsetFromBottom in ↵Pietro Gagliardi
xsizing_darwin.m, just to be safe.
2014-08-06Removed areaPrefSize() from the Mac OS X backend; we now store the Area's ↵Pietro Gagliardi
size separately and return that for the preferred size instead.
2014-08-02Migrated the Label alignment code back into the Mac OS X port.Pietro Gagliardi
2014-08-02Wrote Control.preferredSize() (including Tab.preferredSize()) on Mac OS X.Pietro Gagliardi
2014-08-01Began migrating all the Mac OS X sizing stuff over.Pietro Gagliardi