index
:
interesting/andlabs-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-07-03
Implemented Post() on Mac OS X.
Pietro Gagliardi
2014-07-03
Removed uitask and made the Window creation functions only callable from the ...
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-07-01
Migrated the Mac OS X backend to the new uitask system.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Converted the Mac OS X backend to use uitask() instead of uitask chan func().
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-29
More of the same conversion.
Pietro Gagliardi
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