Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use libpng's pointer typedefs | Patrick McDermott | 2019-07-18 | 1 | -1/+1 |
* | assert() function arguments | Patrick McDermott | 2019-07-18 | 1 | -3/+23 |
* | image_*(), text_*(), sgr(): Add error() output | Patrick McDermott | 2019-07-18 | 1 | -0/+8 |
* | font_*(), text_*(), image_*(): Add const qualifiers | Patrick McDermott | 2019-07-18 | 1 | -3/+3 |
* | text_*(), font_*(), sgr(): Convert to unsigned char | Patrick McDermott | 2019-07-18 | 1 | -18/+19 |
* | text_new(): Read a file stream | Patrick McDermott | 2019-07-18 | 1 | -19/+40 |
* | text_set_width(), text_set_height(): New functions | Patrick McDermott | 2019-07-17 | 1 | -2/+17 |
* | text_render(): Make default fg color "dark" white | Patrick McDermott | 2019-07-17 | 1 | -1/+1 |
* | sgr(): New function (4-bit colors only) | Patrick McDermott | 2019-07-17 | 1 | -0/+7 |
* | text_render(): Duplicate string | Patrick McDermott | 2019-07-17 | 1 | -7/+16 |
* | text_*(): Store dimensions as size_t | Patrick McDermott | 2019-07-17 | 1 | -5/+5 |
* | text_render(): Fill to end of each line | Patrick McDermott | 2019-07-17 | 1 | -0/+6 |
* | text_new(): Handle missing trailing newline | Patrick McDermott | 2019-07-17 | 1 | -0/+8 |
* | text_render(): New function | Patrick McDermott | 2019-07-17 | 1 | -0/+37 |
* | text_new(): Increment through string | Patrick McDermott | 2019-07-17 | 1 | -0/+2 |
* | text_new(): Reset width after newlines | Patrick McDermott | 2019-07-17 | 1 | -0/+1 |
* | text_*(): New functions | Patrick McDermott | 2019-07-17 | 1 | -0/+91 |