summaryrefslogtreecommitdiff
path: root/prefsize_darwin.go
AgeCommit message (Collapse)Author
2014-06-26Finished implementing the new control sizing system on Mac OS X. The new ↵Pietro Gagliardi
label behavior needs to be reimplemented next.
2014-06-26Undid the whole yoff spiel on Mac OS X. NOW I'll merge the new sizing system ↵Pietro Gagliardi
into that backend.
2014-06-25(Somewhat hackily) implemented the new label rules on Mac OS X.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-06Set Area's preferred size in the documentation and on Windows and Mac OS X.Pietro Gagliardi
2014-05-19Same as previous commit, but for Mac OS X now. The #cgo directives are in ↵Pietro Gagliardi
uitask_darwin.go.
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-15Removed all the objc_getClass() and sel_getUid() calls from the Go code on ↵Pietro Gagliardi
Mac OS X. Also got rid of a forgotten objc_msgSend(). Now comes the Objective-C half...
2014-05-15Migrated prefsize_darwin.go to plain Objective-C. Not much left...!Pietro Gagliardi
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