summaryrefslogtreecommitdiff
path: root/listbox_darwin.go
AgeCommit message (Expand)Author
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-09Made Listboxes non-editable in Mac OS X; also more TODOs.Pietro Gagliardi
2014-03-08Added the Mac OS X implementation of Combobox/Listbox.Len().Pietro Gagliardi
2014-03-03Split out the code to add a Control to a Mac OS X Window into its own function.Pietro Gagliardi
2014-03-03Added the scrollbars themselves to the NSScrollView backing the Mac OS X List...Pietro Gagliardi
2014-03-03Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ...Pietro Gagliardi
2014-03-03Fixed selection grabbing and also append/insert/removal crashes: all were sel...Pietro Gagliardi
2014-03-03Ah there we go; columnWithIdentifier: returns an index; we wanted tableColumn...Pietro Gagliardi
2014-03-02Fixed a typo'd selector name related to Listbox selection. Adding items still...Pietro Gagliardi
2014-03-02Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't s...Pietro Gagliardi
2014-03-02Added untested Mac OS X Listbox code. Won't compile yet...Pietro Gagliardi