| Age | Commit message (Expand) | Author |
| 2023-02-19 | Add missing "latin small letter sharp s" (U+00DF) to ibm437 map. | mlelstv |
| 2022-10-31 | This is X11's 75dpi/term14.bdf, use if you want your console to look like an | macallan |
| 2022-06-08 | wsfont.c: use __arraycount instead of defining it locally | uwe |
| 2021-12-24 | wsfb: Prefer wide fonts when EDID data is available. | jmcneill |
| 2021-11-20 | Oops, forgot to commit builtin_fonts[] parts for Droid_Sans_Mono_10x20. | rin |
| 2021-11-20 | Add Droid_Sans_Mono_10x20, generated by ttf2wsfont(1). | rin |
| 2021-11-20 | Sort Droid Sans Mono family fonts by size. | rin |
| 2021-11-19 | Add support to rotate anti-aliased fonts. | rin |
| 2021-11-19 | wsfont_rotate(): Add missing NULL check for wsfont_find0(). | rin |
| 2020-11-23 | Sort spleen also in builtin_fonts[]. | rin |
| 2020-11-21 | Sort spleen by size, instead of character code. | rin |
| 2020-11-13 | add a rendering of the Liberation Mono font for console use | macallan |
| 2020-07-08 | Add "Spleen 6x12" to wsfont, a font targetted at OLED displays. | fcambus |
| 2020-03-05 | Remove references to non-existing fonts. | fcambus |
| 2019-04-07 | Add "bold16x32", a pixel doubled version of the "bold8x16" font. | jmcneill |
| 2019-03-17 | Define missing HAVE_FONT for newcomers. | rin |
| 2019-03-17 | import the Spleen wscons fonts from OpenBSD | tnn |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-11-04 | Don't test for failure of malloc(...,M_WAITOK), it cannot fail | maya |
| 2016-11-20 | shiny new console font, use FONT_GO_MONO12x23 | macallan |
| 2016-11-20 | add WSFONT_PREFER_ALPHA - for drivers that would rather render anti-aliased | macallan |
| 2015-05-09 | When searching for a best font also allow fonts too wide for the | mlelstv |
| 2015-04-18 | add "best match" algorithm to wsfont and use this instead of a private | mlelstv |
| 2015-01-25 | add glass tty fonts as described in: | christos |
| 2014-11-05 | add FONT_DROID_SANS_MONO19x36, so we have something readable on | macallan |
| 2012-04-05 | remove the FreeMono font for licensing reasons | macallan |
| 2012-01-13 | make this compile again with rotation enabled | macallan |
| 2012-01-11 | make rasops_init()'s font selection code a bit less boneheaded by: | macallan |
| 2011-12-28 | add a somewhat smaller Droid font | macallan |
| 2011-12-22 | add some pre-rendered anti-aliased fonts from pkgsrc: | macallan |
| 2010-07-22 | In wsfont_rotate_cw_internal() and wsfont_rotate_ccw_internal(), | tsutsui |
| 2010-07-22 | Umm, revert unintended changes. | tsutsui |
| 2010-07-22 | Add VT220 8x8 font with ISO-8859-1 chars which is converted from | tsutsui |
| 2010-05-04 | add translation tables for ISO fonts in order to map unicode box drawing | macallan |
| 2010-04-17 | Added Sharp W-ZERO3 series support. | nonaka |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-02-02 | Updates to allow Zaurus screen to rotate 90 degrees to a usable state with th... | ober |
| 2006-08-28 | fix incomplete initializers | christos |
| 2006-07-16 | Reordered the declaration-specifiers so that "inline" comes before | rillig |
| 2006-03-17 | Fix range to check to avoid a static buffer overrun, when | chris |
| 2005-12-24 | __inline__ -> inline | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-04-23 | use bounded string ops | itojun |
| 2003-12-15 | Use aprint_debug() instead of aprint_normal() for debug info. | tsutsui |
| 2003-07-14 | Add vt220 8x10 koi8-r/koi8-u fonts so that I can read mail using | uwe |
| 2003-02-10 | undo constification of 'data' for wsdisplay font - unfortunately we need | jdolecek |
| 2003-02-09 | wsfont_lock(): if bitorder/byteorder doesn't match, copy the font to new font | jdolecek |
| 2003-02-09 | make 'name' and 'data' of struct wsdisplay_font const, mark data arrays | jdolecek |