aboutsummaryrefslogtreecommitdiff
path: root/include/video_console.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-21video: console: Parse UTF-8 character sequencesJanne Grunau1-4/+6
2023-10-11video: Support showing a cursorSimon Glass1-0/+35
2023-10-11video: Export vidconsole_entry_start()Simon Glass1-0/+9
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass1-0/+49
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass1-0/+30
2023-07-14console: Allow measuring the bounding box of textSimon Glass1-0/+48
2023-07-14video: Allow temporary colour changesSimon Glass1-0/+30
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass1-0/+9
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski1-2/+12
2023-03-07video console: refactoring and optimizationDzmitry Sankouski1-0/+3
2023-01-16video: Add font functions to the vidconsole APISimon Glass1-12/+63
2022-10-30video: Add commands to list and change fontsSimon Glass1-0/+9
2022-10-30video: Add a way to change the font name and sizeSimon Glass1-0/+16
2022-10-30video: Provide a function to set the cursor positionSimon Glass1-0/+12
2022-10-30video: Move console colours to the video uclassSimon Glass1-37/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-9/+9
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass1-0/+49
2020-07-09video: Drop unnecessary #ifdef around vid_console_color()Simon Glass1-4/+2
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut1-0/+16
2018-09-28dm: video: support more escape sequencesHeinrich Schuchardt1-12/+16
2018-09-28dm: video: adjust struct vidconsole_priv descriptionHeinrich Schuchardt1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt1-2/+10
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt1-0/+35
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark1-0/+11
2016-01-30video: Provide a backspace methodSimon Glass1-0/+14
2016-01-30video: Provide a signal when a new console line is startedSimon Glass1-0/+14
2016-01-30video: Provide a left margin for the text consoleSimon Glass1-0/+2
2016-01-30video: Use fractional units for X coordinatesSimon Glass1-9/+31
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass1-0/+136