Commit Briefs

Russ Cox

9term: adjust to dpi changes

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


Russ Cox

libdraw: change DefaultDPI to 133

Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103


Russ Cox

devdraw: fake dpi calculation on Mac

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


Russ Cox

libframe: auto scale tick for retina

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


Russ Cox

devdraw: use %R not Fn-F3 for retina toggle

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


Russ Cox

devdraw: add forcedpi toggled by Fn+F3 on Mac

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


Russ Cox

acme: set $samfile (same as $%) during execution

R=rsc CC=plan9port.codebot http://codereview.appspot.com/6854092


Russ Cox

fontsrv: work around a few crashes

Probably not the right fix, but gets us going. R=rsc http://codereview.appspot.com/6782113


Russ Cox

devdraw: fix retina mode

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


Russ Cox

libdraw: add scalesize

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


Russ Cox

draw.h: add DefaultDPI

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


Russ Cox

devdraw, libdraw: add display->dpi

Fixed at 100 right now, but the plan is to make it accurate and then use it. R=rsc http://codereview.appspot.com/6856091


Russ Cox

devdraw: restore compilation on OS X 10.6

Also add some ignored files to .hgignore R=rsc http://codereview.appspot.com/6842089


Russ Cox

acme: use threadspawnd to avoid changing "." of current process

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


Russ Cox

libthread: add threadspawnd

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