Commit Briefs

Russ Cox

9term, win: work around bsd linker nonsense

Change-Id: Ifcef0636ee1e1fd0f9b06a8d1a99d58fae831318 Reviewed-on: https://plan9port-review.googlesource.com/2780 Reviewed-by: Russ Cox <rsc@swtch.com>


Russ Cox

libdraw: refine hidpi font selection

Change-Id: Id1e6a2630713024a1925ad1341bb9c846f82e93e Reviewed-on: https://plan9port-review.googlesource.com/1171 Reviewed-by: Russ Cox <rsc@swtch.com>


Russ Cox

libdraw: autoscale fonts when moving between low and high dpi screens

Change-Id: I6093955b222db89dfe437fb723593b173d888d01 Reviewed-on: https://plan9port-review.googlesource.com/1170 Reviewed-by: Russ Cox <rsc@swtch.com>


Russ Cox

libdraw: add 2*font syntax for scaled fonts

An experiment. Change-Id: I40660a211b8372701597d80f7e86917e94cccbaa Reviewed-on: https://plan9port-review.googlesource.com/1161 Reviewed-by: Russ Cox <rsc@swtch.com>


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.