index
:
umt
master
Monitor test for UEFI environment
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
UefiMonitorTest
/
UefiMonitorTest.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
main: handle movement between tests
Joursoir
2022-05-05
1
-0
/
+1
|
*
add solid colors test
Joursoir
2022-05-04
1
-1
/
+3
|
*
add the settings menu stubs
Joursoir
2022-05-04
1
-1
/
+4
|
*
extend state actions API
Joursoir
2022-05-04
1
-1
/
+5
|
*
combine 2 state actions API callbacks into 1
Joursoir
2022-05-04
1
-3
/
+3
|
*
main: fix incorrect scan code check
Joursoir
2022-05-03
1
-1
/
+1
|
*
main: handle user keyboard input
Joursoir
2022-04-28
1
-0
/
+65
|
*
main: add the context state changing routine
Joursoir
2022-04-28
1
-4
/
+17
|
*
main: remove HII string packages
Joursoir
2022-04-27
1
-0
/
+18
|
*
main: publish HII String packages
Joursoir
2022-04-27
1
-0
/
+44
|
*
add the main menu stubs
Joursoir
2022-04-25
1
-1
/
+2
|
*
implement application context
Joursoir
2022-04-25
1
-4
/
+13
|
*
replace local color constants with global ones
Joursoir
2022-04-25
1
-35
/
+0
|
*
move graphics routines and context to a separate file
Joursoir
2022-04-25
1
-473
/
+0
|
*
main: add a keyboard context to a graphics context
Joursoir
2022-04-24
1
-0
/
+11
|
*
main: add a mouse context to a graphics context
Joursoir
2022-04-21
1
-4
/
+49
|
*
main: add color constants
Joursoir
2022-04-21
1
-0
/
+36
|
*
main: return EFI_STATUS from PrepareGraphicsInfo()
Joursoir
2022-04-18
1
-5
/
+12
|
*
main: add the filled circle drawing routine
Nikita
2022-04-18
1
-0
/
+35
|
*
main: add the string drawing routine
Joursoir
2022-04-11
1
-0
/
+90
|
*
main: add the char drawing routine
Joursoir
2022-04-10
1
-0
/
+30
|
*
main: add the rect drawing routine
HyperNiki
2022-04-09
1
-0
/
+33
|
*
main: add the line drawing routine
Joursoir
2022-04-08
1
-0
/
+78
|
*
main: add main-loop stub
Joursoir
2022-04-02
1
-2
/
+25
|
*
main: add macros to draw a pixel, get independent color
Joursoir
2022-04-02
1
-27
/
+13
|
|
|
|
Using function to draw a pixel is too inefficient
*
main: work only with 4 bytes color
Joursoir
2022-04-02
1
-2
/
+3
|
*
main: add draw pixel routine
Joursoir
2022-03-27
1
-0
/
+27
|
*
main: make ParseGraphicsPixelFormat()
Joursoir
2022-03-27
1
-0
/
+45
|
*
main: support different pixel formats
Joursoir
2022-03-27
1
-11
/
+49
|
*
add double buffering
Joursoir
2022-03-26
1
-1
/
+20
|
*
main: add graphics context
Joursoir
2022-03-25
1
-0
/
+36
|
*
main: locate graphics output protocol
Joursoir
2022-03-25
1
-0
/
+47
|
*
add .c and .inf stub-files
Joursoir
2022-03-19
1
-0
/
+21