summaryrefslogtreecommitdiff
path: root/listbox_darwin.go
AgeCommit message (Collapse)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 ↵Pietro Gagliardi
Listboxes. Also added a few TODOs. I think the Mac OS X Listbox implementation is now finished.
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-03Fixed selection grabbing and also append/insert/removal crashes: all were ↵Pietro Gagliardi
selector name typos. Also some TODOs Now to make this scroll/confine it to a scroll view...
2014-03-03Ah there we go; columnWithIdentifier: returns an index; we wanted ↵Pietro Gagliardi
tableColumnWithIdentifier:. Now to fix the crashing when getting list information...
2014-03-02Fixed a typo'd selector name related to Listbox selection. Adding items ↵Pietro Gagliardi
still doesn't work...
2014-03-02Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't ↵Pietro Gagliardi
show any items. Let's figure out why.
2014-03-02Added untested Mac OS X Listbox code. Won't compile yet...Pietro Gagliardi