summaryrefslogtreecommitdiff
path: root/uitask_darwin.go
AgeCommit message (Expand)Author
2014-05-13Removed the class creation at runtime stuff and its residue from the Go files...Pietro Gagliardi
2014-05-13Moved uitask_darwin.go to be Objective-C-based. Both delegate_darwin.go and u...Pietro Gagliardi
2014-05-13Started conversion of delegate_darwin.go to use Objective-C directly.Pietro Gagliardi
2014-04-07Fixed AppQuit on Mac OS X (forgot to set the NSApp delegate AND was using the...Pietro Gagliardi
2014-04-05Moved all selector and class initialization for bleh_darwin.m into its own fu...Pietro Gagliardi
2014-04-04Removed objc_release().Pietro Gagliardi
2014-04-04Removed objc_new(). The idea is to remove all the objc_* functions that aren'...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
2014-03-12Made programs go to the front of the screen on Mac OS X like other programs d...Pietro Gagliardi
2014-03-05Have ui.Go() return on main() return on Mac OS X.Pietro Gagliardi
2014-03-02Added the Mac OS X implementation of messageboxes.Pietro Gagliardi
2014-03-01Some error message and TODO changes related to the previous commit.Pietro Gagliardi
2014-03-01Attempted to fix the lack of resizable window borders by setting the NSApplic...Pietro Gagliardi
2014-03-01Fixed most errors. Now I just need to add a sysData pool.Pietro Gagliardi
2014-03-01Started to build a single global delegate object; now to fix issues.Pietro Gagliardi
2014-03-01Oops, accidentally removed the code that actually makes the appdelegateclass....Pietro Gagliardi
2014-03-01Major code restructure to allow Cocoa to work correctly. Cocoa requires that ...Pietro Gagliardi
2014-03-01Fixed a minor startup failure on Mac OS X; now for a big one: apparently the ...Pietro Gagliardi
2014-03-01Fixed the compiler errors on Mac OS X; now to get it running...Pietro Gagliardi
2014-03-01Added _setDelegate to the common Objective-C selectors list and added a clari...Pietro Gagliardi
2014-02-28Added the ui() for OS X.Pietro Gagliardi