summaryrefslogtreecommitdiff
path: root/prefsize_darwin.go
AgeCommit message (Collapse)Author
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-03Removed a leftover crash guard from the Mac OS X sysData code (in this case ↵Pietro Gagliardi
sysData.preferredSize()).
2014-03-03Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ↵Pietro Gagliardi
more reasonable now. Now to just add scrollbars...
2014-03-03Changed how the preferred size of controls is determined to accomodate ↵Pietro Gagliardi
NSTableView, NSScrollView, and NSProgressIndicator. Updated TODOs to mark other weirdnesses (such as Label text that used to get cropped) that no longer happen because of this. Now for putting Listboxes in NSScrollViews.
2014-03-01Added windowDidResize: to the Mac OS X delegate for resizing windows. Now to ↵Pietro Gagliardi
figure out why I can't resize windows myself...
2014-03-01Added preferred size code for Mac OS X.Pietro Gagliardi