summaryrefslogtreecommitdiff
path: root/sys/dev/wsfont
AgeCommit message (Expand)Author
2019-07-03Update Spleen kernel fonts to the latest released version, bringingfcambus
2019-04-07Add "bold16x32", a pixel doubled version of the "bold8x16" font.jmcneill
2019-03-17Define missing HAVE_FONT for newcomers.rin
2019-03-17import the Spleen wscons fonts from OpenBSDtnn
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-11-04Don't test for failure of malloc(...,M_WAITOK), it cannot failmaya
2017-06-23allow longer font namesmacallan
2017-05-22vcons needs fonts now.christos
2016-11-20shiny new console font, use FONT_GO_MONO12x23macallan
2016-11-20add WSFONT_PREFER_ALPHA - for drivers that would rather render anti-aliasedmacallan
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-05-09When searching for a best font also allow fonts too wide for themlelstv
2015-04-18add "best match" algorithm to wsfont and use this instead of a privatemlelstv
2015-01-25add glass tty fonts as described in:christos
2014-11-05forgot the license headermacallan
2014-11-05add FONT_DROID_SANS_MONO19x36, so we have something readable onmacallan
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-08-09remove some stray pixels in the R glyphmacallan
2012-05-01add license headermacallan
2012-04-10add license headersmacallan
2012-04-05remove the FreeMono font for licensing reasonsmacallan
2012-01-13make this compile again with rotation enabledmacallan
2012-01-11make rasops_init()'s font selection code a bit less boneheaded by:macallan
2012-01-04add WSFONT_GLYPH() to get a pointer to a given glyph in a given fontmacallan
2011-12-28add a somewhat smaller Droid fontmacallan
2011-12-22add some pre-rendered anti-aliased fonts from pkgsrc:macallan
2010-07-22In wsfont_rotate_cw_internal() and wsfont_rotate_ccw_internal(),tsutsui
2010-07-22Umm, revert unintended changes.tsutsui
2010-07-22Add VT220 8x8 font with ISO-8859-1 chars which is converted fromtsutsui
2010-07-21Explicitly specify WSDISPLAY_FONTORDER_L2R for byte order even thoughtsutsui
2010-05-04add translation tables for ISO fonts in order to map unicode box drawingmacallan
2010-04-17Added Sharp W-ZERO3 series support.nonaka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-02Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th...ober
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-07Fill undefined region (char 0x7f-0xa0) on ISO-8859-1 with dummy datatsutsui
2006-08-28fix incomplete initializerschristos
2006-07-16Reordered the declaration-specifiers so that "inline" comes beforerillig
2006-03-17Fix range to check to avoid a static buffer overrun, whenchris
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-09-19Extend the gallant font to full ISO8859-1. Content provided by der Mouse,martin
2005-06-28Use static.thorpej
2005-05-29- add constchristos
2005-04-22fix static/extern mismatches. found by gcc4.yamt
2005-02-27nuke trailing whitespaceperry
2004-04-23use bounded string opsitojun