aboutsummaryrefslogtreecommitdiff
path: root/include/draw.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-18draw: use int for Cacheinfo x fieldRuss Cox1-1/+1
2020-05-29libdraw: handle larger number of subfontsRuss Cox1-2/+3
2018-11-16libdraw: redo default font construction to be hidpi-safeRuss Cox1-4/+0
2018-11-15libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox1-1/+2
2017-01-069term, win: work around bsd linker nonsenseRuss Cox1-0/+2
2015-02-17libdraw: refine hidpi font selectionRuss Cox1-0/+1
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox1-1/+16
2015-02-17libdraw: add 2*font syntax for scaled fontsRuss Cox1-1/+2
2012-11-26libdraw: change DefaultDPI to 133Russ Cox1-1/+1
2012-11-25libdraw: add scalesizeRuss Cox1-0/+1
2012-11-25draw.h: add DefaultDPIRuss Cox1-1/+2
2012-11-25devdraw, libdraw: add display->dpiRuss Cox1-0/+1
2006-06-25new draw interfacersc1-6/+24
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-5/+5
2006-02-28use carbon for pasteboardrsc1-0/+3
2005-02-15add ABGR32rsc1-0/+1
2005-01-04autolibrsc1-1/+3
2004-06-11add OLOCKrsc1-0/+2
2004-04-29add -W to specify window size.rsc1-0/+2
2004-03-26SunOS can rot in hell.rsc1-33/+29
2003-11-25Add the #goo to allow use in C++.rsc1-0/+11
2003-11-23Add drawsetlabel(Display*, char*).rsc1-1/+3
2003-10-11Various cleanup.rsc1-1/+12
2003-09-30Initial revisionrsc1-0/+520