aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/UefiMonitorTest.c
Commit message (Expand)AuthorAgeFilesLines
* add the chess board test stubsJoursoir2022-05-121-1/+3
* add the grayscale test stubsJoursoir2022-05-121-0/+2
* add gradients testNikita2022-05-121-1/+3
* main: clear the screen after exitJoursoir2022-05-091-0/+1
* main: handle movement between testsJoursoir2022-05-051-0/+1
* add solid colors testJoursoir2022-05-041-1/+3
* add the settings menu stubsJoursoir2022-05-041-1/+4
* extend state actions APIJoursoir2022-05-041-1/+5
* combine 2 state actions API callbacks into 1Joursoir2022-05-041-3/+3
* main: fix incorrect scan code checkJoursoir2022-05-031-1/+1
* main: handle user keyboard inputJoursoir2022-04-281-0/+65
* main: add the context state changing routineJoursoir2022-04-281-4/+17
* main: remove HII string packagesJoursoir2022-04-271-0/+18
* main: publish HII String packagesJoursoir2022-04-271-0/+44
* add the main menu stubsJoursoir2022-04-251-1/+2
* implement application contextJoursoir2022-04-251-4/+13
* replace local color constants with global onesJoursoir2022-04-251-35/+0
* move graphics routines and context to a separate fileJoursoir2022-04-251-473/+0
* main: add a keyboard context to a graphics contextJoursoir2022-04-241-0/+11
* main: add a mouse context to a graphics contextJoursoir2022-04-211-4/+49
* main: add color constantsJoursoir2022-04-211-0/+36
* main: return EFI_STATUS from PrepareGraphicsInfo()Joursoir2022-04-181-5/+12
* main: add the filled circle drawing routineNikita2022-04-181-0/+35
* main: add the string drawing routineJoursoir2022-04-111-0/+90
* main: add the char drawing routineJoursoir2022-04-101-0/+30
* main: add the rect drawing routineHyperNiki2022-04-091-0/+33
* main: add the line drawing routineJoursoir2022-04-081-0/+78
* main: add main-loop stubJoursoir2022-04-021-2/+25
* main: add macros to draw a pixel, get independent colorJoursoir2022-04-021-27/+13
* main: work only with 4 bytes colorJoursoir2022-04-021-2/+3
* main: add draw pixel routineJoursoir2022-03-271-0/+27
* main: make ParseGraphicsPixelFormat()Joursoir2022-03-271-0/+45
* main: support different pixel formatsJoursoir2022-03-271-11/+49
* add double bufferingJoursoir2022-03-261-1/+20
* main: add graphics contextJoursoir2022-03-251-0/+36
* main: locate graphics output protocolJoursoir2022-03-251-0/+47
* add .c and .inf stub-filesJoursoir2022-03-191-0/+21