index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
console_truetype.c
Age
Commit message (
Expand
)
Author
2026-01-24
video: add DejaVu Mono font
Heinrich Schuchardt
2025-05-02
vidconsole: Avoid kerning against an unrelated character
Simon Glass
2025-05-02
video: truetype: Support a limit on the width of a line
Simon Glass
2025-05-02
video: truetype: Support newlines in the measured string
Simon Glass
2025-05-02
video: truetype: Fill in the measured line
Simon Glass
2025-05-02
video: Begin support for measuring multiple lines of text
Simon Glass
2025-05-01
video: Use VIDEO_DAMAGE for VIDEO_COPY
Alexander Graf
2025-05-01
vidconsole: Add damage notifications to all vidconsole drivers
Alexander Graf
2024-10-11
xpl: Rename spl_phase() to xpl_phase()
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
video: Remove <common.h> and add needed includes
Tom Rini
2024-04-10
Merge patch series "Resolve issues with booting distros on x86"
Tom Rini
2024-04-10
video: Drop unnecessary truetype operations from SPL
Simon Glass
2024-03-21
video: console: Parse UTF-8 character sequences
Janne Grunau
2024-01-29
video: Support VIDEO_X2R10G10B10 in truetype console
Janne Grunau
2023-10-11
video: Mark truetype_measure() static
Simon Glass
2023-10-11
video: Support showing a cursor
Simon Glass
2023-10-11
video: Allow saving and restoring text-entry state
Simon Glass
2023-10-11
video: Allow obtaining the nominal size of a string size
Simon Glass
2023-07-14
video: Update stb_truetype
Simon Glass
2023-07-14
console: Allow measuring the bounding box of text
Simon Glass
2023-07-14
console: Correct truetype spacing error
Simon Glass
2023-07-14
video: Provide a way to clear part of the console
Simon Glass
2023-07-14
video: Drop #ifdefs from console_truetype
Simon Glass
2023-03-07
video console: move vidconsole_get_font_size() logic to driver ops
Dzmitry Sankouski
2023-01-16
video: Add font functions to the vidconsole API
Simon Glass
2023-01-16
video: truetype: Rename the metrics function
Simon Glass
2022-10-30
video: Add commands to list and change fonts
Simon Glass
2022-10-30
video: Add a way to change the font name and size
Simon Glass
2022-10-30
video: Add a function to select the truetype metrics
Simon Glass
2022-10-30
video: Record the truetype font name
Simon Glass
2022-10-30
video: Refactor to allow more than one font size
Simon Glass
2022-10-30
video: Tidy up the check for valid fonts
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-26
sandbox: video: Add BMP tests for 32bpp and 8bpp modes
Simon Glass
2021-08-01
video: buffer overrun in TrueType console
Heinrich Schuchardt
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-09-29
video: typo Normlly
Heinrich Schuchardt
2020-07-09
video: Update truetype console to support copy buffer
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
video: Support truetype fonts on a 32-bit display
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-02-22
video: truetype: Fix a memory leak on error
Simon Glass
2016-01-30
video: Add the Cantoraone decorative font
Simon Glass
2016-01-30
video: Add the Rufscript handwriting font
Simon Glass
2016-01-30
video: Add the AnkaCoder mono-spaced font
Simon Glass
2016-01-30
video: Add the Nimbus sans font
Simon Glass
2016-01-30
video: Add a console driver that uses TrueType fonts
Simon Glass