aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/mkfile
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12libdraw: fix "mk"Russ Cox1-2/+1
Should default to building the library, not getsubfont.o.
2018-11-16libdraw: redo default font construction to be hidpi-safeRuss Cox1-2/+2
If $font is not set, the default font is constructed from font data linked into every libdraw binary. That process was different from the usual openfont code, and so it was not hidpi-aware, resulting in very tiny fonts out of the box on hidpi systems, until users set $font. Fix this by using openfont to construct the default font, by recognizing the name *default* when looking for font and subfont file contents. Then all the hidpi scaling applies automatically. As a side effect, the concept of a 'default subfont' is gone, as are display->defaultsubfont, getdefont, and memgetdefont.
2018-11-15libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox1-0/+1
Also add setcursor2, esetcursor2, and draw protocol encoding. Calls to the old setcursor, esetcursor create a 32x32 by pixel doubling when needed.
2006-06-25add iprintrsc1-0/+1
2006-06-25eventrsc1-0/+1
2006-06-25byersc1-66/+8
2005-02-02break x11 for surersc1-16/+24
2005-01-13Many small edits.rsc1-2/+0
2004-06-11scrollingrsc1-0/+1
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-04-19fix drawread, add changes from david tolpinrsc1-0/+1
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc1-2/+2
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
2003-11-23Add drawsetlabel(Display*, char*).rsc1-0/+124
Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.
2003-09-30Reorgrsc1-1/+0
2003-09-30Initial revisionrsc1-0/+1