summaryrefslogtreecommitdiff
path: root/area_darwin.go
AgeCommit message (Expand)Author
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