Commit Briefs

Russ Cox

R=rsc

CC=codebot http://codereview.appspot.com/193069


Russ Cox

libdraw: allow 32-bit Runes

R=, rsc CC= http://codereview.appspot.com/196054


Russ Cox

R=rsc

CC=codebot http://codereview.appspot.com/193056


Russ Cox

devdraw: fix OS X resize bug caused by redraw bug fix

R=rsc http://codereview.appspot.com/189104


Russ Cox

devdraw: fewer spurious mouse clicks in OS X multitouch

Was turning all button touches into clicks of high buttons, causing spurious clicks even outside the app window. R=rsc http://codereview.appspot.com/189084


Russ Cox

devdraw: handle kEventWindowDrawContent

makes windows redraw properly when moved between screens when monitors get shuffled around R= CC= http://codereview.appspot.com/189076


Russ Cox

ed: new append from rob, avoids overflow in pointer arithmetic

R=rsc http://codereview.appspot.com/188041


Russ Cox

acme: let Edit redo when file is clean

R=, rsc CC= http://codereview.appspot.com/188042


Russ Cox

codereview: add hg plugin from Go

R=, rsc CC= http://codereview.appspot.com/186107


Russ Cox

win fixes

- don't exit from a "child" note unless rc exited (code copied from 9term.c) - ignore writes to the tag; specifically " Send Noscroll" at startup. R=rsc CC=codebot http://codereview.appspot.com/181115


Russ Cox

devdraw: release multitouch mouse when app is collapsed (minimized)

R=rsc CC=plalonde, r http://codereview.appspot.com/181129


Russ Cox

devdraw: add multitouch code from Paul Lalonde

Various tweaks to avoid breaking standard mice, but probably needs tweaks to work with multitouch mice again. Still, it's a start. R=rsc CC=plalonde, r http://codereview.appspot.com/181124


Russ Cox

merge


Russ Cox

troff: avoid crash if home == NULL

R=rsc http://codereview.appspot.com/181070


Russ Cox

merge