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
/
listbox_darwin.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-10
More go fmt.
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-17
Found a method in NSArrayController via Stack Overflow which lets me suppress...
Pietro Gagliardi
2014-05-16
Started working on a blog post of NSTableView creation in code, so removed th...
Pietro Gagliardi
2014-05-16
Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be mo...
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 everything else to Objective-C native; fixed a few things I missed a...
Pietro Gagliardi
2014-05-15
Migrated the new Objective-C-based Mac OS X Listbox code in and got rid of th...
Pietro Gagliardi
2014-05-12
Replaced the horribly memory-inefficient NSIndexSet operation to get the list...
Pietro Gagliardi
2014-05-10
Preparation for adding tracking areas to Mac OS X Areas: we need to now pass ...
Pietro Gagliardi
2014-04-28
Changed a TODO in listbox_darwin.go that, when my Mac OS X setup chooses to c...
Pietro Gagliardi
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 always...
Pietro Gagliardi
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 are...
Pietro Gagliardi
2014-04-04
Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ...
Pietro Gagliardi
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 aren'...
Pietro Gagliardi
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 List...
Pietro Gagliardi
2014-03-03
Wrapped Mac OS X Listboxes in NSScrollViews. Their preferredSize seems to be ...
Pietro Gagliardi
2014-03-03
Fixed selection grabbing and also append/insert/removal crashes: all were sel...
Pietro Gagliardi
2014-03-03
Ah there we go; columnWithIdentifier: returns an index; we wanted tableColumn...
Pietro Gagliardi
2014-03-02
Fixed a typo'd selector name related to Listbox selection. Adding items still...
Pietro Gagliardi
2014-03-02
Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't s...
Pietro Gagliardi
2014-03-02
Added untested Mac OS X Listbox code. Won't compile yet...
Pietro Gagliardi