summaryrefslogtreecommitdiff
path: root/area_darwin.m
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ↵Pietro Gagliardi
us on all platforms. Going to have to restrict ALL GUI accss to happening from one t hread, so going to need to drop uitask entirely and have just a start() callback for startup code and a post() function for posting requests to windows (like channel sends but into a perpetual buffer).
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-07Fixed Command key up on Mac OS X. This fix also fixes Help key down, so ↵Pietro Gagliardi
remove the workaround there.
2014-06-07Documented window switch clicks in Area and implemented them on Windows and ↵Pietro Gagliardi
Mac OS X.
2014-06-02Applied the Area events change to the Mac OS X backend, restructuring a few ↵Pietro Gagliardi
function signatures in the process.
2014-05-20Changed #include to #import on the Objective-C files to settle the whole ↵Pietro Gagliardi
include guards thing. Now to continue fixing Mac OS X 10.6 building...
2014-05-16Organized the dummyRect declarations/definitions/etc. in the Objective-C ↵Pietro Gagliardi
files. I think that's it for the Objective-C conversion of the Mac OS X code!
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-15Removed the Area drawing code from bleh_darwin.m and rewrote it in ↵Pietro Gagliardi
Objective-C in area_darwin.m.
2014-05-15Removed the event point translation from bleh_darwin.m and rewrote it in ↵Pietro Gagliardi
Objective-C in area_darwin.m.
2014-05-15Removed bleh_darwin.m's tracking area logic and rewrote it in Objective-C in ↵Pietro Gagliardi
area_darwin.m.
2014-05-15Migrated everything else to Objective-C native; fixed a few things I missed ↵Pietro Gagliardi
along the way.
2014-05-13Moved area_darwin.go to direct Objective-C use.Pietro Gagliardi