| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-12 | Replaced the horribly memory-inefficient NSIndexSet operation to get the ↵ | Pietro Gagliardi | |
| list of selected indices in the Mac OS X Listbox with a far simpler option that avoids deferring some of the work (apart from objc_msgSend() calls) to cgo and the use of reflect.SliceHeader at all! It just grabs the indices from the NSIndexSet one at a time using the previous index as an anchor. | |||
| 2014-05-10 | Preparation for adding tracking areas to Mac OS X Areas: we need to now pass ↵ | Pietro Gagliardi | |
| in the sysData to each control's make() function so Area can save the tracking area somewhere (this will also come in handy when I change alternate from a bool to an integer index). | |||
| 2014-04-28 | Changed a TODO in listbox_darwin.go that, when my Mac OS X setup chooses to ↵ | Pietro Gagliardi | |
| cooperate, will let me make the inefficient code in question efficient. | |||
| 2014-04-13 | Consolidated NSScrollView code on Mac OS X to be all in one place. | Pietro Gagliardi | |
| 2014-04-12 | Fixed Listboxes on Mac OS X having an initial selection. | Pietro Gagliardi | |
| 2014-04-05 | Noted that NSScrollView sets the Listbox border in listbox_darwin.go. | Pietro Gagliardi | |
| 2014-04-05 | Gave Listboxes a border on Mac OS X. That just leaves GTK+: oyxgen-gtk ↵ | Pietro Gagliardi | |
| always gives GtkScrollingWindows a border, which misled me earlier... other themes don't. | |||
| 2014-04-05 | Gave controls their proper fonts on Mac OS X. | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_alloc(). This should be all of them. Now to redo how classes ↵ | Pietro Gagliardi | |
| are handled... | |||
| 2014-04-04 | Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ↵ | Pietro Gagliardi | |
| into a simple initWithDummyFrame(). | |||
| 2014-04-04 | Removed objc_msgSend_uint(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_new(). The idea is to remove all the objc_* functions that ↵ | Pietro Gagliardi | |
| aren't prefixed with C. (except objc_getClass()). | |||
| 2014-03-12 | Separated file creation dates from the package comment. | Pietro Gagliardi | |
| 2014-03-09 | Made Listboxes non-editable in Mac OS X; also more TODOs. | Pietro Gagliardi | |
| 2014-03-08 | Added the Mac OS X implementation of Combobox/Listbox.Len(). | Pietro Gagliardi | |
| 2014-03-03 | Split out the code to add a Control to a Mac OS X Window into its own function. | Pietro Gagliardi | |
| 2014-03-03 | Added 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-03 | Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ↵ | Pietro Gagliardi | |
| more reasonable now. Now to just add scrollbars... | |||
| 2014-03-03 | Fixed 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-03 | Ah there we go; columnWithIdentifier: returns an index; we wanted ↵ | Pietro Gagliardi | |
| tableColumnWithIdentifier:. Now to fix the crashing when getting list information... | |||
| 2014-03-02 | Fixed a typo'd selector name related to Listbox selection. Adding items ↵ | Pietro Gagliardi | |
| still doesn't work... | |||
| 2014-03-02 | Fixed 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-02 | Added untested Mac OS X Listbox code. Won't compile yet... | Pietro Gagliardi | |
