summaryrefslogtreecommitdiffstats
path: root/include/draw.h
Commit message (Collapse)AuthorAgeFilesLines
* libdraw: change DefaultDPI to 133Russ Cox2012-11-261-1/+1
| | | | | | | Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103
* libdraw: add scalesizeRuss Cox2012-11-251-0/+1
| | | | | R=rsc http://codereview.appspot.com/6855092
* draw.h: add DefaultDPIRuss Cox2012-11-251-1/+2
| | | | | R=rsc http://codereview.appspot.com/6858071
* devdraw, libdraw: add display->dpiRuss Cox2012-11-251-0/+1
| | | | | | | | Fixed at 100 right now, but the plan is to make it accurate and then use it. R=rsc http://codereview.appspot.com/6856091
* new draw interfacersc2006-06-251-6/+24
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-5/+5
|
* use carbon for pasteboardrsc2006-02-281-0/+3
|
* add ABGR32rsc2005-02-151-0/+1
|
* autolibrsc2005-01-041-1/+3
|
* add OLOCKrsc2004-06-111-0/+2
|
* add -W to specify window size.rsc2004-04-291-0/+2
| | | | various other little fixes.
* SunOS can rot in hell.rsc2004-03-261-33/+29
|
* Add the #goo to allow use in C++.rsc2003-11-251-0/+11
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Add drawsetlabel(Display*, char*).rsc2003-11-231-1/+3
| | | | | | Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.
* Various cleanup.rsc2003-10-111-1/+12
|
* Initial revisionrsc2003-09-301-0/+520