Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Add border with focus indication to check | P. J. McDermott | 2022-01-27 | 1 | -10/+10 |
* | tk: Add border with focus indication to button | P. J. McDermott | 2022-01-27 | 1 | -2/+4 |
* | menu: Render at 30 fps, not just on input events | P. J. McDermott | 2022-01-27 | 1 | -19/+39 |
* | tk: Add border to box | P. J. McDermott | 2022-01-27 | 1 | -1/+1 |
* | build, menu, game: Use bold font | P. J. McDermott | 2022-01-27 | 1 | -1/+1 |
* | tk/text: strchr() allowed_chars for validation | P. J. McDermott | 2021-12-24 | 1 | -10/+4 |
* | tk/text: Replace min_char and max_char with allowed_chars | P. J. McDermott | 2021-12-24 | 1 | -2/+2 |
* | tk: Define colors within local header | P. J. McDermott | 2021-09-25 | 1 | -49/+22 |
* | tk/text: Replace min_char, max_char with callback | P. J. McDermott | 2021-09-25 | 1 | -4/+10 |
* | menu: Fix stack use after scope | P. J. McDermott | 2021-09-25 | 1 | -19/+23 |
* | menu: Debugging | P. J. McDermott | 2021-08-19 | 1 | -1/+1 |
* | menu: Debugging | P. J. McDermott | 2021-08-19 | 1 | -4/+4 |
* | menu: Add enemies text widget | P. J. McDermott | 2021-08-10 | 1 | -12/+57 |
* | game: Create multiple enemies | P. J. McDermott | 2021-08-10 | 1 | -2/+4 |
* | menu: Store size by index | P. J. McDermott | 2021-08-10 | 1 | -4/+4 |
* | Revert "menu: Debugging" | P. J. McDermott | 2021-08-10 | 1 | -3/+3 |
* | menu: Debugging | P. J. McDermott | 2021-08-10 | 1 | -3/+3 |
* | maze: Optionally hide unseen walls | P. J. McDermott | 2021-08-08 | 1 | -1/+2 |
* | tk: Make text widget optionally static | P. J. McDermott | 2021-08-07 | 1 | -2/+2 |
* | menu: Generate new seed after each game | P. J. McDermott | 2021-08-07 | 1 | -10/+24 |
* | menu: Save seed buffer | P. J. McDermott | 2021-08-07 | 1 | -6/+9 |
* | tk: Add submit callback to check, radio, and text | P. J. McDermott | 2021-08-07 | 1 | -5/+8 |
* | menu, game: Rename macros | P. J. McDermott | 2021-08-07 | 1 | -24/+23 |
* | game: New screen | P. J. McDermott | 2021-08-07 | 1 | -16/+13 |
* | tk: Add window origin coordinates | P. J. McDermott | 2021-08-07 | 1 | -1/+1 |
* | menu: Improve quit handling; free strings earlier | P. J. McDermott | 2021-08-07 | 1 | -14/+14 |
* | menu: Handle escape key | P. J. McDermott | 2021-08-07 | 1 | -0/+7 |
* | menu: Log game info | P. J. McDermott | 2021-08-07 | 1 | -0/+5 |
* | menu: Replace switch with array | P. J. McDermott | 2021-08-07 | 1 | -13/+4 |
* | splash: Rename to menu | P. J. McDermott | 2021-08-07 | 1 | -0/+301 |