Commit Briefs

Russ Cox

libdraw: change DefaultDPI to 133

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


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


rsc

new draw interface



rsc

use carbon for pasteboard


rsc

add ABGR32


rsc

autolib


rsc

add OLOCK


rsc

add -W to specify window size.

various other little fixes.


rsc

SunOS can rot in hell.


rsc

Add the #goo to allow use in C++.

Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.


rsc

Add drawsetlabel(Display*, char*).

Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.


rsc

Various cleanup.