summaryrefslogtreecommitdiff
path: root/prefsize_darwin.go
AgeCommit message (Expand)Author
2014-06-26Finished implementing the new control sizing system on Mac OS X. The new labe...Pietro Gagliardi
2014-06-26Undid the whole yoff spiel on Mac OS X. NOW I'll merge the new sizing system ...Pietro Gagliardi
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 uit...Pietro Gagliardi
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 Ma...Pietro Gagliardi
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 s...Pietro Gagliardi
2014-03-03Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ...Pietro Gagliardi
2014-03-03Changed how the preferred size of controls is determined to accomodate NSTabl...Pietro Gagliardi
2014-03-01Added windowDidResize: to the Mac OS X delegate for resizing windows. Now to ...Pietro Gagliardi
2014-03-01Added preferred size code for Mac OS X.Pietro Gagliardi