index
:
jcarr/ui
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
/
delegateuitask_darwin.m
Age
Commit message (
Expand
)
Author
2014-06-29
Migrated the Mac OS X delegate code to the new API.
Pietro Gagliardi
2014-06-11
Removed Mac OS X 10.6 support. Quite a hassle that version was...
Pietro Gagliardi
2014-06-08
Added new MsgBox() behavior on Mac OS X. Now we can finally remove MsgBox() f...
Pietro Gagliardi
2014-06-07
Fixed all the NSAutoreleasePool issues on Mac OS X 10.6.
Pietro Gagliardi
2014-06-07
Fixed Command key up on Mac OS X. This fix also fixes Help key down, so remov...
Pietro Gagliardi
2014-06-06
Did half the work to fix Help key handling in Mac OS X.
Pietro Gagliardi
2014-06-05
Implemented message box transience on Mac OS X.
Pietro Gagliardi
2014-05-20
Fixed the whole NSApplication.h thing so now the project builds with both 10....
Pietro Gagliardi
2014-05-20
Changed #include to #import on the Objective-C files to settle the whole incl...
Pietro Gagliardi
2014-05-20
Fixed the Mac OS X 10.6 building using a rather hackish approach... Now it wo...
Pietro Gagliardi
2014-05-16
Organized the dummyRect declarations/definitions/etc. in the Objective-C file...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-15
Removed the dummy NSEvent code from bleh_darwin.m and rewrote it in Objective...
Pietro Gagliardi
2014-05-13
Moved uitask_darwin.go to be Objective-C-based. Both delegate_darwin.go and u...
Pietro Gagliardi