aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw/mkfile
Commit message (Collapse)AuthorAgeFilesLines
* libdraw: fix "mk"Russ Cox2020-01-121-2/+1
| | | | Should default to building the library, not getsubfont.o.
* libdraw: redo default font construction to be hidpi-safeRuss Cox2018-11-161-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.
* libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox2018-11-151-0/+1
| | | | | | Also add setcursor2, esetcursor2, and draw protocol encoding. Calls to the old setcursor, esetcursor create a 32x32 by pixel doubling when needed.
* add iprintrsc2006-06-251-0/+1
|
* eventrsc2006-06-251-0/+1
|
* byersc2006-06-251-66/+8
|
* break x11 for surersc2005-02-021-16/+24
|
* Many small edits.rsc2005-01-131-2/+0
|
* scrollingrsc2004-06-111-0/+1
|
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* fix drawread, add changes from david tolpinrsc2004-04-191-0/+1
|
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-241-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.)
* Add drawsetlabel(Display*, char*).rsc2003-11-231-0/+124
| | | | | | Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.
* Reorgrsc2003-09-301-1/+0
|
* Initial revisionrsc2003-09-301-0/+1