summaryrefslogtreecommitdiff
path: root/area_darwin.go
AgeCommit message (Expand)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
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
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-10More go fmt. That completes the main package go fmt. Won't bother with test o...Pietro Gagliardi
2014-06-06Elaborated previous commit.Pietro Gagliardi
2014-06-06Added note that Areas get focus on Mac OS X on a click event automatically si...Pietro Gagliardi
2014-06-02Applied the Area events change to the Mac OS X backend, restructuring a few f...Pietro Gagliardi
2014-05-29Added new Modifiers code for Mac OS X. Also fixed some comment typos and adde...Pietro Gagliardi
2014-05-23Finished the Area clicking stuff: formalized the behavior in documentation in...Pietro Gagliardi
2014-05-19Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...Pietro Gagliardi
2014-05-18Removed TODO about buttons 1+3 causing a button 2 click on Mac OS X Areas... ...Pietro Gagliardi
2014-05-17Made drawing of NSScrollView backgrounds explicit on Mac OS X. This is what I...Pietro Gagliardi
2014-05-17Fixed variable names in Area drawing code on Unix to reflect that image.Recta...Pietro Gagliardi
2014-05-17More clarification on the previous commit.Pietro Gagliardi
2014-05-17Removed TODO about not using bad-for-tracking features of NSEvent in Areas on...Pietro Gagliardi
2014-05-16Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be mo...Pietro Gagliardi
2014-05-16Implemented the Super and order changes on Mac OS X. Meta is irrelevant here.Pietro Gagliardi
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 Objective-...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-13Removed the class creation at runtime stuff and its residue from the Go files...Pietro Gagliardi
2014-05-13Moved area_darwin.go to direct Objective-C use.Pietro Gagliardi
2014-05-12Handled AreaHandler.Mouse()'s handled return properly on Mac OS X. Also fixed...Pietro Gagliardi
2014-05-12Fixed Mac OS X Area mouse drags being reported outside the actual Area.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-10Documented the xxxMouseDragged: behavior in the Mac OS X source code.Pietro Gagliardi
2014-05-07Fixed dragging at all in Mac OS X Areas; now we just have to work out all the...Pietro Gagliardi
2014-05-06Removed TODO from area_darwin.go about extra mouse button handling; turns out...Pietro Gagliardi
2014-04-13Consolidated NSScrollView code on Mac OS X to be all in one place.Pietro Gagliardi
2014-04-10Fixed Area mouse events being sent when something happens outside the Area it...Pietro Gagliardi
2014-04-09Fixed Area drawing assuming the first pixel of the *image.NRGBA is at i.Pix[0].Pietro Gagliardi
2014-04-04Changed the way drawRect: was being added to our Mac OS X Area such that we n...Pietro Gagliardi
2014-04-04Updated the Area drawRect: adding error message to look like the ones that co...Pietro Gagliardi
2014-04-04Changed the Area class on Mac OS X to use the new class creation code. This g...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-03Fixed mouse move events on Mac OS X not returning buttons right, I think: tur...Pietro Gagliardi
2014-03-30Added key events to Mac OS X Areas. Now Area is feature-complete (but buggy) ...Pietro Gagliardi
2014-03-30Implemented Area mouse events on Mac OS X. Also fixed a few other things left...Pietro Gagliardi
2014-03-30Fixed flaky redraw in Mac OS X Areas.Pietro Gagliardi
2014-03-30Implement Mac OS X AreaHandler.Paint().Pietro Gagliardi
2014-03-30When we created our delegate and view classes on Mac OS X, it turned out we w...Pietro Gagliardi
2014-03-30Attempted to add the Area bare bones and resizing code to the Mac OS X backen...Pietro Gagliardi
2014-03-29Added the beginning of the Mac OS X Area implementation. Also fixed the long-...Pietro Gagliardi