index
:
umt
master
Monitor test for UEFI environment
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
graphics: add the hii string drawing routine
Joursoir
2022-04-28
2
-0
/
+41
|
*
graphics: add the getting font parameters routine
Joursoir
2022-04-28
2
-0
/
+23
|
*
graphics: add the rounded rectangle drawing routine
Joursoir
2022-04-28
2
-0
/
+38
|
*
graphics: add the bordered rectangle drawing routine
Joursoir
2022-04-28
2
-0
/
+35
|
*
main: remove HII string packages
Joursoir
2022-04-27
1
-0
/
+18
|
*
add uni file
Joursoir
2022-04-27
2
-0
/
+6
|
*
main: publish HII String packages
Joursoir
2022-04-27
3
-0
/
+50
|
*
add the main menu stubs
Joursoir
2022-04-25
4
-1
/
+75
|
*
implement application context
Joursoir
2022-04-25
2
-4
/
+37
|
*
replace local color constants with global ones
Joursoir
2022-04-25
3
-35
/
+41
|
*
move graphics routines and context to a separate file
Joursoir
2022-04-25
5
-540
/
+635
|
*
main: add a keyboard context to a graphics context
Joursoir
2022-04-24
3
-0
/
+16
|
*
main: add a mouse context to a graphics context
Joursoir
2022-04-21
3
-4
/
+60
|
*
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
2
-0
/
+91
|
*
main: add the char drawing routine
Joursoir
2022-04-10
1
-0
/
+30
|
*
add 8x16 System font
Joursoir
2022-04-09
1
-0
/
+4601
|
*
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
2
-5
/
+6
|
*
main: add draw pixel routine
Joursoir
2022-03-27
1
-0
/
+27
|
*
main: add structure for pixel color
Joursoir
2022-03-27
1
-0
/
+7
|
*
main: make ParseGraphicsPixelFormat()
Joursoir
2022-03-27
1
-0
/
+45
|
*
main: support different pixel formats
Joursoir
2022-03-27
2
-11
/
+63
|
*
add double buffering
Joursoir
2022-03-26
2
-2
/
+29
|
*
main: add graphics context
Joursoir
2022-03-25
2
-0
/
+68
|
*
main: locate graphics output protocol
Joursoir
2022-03-25
1
-0
/
+47
|
*
add .c and .inf stub-files
Joursoir
2022-03-19
2
-0
/
+49
|
*
Initial commit
Joursoir
2022-03-17
3
-0
/
+266