Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tk: Fix container event passing | P. J. McDermott | 2021-08-04 | 2 | -2/+4 |
| | |||||
* | splash: Add non-functional "Quit" button | P. J. McDermott | 2021-08-04 | 2 | -3/+20 |
| | |||||
* | tk: Add box widget | P. J. McDermott | 2021-08-04 | 4 | -14/+145 |
| | |||||
* | tk: Implement mouse button up event | P. J. McDermott | 2021-08-04 | 7 | -9/+44 |
| | |||||
* | tk: Reduce initialization boilerplate code | P. J. McDermott | 2021-08-04 | 4 | -18/+16 |
| | |||||
* | widget: Remove | P. J. McDermott | 2021-08-04 | 3 | -158/+1 |
| | |||||
* | splash: Use mftk | P. J. McDermott | 2021-08-04 | 1 | -69/+43 |
| | |||||
* | tk: Add grid widget | P. J. McDermott | 2021-08-04 | 3 | -0/+199 |
| | |||||
* | tk: Add button widget | P. J. McDermott | 2021-08-04 | 3 | -0/+131 |
| | |||||
* | tk: Add label widget | P. J. McDermott | 2021-08-04 | 3 | -0/+143 |
| | |||||
* | tk: Define widget and API | P. J. McDermott | 2021-08-04 | 5 | -0/+179 |
| | |||||
* | splash: Add non-functional "Play" button | P. J. McDermott | 2021-08-03 | 2 | -2/+32 |
| | |||||
* | widget: Add button | P. J. McDermott | 2021-08-03 | 2 | -0/+49 |
| | |||||
* | ttf: Rename to widget | P. J. McDermott | 2021-08-03 | 4 | -12/+11 |
| | |||||
* | ttf: Center text within line skip height | P. J. McDermott | 2021-08-03 | 1 | -2/+5 |
| | | | | And free text surface. | ||||
* | splash: Align text by the baseline | P. J. McDermott | 2021-08-03 | 4 | -33/+109 |
| | | | | And factor out text rendering into a shared interface. | ||||
* | splash: New (WIP) screen | P. J. McDermott | 2021-08-02 | 5 | -1/+237 |
| | |||||
* | maze: Fix rendering | P. J. McDermott | 2021-08-02 | 1 | -4/+4 |
| | | | | Wow. | ||||
* | maze: Set drawing color | P. J. McDermott | 2021-08-02 | 2 | -2/+11 |
| | |||||
* | dirs: New functions | P. J. McDermott | 2021-08-02 | 4 | -0/+83 |
| | |||||
* | util: Add mf_strcat() | P. J. McDermott | 2021-08-02 | 3 | -1/+74 |
| | |||||
* | maze: Render (untested) | P. J. McDermott | 2021-08-02 | 2 | -0/+49 |
| | | | | TODO: Color | ||||
* | maze: Defend against use-after-free | P. J. McDermott | 2021-08-02 | 2 | -3/+13 |
| | | | | And non-compliant standard C libraries. | ||||
* | maze: New functions | P. J. McDermott | 2021-08-02 | 3 | -1/+226 |
| | |||||
* | main: Implement | P. J. McDermott | 2021-08-01 | 3 | -0/+125 |
| | |||||
* | Initial commit | P. J. McDermott | 2021-08-01 | 2 | -0/+2 |