summaryrefslogtreecommitdiff
path: root/drivers/video/console_truetype.c
AgeCommit message (Expand)Author
2026-01-24video: add DejaVu Mono fontHeinrich Schuchardt
2025-05-02vidconsole: Avoid kerning against an unrelated characterSimon Glass
2025-05-02video: truetype: Support a limit on the width of a lineSimon Glass
2025-05-02video: truetype: Support newlines in the measured stringSimon Glass
2025-05-02video: truetype: Fill in the measured lineSimon Glass
2025-05-02video: Begin support for measuring multiple lines of textSimon Glass
2025-05-01video: Use VIDEO_DAMAGE for VIDEO_COPYAlexander Graf
2025-05-01vidconsole: Add damage notifications to all vidconsole driversAlexander Graf
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07video: Remove <common.h> and add needed includesTom Rini
2024-04-10Merge patch series "Resolve issues with booting distros on x86"Tom Rini
2024-04-10video: Drop unnecessary truetype operations from SPLSimon Glass
2024-03-21video: console: Parse UTF-8 character sequencesJanne Grunau
2024-01-29video: Support VIDEO_X2R10G10B10 in truetype consoleJanne Grunau
2023-10-11video: Mark truetype_measure() staticSimon Glass
2023-10-11video: Support showing a cursorSimon Glass
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass
2023-07-14video: Update stb_truetypeSimon Glass
2023-07-14console: Allow measuring the bounding box of textSimon Glass
2023-07-14console: Correct truetype spacing errorSimon Glass
2023-07-14video: Provide a way to clear part of the consoleSimon Glass
2023-07-14video: Drop #ifdefs from console_truetypeSimon Glass
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski
2023-01-16video: Add font functions to the vidconsole APISimon Glass
2023-01-16video: truetype: Rename the metrics functionSimon Glass
2022-10-30video: Add commands to list and change fontsSimon Glass
2022-10-30video: Add a way to change the font name and sizeSimon Glass
2022-10-30video: Add a function to select the truetype metricsSimon Glass
2022-10-30video: Record the truetype font nameSimon Glass
2022-10-30video: Refactor to allow more than one font sizeSimon Glass
2022-10-30video: Tidy up the check for valid fontsSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass
2021-08-01video: buffer overrun in TrueType consoleHeinrich Schuchardt
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-29video: typo NormllyHeinrich Schuchardt
2020-07-09video: Update truetype console to support copy bufferSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05video: Support truetype fonts on a 32-bit displaySimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-02-22video: truetype: Fix a memory leak on errorSimon Glass
2016-01-30video: Add the Cantoraone decorative fontSimon Glass
2016-01-30video: Add the Rufscript handwriting fontSimon Glass
2016-01-30video: Add the AnkaCoder mono-spaced fontSimon Glass
2016-01-30video: Add the Nimbus sans fontSimon Glass
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass