Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add solid colors test | Joursoir | 2022-05-04 | 1 | -0/+1 |
| | |||||
* | add the settings menu stubs | Joursoir | 2022-05-04 | 1 | -0/+1 |
| | |||||
* | extend state actions API | Joursoir | 2022-05-04 | 1 | -0/+1 |
| | |||||
* | combine 2 state actions API callbacks into 1 | Joursoir | 2022-05-04 | 1 | -3/+1 |
| | |||||
* | main: declare app version | Joursoir | 2022-05-03 | 1 | -0/+2 |
| | |||||
* | main: publish HII String packages | Joursoir | 2022-04-27 | 1 | -0/+2 |
| | |||||
* | implement application context | Joursoir | 2022-04-25 | 1 | -0/+24 |
| | |||||
* | move graphics routines and context to a separate file | Joursoir | 2022-04-25 | 1 | -67/+1 |
| | |||||
* | main: add a keyboard context to a graphics context | Joursoir | 2022-04-24 | 1 | -0/+4 |
| | |||||
* | main: add a mouse context to a graphics context | Joursoir | 2022-04-21 | 1 | -0/+8 |
| | |||||
* | main: work only with 4 bytes color | Joursoir | 2022-04-02 | 1 | -3/+3 |
| | |||||
* | main: add structure for pixel color | Joursoir | 2022-03-27 | 1 | -0/+7 |
| | |||||
* | main: support different pixel formats | Joursoir | 2022-03-27 | 1 | -0/+14 |
| | |||||
* | add double buffering | Joursoir | 2022-03-26 | 1 | -1/+9 |
| | |||||
* | main: add graphics context | Joursoir | 2022-03-25 | 1 | -0/+32 |