index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prefsize_darwin.go
Age
Commit message (
Expand
)
Author
2014-06-26
Finished implementing the new control sizing system on Mac OS X. The new labe...
Pietro Gagliardi
2014-06-26
Undid 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-10
More go fmt.
Pietro Gagliardi
2014-06-06
Set Area's preferred size in the documentation and on Windows and Mac OS X.
Pietro Gagliardi
2014-05-19
Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-15
Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...
Pietro Gagliardi
2014-05-15
Migrated prefsize_darwin.go to plain Objective-C. Not much left...!
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-03
Removed a leftover crash guard from the Mac OS X sysData code (in this case s...
Pietro Gagliardi
2014-03-03
Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ...
Pietro Gagliardi
2014-03-03
Changed how the preferred size of controls is determined to accomodate NSTabl...
Pietro Gagliardi
2014-03-01
Added windowDidResize: to the Mac OS X delegate for resizing windows. Now to ...
Pietro Gagliardi
2014-03-01
Added preferred size code for Mac OS X.
Pietro Gagliardi