aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* readme: update link to binary releasesHEADmasterJoursoir2023-04-271-1/+1
|
* uni: add missing quoteJoursoir2022-07-231-1/+1
|
* readme: fix typoJoursoir2022-07-231-1/+1
|
* readme: write the binary release sectionv0.1.0Joursoir2022-07-221-0/+4
|
* readme: change section name to compilationJoursoir2022-05-181-1/+1
|
* implement the chess board testNikita2022-05-172-0/+102
|
* add screenshots of the main menu and the gradients testJoursoir2022-05-163-1/+3
|
* readme: complete the controls sectionJoursoir2022-05-151-1/+10
|
* readme: complete the installation sectionJoursoir2022-05-151-1/+12
|
* implement the grayscale testNikita2022-05-142-1/+74
|
* update existing list of testsJoursoir2022-05-122-7/+6
|
* add the chess board test stubsJoursoir2022-05-125-1/+81
|
* add the grayscale test stubsJoursoir2022-05-125-0/+80
|
* implement settings menuJoursoir2022-05-122-1/+123
|
* add gradients testNikita2022-05-126-1/+223
|
* tests/SolidColors: replace prepared with formatted titleJoursoir2022-05-102-17/+13
|
* graphics: store color namesJoursoir2022-05-105-32/+56
|
* main: clear the screen after exitJoursoir2022-05-091-0/+1
|
* tests/SolidColors: fix not displaying blueNikita2022-05-091-1/+1
|
* graphics: print the number of modes for debuggingJoursoir2022-05-091-2/+2
|
* fonts/system-8x16: add glyphs for '>', '<', '*' charsJoursoir2022-05-091-23/+23
|
* main: handle movement between testsJoursoir2022-05-051-0/+1
|
* add solid colors testJoursoir2022-05-046-1/+185
|
* add the settings menu stubsJoursoir2022-05-045-1/+84
|
* extend state actions APIJoursoir2022-05-044-1/+21
|
* combine 2 state actions API callbacks into 1Joursoir2022-05-044-24/+11
|
* graphics: improve interaction with icolor and ucolorJoursoir2022-05-032-22/+49
|
* main: declare app versionJoursoir2022-05-031-0/+2
|
* 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 menu: implement initializationJoursoir2022-04-281-0/+62
|
* uni: add strings for the main menuJoursoir2022-04-281-1/+28
|
* graphics: add the hii string drawing routineJoursoir2022-04-282-0/+41
|
* graphics: add the getting font parameters routineJoursoir2022-04-282-0/+23
|
* graphics: add the rounded rectangle drawing routineJoursoir2022-04-282-0/+38
|
* graphics: add the bordered rectangle drawing routineJoursoir2022-04-282-0/+35
|
* main: remove HII string packagesJoursoir2022-04-271-0/+18
|
* add uni fileJoursoir2022-04-272-0/+6
|
* main: publish HII String packagesJoursoir2022-04-273-0/+50
|
* add the main menu stubsJoursoir2022-04-254-1/+75
|
* implement application contextJoursoir2022-04-252-4/+37
|
* replace local color constants with global onesJoursoir2022-04-253-35/+41
|
* move graphics routines and context to a separate fileJoursoir2022-04-255-540/+635
|
* main: add a keyboard context to a graphics contextJoursoir2022-04-243-0/+16
|
* main: add a mouse context to a graphics contextJoursoir2022-04-213-4/+60
|
* 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-112-0/+91
|