aboutsummaryrefslogtreecommitdiff
path: root/include/memdraw.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13devdraw: move Client into devdraw.h and move global state inRuss Cox1-1/+0
2018-11-16libdraw: redo default font construction to be hidpi-safeRuss Cox1-1/+0
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.
2006-06-25autolibrsc1-0/+4
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-3/+3
2006-03-31add Fullsrcrsc1-1/+2
2003-11-25Add the #goo to allow use in C++.rsc1-0/+10
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-10-11Various cleanup.rsc1-0/+1
2003-09-30Missed these.rsc1-0/+209