summaryrefslogtreecommitdiff
path: root/sysdata_darwin.go
AgeCommit message (Expand)Author
2014-08-30Out with the old...Pietro Gagliardi
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-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Rolled back all those changes; I'm stupid.Pietro Gagliardi
2014-06-30Converted the Mac OS X backend to use uitask() instead of uitask chan func().Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-29FIxed compilation errors in the Mac OS X build. It works, but I still need to...Pietro Gagliardi
2014-06-29Migrated sysdata_darwin.go and uitask_darwin.go to the new API. Now to just w...Pietro Gagliardi
2014-06-26Implemented Checkbox.SetChecked() on Mac OS X and updated the README.Pietro Gagliardi
2014-06-11Implemented Window.Center() on Mac OS X.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-09Added Area.RepaintAll() (requested by aybabtme on the Gopher Academy Slack) a...Pietro Gagliardi
2014-05-29Checked to see if the previous commit worked after removing the leftover Comb...Pietro Gagliardi
2014-05-19Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...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-16Moved toBOOL() from sysdata_darwin.go to objc_darwin.go since it's used by ot...Pietro Gagliardi
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-15Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...Pietro Gagliardi
2014-05-15Migrated everything else to Objective-C native; fixed a few things I missed a...Pietro Gagliardi
2014-05-13Finished migrating sysdata_darwin.go away from calling objc_msgSend() directl...Pietro Gagliardi
2014-05-12Further refactoring and de-runtime-izing of sysdata_darwin.go. These changes ...Pietro Gagliardi
2014-05-12Converted most of sysdata_darwin.go to regular Objective-C. I'll also standar...Pietro Gagliardi
2014-05-12Began the migration to native Objective-C by moving the NSWindow functions an...Pietro Gagliardi
2014-05-11Replaced the hackish indeterminate progress bar animation on Mac OS X (which ...Pietro Gagliardi
2014-05-10Added tracking areas to Area on Mac OS X so mouse move events can work; they ...Pietro Gagliardi
2014-05-10Preparation for adding tracking areas to Mac OS X Areas: we need to now pass ...Pietro Gagliardi
2014-05-01Added comment explaining the use of -[NSWindow setContentSize:] in Mac OS X s...Pietro Gagliardi
2014-04-13Fixed Mac OS X so that window sizes do not include the titlebar and frame.Pietro Gagliardi
2014-04-13Fixed Area test time label weirdness by making Labels truncate their text ins...Pietro Gagliardi
2014-04-12Fixed Listboxes on Mac OS X having an initial selection.Pietro Gagliardi
2014-04-12Fixed Comboboxes on Mac OS X having an initial selection. This also lays the ...Pietro Gagliardi
2014-04-05Removed TODO from Mac OS X code about additional label styles; judging from I...Pietro Gagliardi
2014-04-05Gave controls their proper fonts on Mac OS X.Pietro Gagliardi
2014-04-05Updated sysdata_darwin.go to remove some TODOs and change most, if not all, e...Pietro Gagliardi
2014-04-04Removed objc_alloc(). This should be all of them. Now to redo how classes are...Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ...Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect_uint_uint_bool().Pietro Gagliardi
2014-04-04Removed objc_msgSend_rect_bool().Pietro Gagliardi
2014-04-04Removed objc_msgSend_uint().Pietro Gagliardi
2014-04-04Added a TODO related to the previous commit.Pietro Gagliardi
2014-04-04Mac OS X indeterminate progresbars were not animating under certain condition...Pietro Gagliardi
2014-04-04Got rid of objc_addDelegate(); it was only called in one place (Mac OS X Wind...Pietro Gagliardi
2014-04-04Fixed Mac OS X Button appearance; turns out it was using the wrong font. Also...Pietro Gagliardi
2014-04-03Enabled mouse move events on Mac OS X. Mosue events now just got stranger and...Pietro Gagliardi
2014-04-01Separated initial text from sysData.make() on the Mac OS X backend, completin...Pietro Gagliardi
2014-03-30Fixed Mac OS X Area setAreaSize() not working: I was using the NSWindow setFr...Pietro Gagliardi
2014-03-30Attempted to add the Area bare bones and resizing code to the Mac OS X backen...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi