| Commit message (Expand) | Author | Age | Files | Lines |
* | tests/SolidColors: replace prepared with formatted title | Joursoir | 2022-05-10 | 2 | -17/+13 |
* | graphics: store color names | Joursoir | 2022-05-10 | 5 | -32/+56 |
* | main: clear the screen after exit | Joursoir | 2022-05-09 | 1 | -0/+1 |
* | tests/SolidColors: fix not displaying blue | Nikita | 2022-05-09 | 1 | -1/+1 |
* | graphics: print the number of modes for debugging | Joursoir | 2022-05-09 | 1 | -2/+2 |
* | fonts/system-8x16: add glyphs for '>', '<', '*' chars | Joursoir | 2022-05-09 | 1 | -23/+23 |
* | main: handle movement between tests | Joursoir | 2022-05-05 | 1 | -0/+1 |
* | add solid colors test | Joursoir | 2022-05-04 | 6 | -1/+185 |
* | add the settings menu stubs | Joursoir | 2022-05-04 | 5 | -1/+84 |
* | extend state actions API | Joursoir | 2022-05-04 | 4 | -1/+21 |
* | combine 2 state actions API callbacks into 1 | Joursoir | 2022-05-04 | 4 | -24/+11 |
* | graphics: improve interaction with icolor and ucolor | Joursoir | 2022-05-03 | 2 | -22/+49 |
* | main: declare app version | Joursoir | 2022-05-03 | 1 | -0/+2 |
* | 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 menu: implement initialization | Joursoir | 2022-04-28 | 1 | -0/+62 |
* | uni: add strings for the main menu | Joursoir | 2022-04-28 | 1 | -1/+28 |
* | 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 |
* | 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 |