summaryrefslogtreecommitdiff
path: root/listbox_darwin.m
AgeCommit message (Expand)Author
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-11Removed Mac OS X 10.6 support. Quite a hassle that version was...Pietro Gagliardi
2014-05-20Fixed the whole NSApplication.h thing so now the project builds with both 10....Pietro Gagliardi
2014-05-20Changed #include to #import on the Objective-C files to settle the whole incl...Pietro Gagliardi
2014-05-20Fixed the Mac OS X 10.6 building using a rather hackish approach... Now it wo...Pietro Gagliardi
2014-05-17Added the Stack Overflow link for Mac OS X Listbox insertion autoselection an...Pietro Gagliardi
2014-05-17Found a method in NSArrayController via Stack Overflow which lets me suppress...Pietro Gagliardi
2014-05-16Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be mo...Pietro Gagliardi
2014-05-16Organized the dummyRect declarations/definitions/etc. in the Objective-C file...Pietro Gagliardi
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-15Removed the control font code from bleh_darwin.m and rewrote it in Objective-...Pietro Gagliardi
2014-05-13Migrated listbox_darwin.go to using Objective-C directly instead of through t...Pietro Gagliardi