aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/UefiMonitorTest.h
Commit message (Expand)AuthorAgeFilesLines
* add the chess board test stubsJoursoir2022-05-121-0/+1
* add the grayscale test stubsJoursoir2022-05-121-0/+1
* add gradients testNikita2022-05-121-0/+1
* add solid colors testJoursoir2022-05-041-0/+1
* add the settings menu stubsJoursoir2022-05-041-0/+1
* extend state actions APIJoursoir2022-05-041-0/+1
* combine 2 state actions API callbacks into 1Joursoir2022-05-041-3/+1
* main: declare app versionJoursoir2022-05-031-0/+2
* main: publish HII String packagesJoursoir2022-04-271-0/+2
* implement application contextJoursoir2022-04-251-0/+24
* move graphics routines and context to a separate fileJoursoir2022-04-251-67/+1
* main: add a keyboard context to a graphics contextJoursoir2022-04-241-0/+4
* main: add a mouse context to a graphics contextJoursoir2022-04-211-0/+8
* main: work only with 4 bytes colorJoursoir2022-04-021-3/+3
* main: add structure for pixel colorJoursoir2022-03-271-0/+7
* main: support different pixel formatsJoursoir2022-03-271-0/+14
* add double bufferingJoursoir2022-03-261-1/+9
* main: add graphics contextJoursoir2022-03-251-0/+32