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