Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Ensure C compiler is in C99 modeHEADmaster | Patrick McDermott | 2019-10-19 | 1 | -0/+1 |
* | Revert "src/screen.c: Drop unneeded #include" | Patrick McDermott | 2019-10-19 | 1 | -0/+1 |
* | src/screen.c: Drop unneeded #include | Patrick McDermott | 2019-10-19 | 1 | -1/+0 |
* | screen_main(): Poll input | Patrick McDermott | 2019-10-19 | 1 | -2/+10 |
* | screen_main(): Handle KEY_RESIZE | Patrick McDermott | 2019-10-18 | 1 | -0/+6 |
* | clock_clear(): New function | Patrick McDermott | 2019-10-18 | 2 | -0/+21 |
* | error(): Type-check args against format string | Patrick McDermott | 2019-10-14 | 1 | -1/+1 |
* | main(): Use argc | Patrick McDermott | 2019-10-14 | 1 | -0/+1 |
* | README: WRITEME | Patrick McDermott | 2019-10-14 | 1 | -0/+4 |
* | Fix GPL version | Patrick McDermott | 2019-10-14 | 10 | -298/+633 |
* | build: Fix library linking | Patrick McDermott | 2019-10-14 | 2 | -3/+9 |
* | build: Throw error on missing libraries | Patrick McDermott | 2019-10-14 | 1 | -3/+9 |
* | screen_main(): Exit on Esc key | Patrick McDermott | 2019-10-14 | 1 | -0/+9 |
* | screen_main(): Filter out multi-char keys | Patrick McDermott | 2019-10-13 | 1 | -0/+1 |
* | screen_new(): Draw in red on black | Patrick McDermott | 2019-10-13 | 1 | -0/+5 |
* | screen_main(): Implement basic event loop | Patrick McDermott | 2019-10-13 | 1 | -5/+23 |
* | screen_draw(): Rename to screen_main() | Patrick McDermott | 2019-10-13 | 3 | -8/+23 |
* | clock_*(): New functions | Patrick McDermott | 2019-10-13 | 5 | -1/+262 |
* | screen_new(): Free screen on error | Patrick McDermott | 2019-10-10 | 1 | -0/+1 |
* | screen_destroy(): Restore terminal mode, free window | Patrick McDermott | 2019-10-08 | 1 | -0/+3 |
* | build: Check for -lcurses | Patrick McDermott | 2019-10-08 | 1 | -0/+1 |
* | screen_*(): New functions | Patrick McDermott | 2019-10-08 | 4 | -0/+112 |
* | main(): Detect and report speech_new() errors | Patrick McDermott | 2019-10-05 | 1 | -1/+36 |
* | speech_init(): Rename to speech_new() | Patrick McDermott | 2019-10-05 | 3 | -3/+3 |
* | main(): Play time | Patrick McDermott | 2019-10-05 | 1 | -0/+1 |
* | speech_init(): Hardcode register_cmu_us_slt() call | Patrick McDermott | 2019-10-05 | 4 | -6/+7 |
* | speech_*(): New functions | Patrick McDermott | 2019-10-04 | 4 | -1/+143 |
* | build: Check for -lflite | Patrick McDermott | 2019-10-04 | 1 | -0/+2 |
* | Initial commit | Patrick McDermott | 2019-08-19 | 17 | -0/+1386 |